Uses of Class
kz.gamma.asn1.DERObjectIdentifier

Packages that use DERObjectIdentifier
kz.gamma.asn1   
kz.gamma.asn1.cms   
kz.gamma.asn1.cryptopro   
kz.gamma.asn1.dvcs Support classes useful for encoding and processing Data Validation and Certification Server (DVCS) protocols as described in RFC 3029. 
kz.gamma.asn1.iana   
kz.gamma.asn1.isismtt   
kz.gamma.asn1.kisa   
kz.gamma.asn1.misc   
kz.gamma.asn1.nist   
kz.gamma.asn1.ntt   
kz.gamma.asn1.ocsp   
kz.gamma.asn1.oiw   
kz.gamma.asn1.pkcs   
kz.gamma.asn1.smime Support classes useful for encoding and supporting S/MIME. 
kz.gamma.asn1.teletrust   
kz.gamma.asn1.x500   
kz.gamma.asn1.x500.style   
kz.gamma.asn1.x509   
kz.gamma.asn1.x509.qualified   
kz.gamma.asn1.x509.sigi   
kz.gamma.asn1.x9   
kz.gamma.cms   
kz.gamma.jce   
kz.gamma.jce.interfaces   
kz.gamma.jce.provider   
kz.gamma.x509   
 

Uses of DERObjectIdentifier in kz.gamma.asn1
 

Methods in kz.gamma.asn1 that return DERObjectIdentifier
static DERObjectIdentifier DERObjectIdentifier.getInstance(ASN1TaggedObject obj, boolean explicit)
          return an Object Identifier from a tagged object.
static DERObjectIdentifier DERObjectIdentifier.getInstance(java.lang.Object obj)
          return an OID from the passed in object
 

Uses of DERObjectIdentifier in kz.gamma.asn1.cms
 

Fields in kz.gamma.asn1.cms declared as DERObjectIdentifier
private  DERObjectIdentifier EncryptedContentInfoParser._contentType
           
private  DERObjectIdentifier Attribute.attrType
           
static DERObjectIdentifier CMSObjectIdentifiers.compressedData
           
private  DERObjectIdentifier EncryptedContentInfo.contentType
           
static DERObjectIdentifier CMSAttributes.contentType
           
private  DERObjectIdentifier ContentInfo.contentType
           
private  DERObjectIdentifier ContentInfoParser.contentType
           
static DERObjectIdentifier CMSAttributes.counterSignature
           
static DERObjectIdentifier CMSObjectIdentifiers.data
           
static DERObjectIdentifier CMSObjectIdentifiers.digestedData
           
static DERObjectIdentifier CMSObjectIdentifiers.encryptedData
           
static DERObjectIdentifier CMSObjectIdentifiers.envelopedData
           
private  DERObjectIdentifier OtherKeyAttribute.keyAttrId
           
static DERObjectIdentifier CMSAttributes.messageDigest
           
private  DERObjectIdentifier OtherRecipientInfo.oriType
           
static DERObjectIdentifier CMSObjectIdentifiers.signedAndEnvelopedData
           
static DERObjectIdentifier CMSObjectIdentifiers.signedData
           
static DERObjectIdentifier CMSAttributes.signingTime
           
 

Methods in kz.gamma.asn1.cms that return DERObjectIdentifier
 DERObjectIdentifier Attribute.getAttrType()
           
 DERObjectIdentifier EncryptedContentInfo.getContentType()
           
 DERObjectIdentifier ContentInfo.getContentType()
           
 DERObjectIdentifier EncryptedContentInfoParser.getContentType()
           
 DERObjectIdentifier ContentInfoParser.getContentType()
           
 DERObjectIdentifier OtherKeyAttribute.getKeyAttrId()
           
 DERObjectIdentifier OtherRecipientInfo.getType()
           
 

Methods in kz.gamma.asn1.cms with parameters of type DERObjectIdentifier
private  void AttributeTable.addAttribute(DERObjectIdentifier oid, Attribute a)
           
private  DERInteger SignedData.calculateVersion(DERObjectIdentifier contentOid, ASN1Set certs, ASN1Set crls, ASN1Set signerInfs)
           
 Attribute AttributeTable.get(DERObjectIdentifier oid)
          Return the first attribute matching the OBJECT IDENTIFIER oid.
 ASN1EncodableVector AttributeTable.getAll(DERObjectIdentifier oid)
          Return all the attributes matching the OBJECT IDENTIFIER oid.
 

Constructors in kz.gamma.asn1.cms with parameters of type DERObjectIdentifier
Attribute(DERObjectIdentifier attrType, ASN1Set attrValues)
           
ContentInfo(DERObjectIdentifier contentType, DEREncodable content)
           
EncryptedContentInfo(DERObjectIdentifier contentType, AlgorithmIdentifier contentEncryptionAlgorithm, ASN1OctetString encryptedContent)
           
OtherKeyAttribute(DERObjectIdentifier keyAttrId, DEREncodable keyAttr)
           
OtherRecipientInfo(DERObjectIdentifier oriType, DEREncodable oriValue)
           
 

Uses of DERObjectIdentifier in kz.gamma.asn1.cryptopro
 

Fields in kz.gamma.asn1.cryptopro declared as DERObjectIdentifier
static DERObjectIdentifier KZObjectIndentifiers.ALGORITHMS
           
static DERObjectIdentifier KZObjectIndentifiers.BASIC_CRYPTOGRAPHY
           
private  DERObjectIdentifier GOST3410PublicKeyAlgParameters.digestParamSet
           
static DERObjectIdentifier KZObjectIndentifiers.ENCRYPTION
           
private  DERObjectIdentifier GOST3410PublicKeyAlgParameters.encryptionParamSet
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_28147_89
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_28147_89_A
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_28147_89_B
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_28147_89_C
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_28147_89_D
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_28147_89_KEY
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_28147_89_KEY_28147_89
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_28147_89_PARAMETERS
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_28147_89_TEST
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_34_11_95
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_34_11_95_1
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_34_11_95_PARAMETERS
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_34_11_95_TEST
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_34_310
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_34_310_KEY
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_34_310_KEY_A
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_34_310_KEY_B
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_34_310_KEY_C
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_34_310_KEY_D
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_34_310_SIGNATURE
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_34_310_SIGNATURE_0
           
static DERObjectIdentifier KZObjectIndentifiers.GOST_34_310_SIGNATURE_1
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gost_ElSgDH3410_1
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gost_ElSgDH3410_default
           
static DERObjectIdentifier GammaObjectIndentifiers.gost28147
           
static DERObjectIdentifier GammaObjectIndentifiers.gost34310
           
static DERObjectIdentifier GammaObjectIndentifiers.gost34310_GammaTech_A
           
static DERObjectIdentifier GammaObjectIndentifiers.gost34310_GammaTech_A_EX
           
static DERObjectIdentifier GammaObjectIndentifiers.gost34310_GammaTech_B
           
static DERObjectIdentifier GammaObjectIndentifiers.gost34311
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gostR28147_cbc
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gostR3410_2001
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gostR3410_2001_CryptoPro_A
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gostR3410_2001_CryptoPro_B
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gostR3410_2001_CryptoPro_C
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gostR3410_2001_CryptoPro_XchA
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gostR3410_2001_CryptoPro_XchB
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gostR3410_94
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gostR3410_94_CryptoPro_A
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gostR3410_94_CryptoPro_B
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gostR3410_94_CryptoPro_C
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gostR3410_94_CryptoPro_D
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gostR3410_94_CryptoPro_XchA
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gostR3410_94_CryptoPro_XchB
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gostR3410_94_CryptoPro_XchC
           
static DERObjectIdentifier GammaObjectIndentifiers.gostR3411
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gostR3411
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gostR3411_94_CryptoProParamSet
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_2001
           
static DERObjectIdentifier CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_94
           
static DERObjectIdentifier KZObjectIndentifiers.HASH
           
static DERObjectIdentifier KZObjectIndentifiers.KZ_id
           
(package private)  DERObjectIdentifier GOST28147Parameters.paramSet
           
private  DERObjectIdentifier GOST3410PublicKeyAlgParameters.publicKeyParamSet
           
static DERObjectIdentifier KZObjectIndentifiers.SIGNATURE
           
static DERObjectIdentifier GammaObjectIndentifiers.tumar
           
static DERObjectIdentifier GammaObjectIndentifiers.tumardh
           
 

Methods in kz.gamma.asn1.cryptopro that return DERObjectIdentifier
 DERObjectIdentifier GOST3410PublicKeyAlgParameters.getDigestParamSet()
           
 DERObjectIdentifier GOST3410PublicKeyAlgParameters.getEncryptionParamSet()
           
static DERObjectIdentifier GOST3410NamedParameters.getOID(java.lang.String name)
           
 DERObjectIdentifier GOST3410PublicKeyAlgParameters.getPublicKeyParamSet()
           
 

Methods in kz.gamma.asn1.cryptopro with parameters of type DERObjectIdentifier
static GOST3410ParamSetParameters GOST3410NamedParameters.getByOID(DERObjectIdentifier oid)
          return the GOST3410ParamSetParameters object for the given OID, null if it isn't present.
 

Constructors in kz.gamma.asn1.cryptopro with parameters of type DERObjectIdentifier
GOST3410PublicKeyAlgParameters(DERObjectIdentifier publicKeyParamSet, DERObjectIdentifier digestParamSet)
           
GOST3410PublicKeyAlgParameters(DERObjectIdentifier publicKeyParamSet, DERObjectIdentifier digestParamSet, DERObjectIdentifier encryptionParamSet)
           
 

Uses of DERObjectIdentifier in kz.gamma.asn1.dvcs
 

Fields in kz.gamma.asn1.dvcs declared as DERObjectIdentifier
static DERObjectIdentifier DVCSObjectIdentifiers.id_aa_dvcs_dvc
           
static DERObjectIdentifier DVCSObjectIdentifiers.id_ad_dvcs
           
static DERObjectIdentifier DVCSObjectIdentifiers.id_ct_DVCSRequestData
           
static DERObjectIdentifier DVCSObjectIdentifiers.id_ct_DVCSResponseData
           
static DERObjectIdentifier DVCSObjectIdentifiers.id_kp_dvcs
           
static DERObjectIdentifier DVCSObjectIdentifiers.id_pkix
           
static DERObjectIdentifier DVCSObjectIdentifiers.id_smime
           
 

Uses of DERObjectIdentifier in kz.gamma.asn1.iana
 

Fields in kz.gamma.asn1.iana declared as DERObjectIdentifier
static DERObjectIdentifier IANAObjectIdentifiers.hmacMD5
           
static DERObjectIdentifier IANAObjectIdentifiers.hmacRIPEMD160
           
static DERObjectIdentifier IANAObjectIdentifiers.hmacSHA1
           
static DERObjectIdentifier IANAObjectIdentifiers.hmacTIGER
           
static DERObjectIdentifier IANAObjectIdentifiers.isakmpOakley
           
 

Uses of DERObjectIdentifier in kz.gamma.asn1.isismtt
 

Fields in kz.gamma.asn1.isismtt declared as DERObjectIdentifier
static DERObjectIdentifier ISISMTTObjectIdentifiers.id_isismtt
           
static DERObjectIdentifier ISISMTTObjectIdentifiers.id_isismtt_at
           
static DERObjectIdentifier ISISMTTObjectIdentifiers.id_isismtt_at_additionalInformation
          Some other information of non-restrictive nature regarding the usage of this certificate.
static DERObjectIdentifier ISISMTTObjectIdentifiers.id_isismtt_at_admission
          Attribute to indicate admissions to certain professions.
static DERObjectIdentifier ISISMTTObjectIdentifiers.id_isismtt_at_certHash
          Hash of a certificate in OCSP.
static DERObjectIdentifier ISISMTTObjectIdentifiers.id_isismtt_at_certInDirSince
          SingleOCSPResponse extension: Date, when certificate has been published in the directory and status information has become available.
static DERObjectIdentifier ISISMTTObjectIdentifiers.id_isismtt_at_dateOfCertGen
          Certificate extensionDate of certificate generation

DateOfCertGenSyntax ::= GeneralizedTime

static DERObjectIdentifier ISISMTTObjectIdentifiers.id_isismtt_at_declarationOfMajority
          A declaration of majority.
static DERObjectIdentifier ISISMTTObjectIdentifiers.id_isismtt_at_iCCSN
          Serial number of the smart card containing the corresponding private key

ICCSNSyntax ::= OCTET STRING (SIZE(8..20))

static DERObjectIdentifier ISISMTTObjectIdentifiers.id_isismtt_at_liabilityLimitationFlag
          Indicates that an attribute certificate exists, which limits the usability of this public key certificate.
static DERObjectIdentifier ISISMTTObjectIdentifiers.id_isismtt_at_monetaryLimit
          Monetary limit for transactions.
static DERObjectIdentifier ISISMTTObjectIdentifiers.id_isismtt_at_nameAtBirth
           NameAtBirth ::= DirectoryString(SIZE(1..64)

Used in SubjectDirectoryAttributes

static DERObjectIdentifier ISISMTTObjectIdentifiers.id_isismtt_at_namingAuthorities
          Base ObjectIdentifier for naming authorities
static DERObjectIdentifier ISISMTTObjectIdentifiers.id_isismtt_at_PKReference
          Reference for a file of a smartcard that stores the public key of this certificate and that is used as �security anchor�.
static DERObjectIdentifier ISISMTTObjectIdentifiers.id_isismtt_at_procuration
          Attribute to indicate that the certificate holder may sign in the name of a third person.
static DERObjectIdentifier ISISMTTObjectIdentifiers.id_isismtt_at_requestedCertificate
          SingleOCSPResponse extension: The certificate requested by the client by inserting the RetrieveIfAllowed extension in the request, will be returned in this extension.
static DERObjectIdentifier ISISMTTObjectIdentifiers.id_isismtt_at_restriction
          Some other restriction regarding the usage of this certificate.
static DERObjectIdentifier ISISMTTObjectIdentifiers.id_isismtt_at_retrieveIfAllowed
          (Single)Request extension: Clients may include this extension in a (single) Request to request the responder to send the certificate in the response message along with the status information.
static DERObjectIdentifier ISISMTTObjectIdentifiers.id_isismtt_cp
           
static DERObjectIdentifier ISISMTTObjectIdentifiers.id_isismtt_cp_accredited
          The id-isismtt-cp-accredited OID indicates that the certificate is a qualified certificate according to Directive 1999/93/EC of the European Parliament and of the Council of 13 December 1999 on a Community Framework for Electronic Signatures, which additionally conforms the special requirements of the SigG and has been issued by an accredited CA.
 

Uses of DERObjectIdentifier in kz.gamma.asn1.kisa
 

Fields in kz.gamma.asn1.kisa declared as DERObjectIdentifier
static DERObjectIdentifier KISAObjectIdentifiers.id_npki_app_cmsSeed_wrap
           
static DERObjectIdentifier KISAObjectIdentifiers.id_seedCBC
           
 

Uses of DERObjectIdentifier in kz.gamma.asn1.misc
 

Fields in kz.gamma.asn1.misc declared as DERObjectIdentifier
static DERObjectIdentifier MiscObjectIdentifiers.entrustVersionExtension
           
static DERObjectIdentifier MiscObjectIdentifiers.netscapeBaseURL
           
static DERObjectIdentifier MiscObjectIdentifiers.netscapeCApolicyURL
           
static DERObjectIdentifier MiscObjectIdentifiers.netscapeCARevocationURL
           
static DERObjectIdentifier MiscObjectIdentifiers.netscapeCertComment
           
static DERObjectIdentifier MiscObjectIdentifiers.netscapeCertType
           
static DERObjectIdentifier MiscObjectIdentifiers.netscapeRenewalURL
           
static DERObjectIdentifier MiscObjectIdentifiers.netscapeRevocationURL
           
static DERObjectIdentifier MiscObjectIdentifiers.netscapeSSLServerName
           
static DERObjectIdentifier MiscObjectIdentifiers.novellSecurityAttribs
           
static DERObjectIdentifier MiscObjectIdentifiers.verisignCzagExtension
           
static DERObjectIdentifier MiscObjectIdentifiers.verisignDnbDunsNumber
           
 

Uses of DERObjectIdentifier in kz.gamma.asn1.nist
 

Fields in kz.gamma.asn1.nist declared as DERObjectIdentifier
static DERObjectIdentifier NISTObjectIdentifiers.dsa_with_sha224
           
static DERObjectIdentifier NISTObjectIdentifiers.dsa_with_sha256
           
static DERObjectIdentifier NISTObjectIdentifiers.dsa_with_sha384
           
static DERObjectIdentifier NISTObjectIdentifiers.dsa_with_sha512
           
static DERObjectIdentifier NISTObjectIdentifiers.id_aes128_CBC
           
static DERObjectIdentifier NISTObjectIdentifiers.id_aes128_CFB
           
static DERObjectIdentifier NISTObjectIdentifiers.id_aes128_ECB
           
static DERObjectIdentifier NISTObjectIdentifiers.id_aes128_OFB
           
static DERObjectIdentifier NISTObjectIdentifiers.id_aes128_wrap
           
static DERObjectIdentifier NISTObjectIdentifiers.id_aes192_CBC
           
static DERObjectIdentifier NISTObjectIdentifiers.id_aes192_CFB
           
static DERObjectIdentifier NISTObjectIdentifiers.id_aes192_ECB
           
static DERObjectIdentifier NISTObjectIdentifiers.id_aes192_OFB
           
static DERObjectIdentifier NISTObjectIdentifiers.id_aes192_wrap
           
static DERObjectIdentifier NISTObjectIdentifiers.id_aes256_CBC
           
static DERObjectIdentifier NISTObjectIdentifiers.id_aes256_CFB
           
static DERObjectIdentifier NISTObjectIdentifiers.id_aes256_ECB
           
static DERObjectIdentifier NISTObjectIdentifiers.id_aes256_OFB
           
static DERObjectIdentifier NISTObjectIdentifiers.id_aes256_wrap
           
static DERObjectIdentifier NISTObjectIdentifiers.id_dsa_with_sha2
           
static DERObjectIdentifier NISTObjectIdentifiers.id_sha224
           
static DERObjectIdentifier NISTObjectIdentifiers.id_sha256
           
static DERObjectIdentifier NISTObjectIdentifiers.id_sha384
           
static DERObjectIdentifier NISTObjectIdentifiers.id_sha512
           
 

Uses of DERObjectIdentifier in kz.gamma.asn1.ntt
 

Fields in kz.gamma.asn1.ntt declared as DERObjectIdentifier
static DERObjectIdentifier NTTObjectIdentifiers.id_camellia128_cbc
           
static DERObjectIdentifier NTTObjectIdentifiers.id_camellia128_wrap
           
static DERObjectIdentifier NTTObjectIdentifiers.id_camellia192_cbc
           
static DERObjectIdentifier NTTObjectIdentifiers.id_camellia192_wrap
           
static DERObjectIdentifier NTTObjectIdentifiers.id_camellia256_cbc
           
static DERObjectIdentifier NTTObjectIdentifiers.id_camellia256_wrap
           
 

Uses of DERObjectIdentifier in kz.gamma.asn1.ocsp
 

Fields in kz.gamma.asn1.ocsp declared as DERObjectIdentifier
static DERObjectIdentifier OCSPObjectIdentifiers.id_pkix_ocsp
           
static DERObjectIdentifier OCSPObjectIdentifiers.id_pkix_ocsp_archive_cutoff
           
static DERObjectIdentifier OCSPObjectIdentifiers.id_pkix_ocsp_basic
           
static DERObjectIdentifier OCSPObjectIdentifiers.id_pkix_ocsp_crl
           
static DERObjectIdentifier OCSPObjectIdentifiers.id_pkix_ocsp_nocheck
           
static DERObjectIdentifier OCSPObjectIdentifiers.id_pkix_ocsp_nonce
           
static DERObjectIdentifier OCSPObjectIdentifiers.id_pkix_ocsp_response
           
static DERObjectIdentifier OCSPObjectIdentifiers.id_pkix_ocsp_service_locator
           
(package private)  DERObjectIdentifier ResponseBytes.responseType
           
 

Methods in kz.gamma.asn1.ocsp that return DERObjectIdentifier
 DERObjectIdentifier ResponseBytes.getResponseType()
           
 

Constructors in kz.gamma.asn1.ocsp with parameters of type DERObjectIdentifier
ResponseBytes(DERObjectIdentifier responseType, ASN1OctetString response)
           
 

Uses of DERObjectIdentifier in kz.gamma.asn1.oiw
 

Fields in kz.gamma.asn1.oiw declared as DERObjectIdentifier
static DERObjectIdentifier OIWObjectIdentifiers.desCBC
           
static DERObjectIdentifier OIWObjectIdentifiers.dsaWithSHA1
           
static DERObjectIdentifier OIWObjectIdentifiers.elGamalAlgorithm
           
static DERObjectIdentifier OIWObjectIdentifiers.idSHA1
           
static DERObjectIdentifier OIWObjectIdentifiers.md4WithRSA
           
static DERObjectIdentifier OIWObjectIdentifiers.md4WithRSAEncryption
           
static DERObjectIdentifier OIWObjectIdentifiers.md5WithRSA
           
static DERObjectIdentifier OIWObjectIdentifiers.sha1WithRSA
           
 

Uses of DERObjectIdentifier in kz.gamma.asn1.pkcs
 

Fields in kz.gamma.asn1.pkcs declared as DERObjectIdentifier
private  DERObjectIdentifier Attribute.attrType
           
(package private)  DERObjectIdentifier EncryptedData.bagId
           
(package private)  DERObjectIdentifier SafeBag.bagId
           
static DERObjectIdentifier PKCSObjectIdentifiers.canNotDecryptAny
           
static DERObjectIdentifier PKCSObjectIdentifiers.certBag
           
(package private)  DERObjectIdentifier CertBag.certId
           
private  DERObjectIdentifier ContentInfo.contentType
           
static DERObjectIdentifier PKCSObjectIdentifiers.crlBag
           
static DERObjectIdentifier PKCSObjectIdentifiers.data
           
static DERObjectIdentifier PKCSObjectIdentifiers.des_EDE3_CBC
           
static DERObjectIdentifier PKCSObjectIdentifiers.dhKeyAgreement
           
static DERObjectIdentifier PKCSObjectIdentifiers.digestedData
           
static DERObjectIdentifier PKCSObjectIdentifiers.encryptedData
           
static DERObjectIdentifier PKCSObjectIdentifiers.envelopedData
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_commitmentType
          Deprecated. use id_aa_ets_commitmentType instead
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_contentHint
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_contentIdentifier
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_encrypKeyPref
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_ets_archiveTimestamp
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_ets_certCRLTimestamp
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_ets_certificateRefs
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_ets_certValues
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_ets_commitmentType
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_ets_contentTimestamp
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_ets_escTimeStamp
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_ets_otherSigCert
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_ets_revocationRefs
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_ets_revocationValues
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_ets_signerAttr
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_ets_signerLocation
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_ets_sigPolicyId
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_otherSigCert
          Deprecated. use id_aa_ets_otherSigCert instead
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_receiptRequest
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_signatureTimeStampToken
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_signerLocation
          Deprecated. use id_aa_ets_signerLocation instead
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_signingCertificate
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_signingCertificateV2
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_aa_sigPolicyId
          Deprecated. use id_aa_ets_sigPolicyId instead
static DERObjectIdentifier PKCSObjectIdentifiers.id_alg_CMS3DESwrap
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_alg_CMSRC2wrap
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_alg_PWRI_KEK
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_ct_compressedData
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_ct_TSTInfo
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_cti_ets_proofOfApproval
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_cti_ets_proofOfCreation
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_cti_ets_proofOfDelivery
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_cti_ets_proofOfOrigin
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_cti_ets_proofOfReceipt
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_cti_ets_proofOfSender
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_hmacWithSHA1
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_hmacWithSHA224
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_hmacWithSHA256
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_hmacWithSHA384
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_hmacWithSHA512
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_mgf1
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_PBES2
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_PBKDF2
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_pSpecified
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_RSAES_OAEP
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_RSASSA_PSS
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_spq_ets_unotice
           
static DERObjectIdentifier PKCSObjectIdentifiers.id_spq_ets_uri
           
static DERObjectIdentifier PKCSObjectIdentifiers.keyBag
           
static DERObjectIdentifier PKCSObjectIdentifiers.md2
           
static DERObjectIdentifier PKCSObjectIdentifiers.md2WithRSAEncryption
           
static DERObjectIdentifier PKCSObjectIdentifiers.md4
           
static DERObjectIdentifier PKCSObjectIdentifiers.md4WithRSAEncryption
           
static DERObjectIdentifier PKCSObjectIdentifiers.md5
           
static DERObjectIdentifier PKCSObjectIdentifiers.md5WithRSAEncryption
           
static DERObjectIdentifier PKCSObjectIdentifiers.MS_CERT_EXTENSIONS_OBJID
           
static DERObjectIdentifier PKCSObjectIdentifiers.MS_ENROLL_CERTTYPE_EXTENSION
           
private  DERObjectIdentifier PBES2Algorithms.objectId
          Deprecated.  
static DERObjectIdentifier PKCSObjectIdentifiers.pbeWithMD2AndDES_CBC
           
static DERObjectIdentifier PKCSObjectIdentifiers.pbeWithMD2AndRC2_CBC
           
static DERObjectIdentifier PKCSObjectIdentifiers.pbeWithMD5AndDES_CBC
           
static DERObjectIdentifier PKCSObjectIdentifiers.pbeWithMD5AndRC2_CBC
           
static DERObjectIdentifier PKCSObjectIdentifiers.pbeWithSHA1AndDES_CBC
           
static DERObjectIdentifier PKCSObjectIdentifiers.pbeWithSHA1AndRC2_CBC
           
static DERObjectIdentifier PKCSObjectIdentifiers.pbeWithSHAAnd128BitRC2_CBC
           
static DERObjectIdentifier PKCSObjectIdentifiers.pbeWithSHAAnd128BitRC4
           
static DERObjectIdentifier PKCSObjectIdentifiers.pbeWithSHAAnd2_KeyTripleDES_CBC
           
static DERObjectIdentifier PKCSObjectIdentifiers.pbeWithSHAAnd3_KeyTripleDES_CBC
           
static DERObjectIdentifier PKCSObjectIdentifiers.pbewithSHAAnd40BitRC2_CBC
           
static DERObjectIdentifier PKCSObjectIdentifiers.pbeWithSHAAnd40BitRC4
           
static DERObjectIdentifier PKCSObjectIdentifiers.pkcs_9_at_challengePassword
           
static DERObjectIdentifier PKCSObjectIdentifiers.pkcs_9_at_contentType
           
static DERObjectIdentifier PKCSObjectIdentifiers.pkcs_9_at_counterSignature
           
static DERObjectIdentifier PKCSObjectIdentifiers.pkcs_9_at_emailAddress
           
static DERObjectIdentifier PKCSObjectIdentifiers.pkcs_9_at_extendedCertificateAttributes
           
static DERObjectIdentifier PKCSObjectIdentifiers.pkcs_9_at_extensionRequest
           
static DERObjectIdentifier PKCSObjectIdentifiers.pkcs_9_at_friendlyName
           
static DERObjectIdentifier PKCSObjectIdentifiers.pkcs_9_at_localKeyId
           
static DERObjectIdentifier PKCSObjectIdentifiers.pkcs_9_at_messageDigest
           
static DERObjectIdentifier PKCSObjectIdentifiers.pkcs_9_at_signingDescription
           
static DERObjectIdentifier PKCSObjectIdentifiers.pkcs_9_at_signingTime
           
static DERObjectIdentifier PKCSObjectIdentifiers.pkcs_9_at_smimeCapabilities
           
static DERObjectIdentifier PKCSObjectIdentifiers.pkcs_9_at_unstructuredAddress
           
static DERObjectIdentifier PKCSObjectIdentifiers.pkcs_9_at_unstructuredName
           
static DERObjectIdentifier PKCSObjectIdentifiers.pkcs8ShroudedKeyBag
           
static DERObjectIdentifier PKCSObjectIdentifiers.preferSignedData
           
static DERObjectIdentifier PKCSObjectIdentifiers.RC2_CBC
           
static DERObjectIdentifier PKCSObjectIdentifiers.rsaEncryption
           
static DERObjectIdentifier PKCSObjectIdentifiers.safeContentsBag
           
static DERObjectIdentifier PKCSObjectIdentifiers.sdsiCertificate
           
static DERObjectIdentifier PKCSObjectIdentifiers.secretBag
           
static DERObjectIdentifier PKCSObjectIdentifiers.sha1WithRSAEncryption
           
static DERObjectIdentifier PKCSObjectIdentifiers.sha224WithRSAEncryption
           
static DERObjectIdentifier PKCSObjectIdentifiers.sha256WithRSAEncryption
           
static DERObjectIdentifier PKCSObjectIdentifiers.sha384WithRSAEncryption
           
static DERObjectIdentifier PKCSObjectIdentifiers.sha512WithRSAEncryption
           
static DERObjectIdentifier PKCSObjectIdentifiers.signedAndEnvelopedData
           
static DERObjectIdentifier PKCSObjectIdentifiers.signedData
           
static DERObjectIdentifier PKCSObjectIdentifiers.sMIMECapabilitiesVersions
           
static DERObjectIdentifier PKCSObjectIdentifiers.srsaOAEPEncryptionSET
           
static DERObjectIdentifier PKCSObjectIdentifiers.x509Certificate
           
static DERObjectIdentifier PKCSObjectIdentifiers.x509certType
          Deprecated. use x509Certificate instead
static DERObjectIdentifier PKCSObjectIdentifiers.x509Crl
           
 

Methods in kz.gamma.asn1.pkcs that return DERObjectIdentifier
 DERObjectIdentifier Attribute.getAttrType()
           
 DERObjectIdentifier SafeBag.getBagId()
           
 DERObjectIdentifier CertBag.getCertId()
           
 DERObjectIdentifier ContentInfo.getContentType()
           
 DERObjectIdentifier EncryptedData.getContentType()
           
 DERObjectIdentifier PBES2Algorithms.getObjectId()
          Deprecated.  
 

Constructors in kz.gamma.asn1.pkcs with parameters of type DERObjectIdentifier
Attribute(DERObjectIdentifier attrType, ASN1Set attrValues)
           
CertBag(DERObjectIdentifier certId, DERObject certValue)
           
ContentInfo(DERObjectIdentifier contentType, DEREncodable content)
           
EncryptedData(DERObjectIdentifier contentType, AlgorithmIdentifier encryptionAlgorithm, DEREncodable content)
           
KeyDerivationFunc(DERObjectIdentifier id, ASN1Encodable params)
           
SafeBag(DERObjectIdentifier oid, DERObject obj)
           
SafeBag(DERObjectIdentifier oid, DERObject obj, ASN1Set bagAttributes)
           
 

Uses of DERObjectIdentifier in kz.gamma.asn1.smime
 

Fields in kz.gamma.asn1.smime declared as DERObjectIdentifier
static DERObjectIdentifier SMIMECapability.aES128_CBC
           
static DERObjectIdentifier SMIMECapability.aES192_CBC
           
static DERObjectIdentifier SMIMECapability.aES256_CBC
           
static DERObjectIdentifier SMIMECapabilities.canNotDecryptAny
           
static DERObjectIdentifier SMIMECapability.canNotDecryptAny
           
private  DERObjectIdentifier SMIMECapability.capabilityID
           
static DERObjectIdentifier SMIMECapabilities.dES_CBC
          encryption algorithms preferences
static DERObjectIdentifier SMIMECapability.dES_CBC
          encryption algorithms preferences
static DERObjectIdentifier SMIMECapabilities.dES_EDE3_CBC
           
static DERObjectIdentifier SMIMECapability.dES_EDE3_CBC
           
static DERObjectIdentifier SMIMEAttributes.encrypKeyPref
           
static DERObjectIdentifier SMIMECapabilities.preferSignedData
          general preferences
static DERObjectIdentifier SMIMECapability.preferSignedData
          general preferences
static DERObjectIdentifier SMIMECapabilities.rC2_CBC
           
static DERObjectIdentifier SMIMECapability.rC2_CBC
           
static DERObjectIdentifier SMIMECapabilities.sMIMECapabilitesVersions
           
static DERObjectIdentifier SMIMEAttributes.smimeCapabilities
           
static DERObjectIdentifier SMIMECapability.sMIMECapabilitiesVersions
           
 

Methods in kz.gamma.asn1.smime that return DERObjectIdentifier
 DERObjectIdentifier SMIMECapability.getCapabilityID()
           
 

Methods in kz.gamma.asn1.smime with parameters of type DERObjectIdentifier
 void SMIMECapabilityVector.addCapability(DERObjectIdentifier capability)
           
 void SMIMECapabilityVector.addCapability(DERObjectIdentifier capability, ASN1Encodable params)
           
 void SMIMECapabilityVector.addCapability(DERObjectIdentifier capability, int value)
           
 java.util.Vector SMIMECapabilities.getCapabilities(DERObjectIdentifier capability)
          returns a vector with 0 or more objects of all the capabilities matching the passed in capability OID.
 

Constructors in kz.gamma.asn1.smime with parameters of type DERObjectIdentifier
SMIMECapability(DERObjectIdentifier capabilityID, ASN1Encodable parameters)
           
 

Uses of DERObjectIdentifier in kz.gamma.asn1.teletrust
 

Fields in kz.gamma.asn1.teletrust declared as DERObjectIdentifier
static DERObjectIdentifier TeleTrusTObjectIdentifiers.brainpoolP160r1
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.brainpoolP160t1
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.brainpoolP192r1
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.brainpoolP192t1
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.brainpoolP224r1
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.brainpoolP224t1
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.brainpoolP256r1
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.brainpoolP256t1
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.brainpoolP320r1
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.brainpoolP320t1
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.brainpoolP384r1
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.brainpoolP384t1
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.brainpoolP512r1
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.brainpoolP512t1
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.ecc_brainpool
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.ecSign
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.ecSignWithRipemd160
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.ecSignWithSha1
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.ellipticCurve
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.ripemd128
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.ripemd160
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.ripemd256
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.rsaSignatureWithripemd128
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.rsaSignatureWithripemd160
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.rsaSignatureWithripemd256
           
static DERObjectIdentifier TeleTrusTObjectIdentifiers.versionOne
           
 

Uses of DERObjectIdentifier in kz.gamma.asn1.x500
 

Fields in kz.gamma.asn1.x500 declared as DERObjectIdentifier
private  DERObjectIdentifier AttributeTypeAndValue.type
           
 

Methods in kz.gamma.asn1.x500 that return DERObjectIdentifier
 DERObjectIdentifier X500NameStyle.attrNameToOID(java.lang.String attrName)
          Return the OID associated with the passed in name.
 DERObjectIdentifier[] X500Name.getAttributeTypes()
          return an array of OIDs contained in the attribute type of each RDN in structure order.
 DERObjectIdentifier AttributeTypeAndValue.getType()
           
 

Methods in kz.gamma.asn1.x500 with parameters of type DERObjectIdentifier
 X500NameBuilder X500NameBuilder.addMultiValuedRDN(DERObjectIdentifier[] oids, ASN1Encodable[] values)
           
 X500NameBuilder X500NameBuilder.addMultiValuedRDN(DERObjectIdentifier[] oids, java.lang.String[] values)
           
 X500NameBuilder X500NameBuilder.addRDN(DERObjectIdentifier oid, ASN1Encodable value)
           
 X500NameBuilder X500NameBuilder.addRDN(DERObjectIdentifier oid, java.lang.String value)
           
 RDN[] X500Name.getRDNs(DERObjectIdentifier attributeType)
          return an array of RDNs containing the attribute type given by OID in structure order.
 java.lang.String[] X500NameStyle.oidToAttrNames(DERObjectIdentifier oid)
          Return the acceptable names in a String DN that map to OID.
 java.lang.String X500NameStyle.oidToDisplayName(DERObjectIdentifier oid)
          Return the display name for toString() associated with the OID.
 ASN1Encodable X500NameStyle.stringToValue(DERObjectIdentifier oid, java.lang.String value)
          Convert the passed in String value into the appropriate ASN.1 encoded object.
 

Constructors in kz.gamma.asn1.x500 with parameters of type DERObjectIdentifier
AttributeTypeAndValue(DERObjectIdentifier type, ASN1Encodable value)
           
RDN(DERObjectIdentifier oid, ASN1Encodable value)
          Create a single valued RDN.
 

Uses of DERObjectIdentifier in kz.gamma.asn1.x500.style
 

Fields in kz.gamma.asn1.x500.style declared as DERObjectIdentifier
static DERObjectIdentifier BCStyle.BUSINESS_CATEGORY
          businessCategory - DirectoryString(SIZE(1..128)
static DERObjectIdentifier RFC4519Style.businessCategory
           
static DERObjectIdentifier RFC4519Style.c
           
static DERObjectIdentifier BCStyle.C
          country code - StringType(SIZE(2))
static DERObjectIdentifier RFC4519Style.cn
           
static DERObjectIdentifier BCStyle.CN
          common name - StringType(SIZE(1..64))
static DERObjectIdentifier BCStyle.COUNTRY_OF_CITIZENSHIP
          RFC 3039 CountryOfCitizenship - PrintableString (SIZE (2)) -- ISO 3166 codes only
static DERObjectIdentifier BCStyle.COUNTRY_OF_RESIDENCE
          RFC 3039 CountryOfResidence - PrintableString (SIZE (2)) -- ISO 3166 codes only
static DERObjectIdentifier BCStyle.DATE_OF_BIRTH
          RFC 3039 DateOfBirth - GeneralizedTime - YYYYMMDD000000Z
static DERObjectIdentifier RFC4519Style.dc
           
static DERObjectIdentifier BCStyle.DC
           
static DERObjectIdentifier RFC4519Style.description
           
static DERObjectIdentifier RFC4519Style.destinationIndicator
           
static DERObjectIdentifier RFC4519Style.distinguishedName
           
static DERObjectIdentifier BCStyle.DMD_NAME
          RFC 2256 dmdName
static DERObjectIdentifier BCStyle.DN_QUALIFIER
          dnQualifier - DirectoryString(SIZE(1..64)
static DERObjectIdentifier RFC4519Style.dnQualifier
           
static DERObjectIdentifier BCStyle.E
          email address in Verisign certificates
static DERObjectIdentifier BCStyle.EmailAddress
          Email address (RSA PKCS#9 extension) - IA5String.
static DERObjectIdentifier RFC4519Style.enhancedSearchGuide
           
static DERObjectIdentifier RFC4519Style.facsimileTelephoneNumber
           
static DERObjectIdentifier BCStyle.GENDER
          RFC 3039 Gender - PrintableString (SIZE(1)) -- "M", "F", "m" or "f"
static DERObjectIdentifier BCStyle.GENERATION
           
static DERObjectIdentifier RFC4519Style.generationQualifier
           
static DERObjectIdentifier RFC4519Style.givenName
           
static DERObjectIdentifier BCStyle.GIVENNAME
           
static DERObjectIdentifier RFC4519Style.houseIdentifier
           
static DERObjectIdentifier RFC4519Style.initials
           
static DERObjectIdentifier BCStyle.INITIALS
           
static DERObjectIdentifier RFC4519Style.internationalISDNNumber
           
static DERObjectIdentifier RFC4519Style.l
           
static DERObjectIdentifier BCStyle.L
          locality name - StringType(SIZE(1..64))
static DERObjectIdentifier RFC4519Style.member
           
static DERObjectIdentifier RFC4519Style.name
           
static DERObjectIdentifier BCStyle.NAME
          id-at-name
static DERObjectIdentifier BCStyle.NAME_AT_BIRTH
          ISIS-MTT NameAtBirth - DirectoryString(SIZE(1..64)
static DERObjectIdentifier RFC4519Style.o
           
static DERObjectIdentifier BCStyle.O
          organization - StringType(SIZE(1..64))
static DERObjectIdentifier RFC4519Style.ou
           
static DERObjectIdentifier BCStyle.OU
          organizational unit name - StringType(SIZE(1..64))
static DERObjectIdentifier RFC4519Style.owner
           
static DERObjectIdentifier RFC4519Style.physicalDeliveryOfficeName
           
static DERObjectIdentifier BCStyle.PLACE_OF_BIRTH
          RFC 3039 PlaceOfBirth - DirectoryString(SIZE(1..128)
static DERObjectIdentifier BCStyle.POSTAL_ADDRESS
          RFC 3039 PostalAddress - SEQUENCE SIZE (1..6) OF DirectoryString(SIZE(1..30))
static DERObjectIdentifier BCStyle.POSTAL_CODE
          postalCode - DirectoryString(SIZE(1..40)
static DERObjectIdentifier RFC4519Style.postalAddress
           
static DERObjectIdentifier RFC4519Style.postalCode
           
static DERObjectIdentifier RFC4519Style.postOfficeBox
           
static DERObjectIdentifier RFC4519Style.preferredDeliveryMethod
           
static DERObjectIdentifier BCStyle.PSEUDONYM
          RFC 3039 Pseudonym - DirectoryString(SIZE(1..64)
static DERObjectIdentifier RFC4519Style.registeredAddress
           
static DERObjectIdentifier RFC4519Style.roleOccupant
           
static DERObjectIdentifier RFC4519Style.searchGuide
           
static DERObjectIdentifier RFC4519Style.seeAlso
           
static DERObjectIdentifier RFC4519Style.serialNumber
           
static DERObjectIdentifier BCStyle.SERIALNUMBER
          device serial number name - StringType(SIZE(1..64))
static DERObjectIdentifier RFC4519Style.sn
           
static DERObjectIdentifier BCStyle.SN
          device serial number name - StringType(SIZE(1..64))
static DERObjectIdentifier RFC4519Style.st
           
static DERObjectIdentifier BCStyle.ST
          state, or province name - StringType(SIZE(1..64))
static DERObjectIdentifier RFC4519Style.street
           
static DERObjectIdentifier BCStyle.STREET
          street - StringType(SIZE(1..64))
static DERObjectIdentifier BCStyle.SURNAME
          Naming attributes of type X520name
static DERObjectIdentifier BCStyle.T
          Title
static DERObjectIdentifier BCStyle.TELEPHONE_NUMBER
          id-at-telephoneNumber
static DERObjectIdentifier RFC4519Style.telephoneNumber
           
static DERObjectIdentifier RFC4519Style.teletexTerminalIdentifier
           
static DERObjectIdentifier RFC4519Style.telexNumber
           
static DERObjectIdentifier RFC4519Style.title
           
static DERObjectIdentifier RFC4519Style.uid
           
static DERObjectIdentifier BCStyle.UID
          LDAP User id.
static DERObjectIdentifier BCStyle.UNIQUE_IDENTIFIER
           
static DERObjectIdentifier RFC4519Style.uniqueMember
           
static DERObjectIdentifier BCStyle.UnstructuredAddress
           
static DERObjectIdentifier BCStyle.UnstructuredName
          more from PKCS#9
static DERObjectIdentifier RFC4519Style.userPassword
           
static DERObjectIdentifier RFC4519Style.x121Address
           
static DERObjectIdentifier RFC4519Style.x500UniqueIdentifier
           
 

Methods in kz.gamma.asn1.x500.style that return DERObjectIdentifier
 DERObjectIdentifier RFC4519Style.attrNameToOID(java.lang.String attrName)
           
 DERObjectIdentifier BCStyle.attrNameToOID(java.lang.String attrName)
           
static DERObjectIdentifier IETFUtils.decodeAttrName(java.lang.String name, java.util.Hashtable lookUp)
           
private static DERObjectIdentifier[] IETFUtils.toOIDArray(java.util.Vector oids)
           
 

Methods in kz.gamma.asn1.x500.style with parameters of type DERObjectIdentifier
static java.lang.String[] IETFUtils.findAttrNamesForOID(DERObjectIdentifier oid, java.util.Hashtable lookup)
           
 java.lang.String[] RFC4519Style.oidToAttrNames(DERObjectIdentifier oid)
           
 java.lang.String[] BCStyle.oidToAttrNames(DERObjectIdentifier oid)
           
 java.lang.String RFC4519Style.oidToDisplayName(DERObjectIdentifier oid)
           
 java.lang.String BCStyle.oidToDisplayName(DERObjectIdentifier oid)
           
 ASN1Encodable RFC4519Style.stringToValue(DERObjectIdentifier oid, java.lang.String value)
           
 ASN1Encodable BCStyle.stringToValue(DERObjectIdentifier oid, java.lang.String value)
           
 

Uses of DERObjectIdentifier in kz.gamma.asn1.x509
 

Subclasses of DERObjectIdentifier in kz.gamma.asn1.x509
 class CertPolicyId
          CertPolicyId, used in the CertificatePolicies and PolicyMappings X509V3 Extensions.
 class KeyPurposeId
          The KeyPurposeId object.
 class PolicyQualifierId
          PolicyQualifierId, used in the CertificatePolicies X509V3 extension.
 

Fields in kz.gamma.asn1.x509 declared as DERObjectIdentifier
(package private)  DERObjectIdentifier AccessDescription.accessMethod
           
(package private) static DERObjectIdentifier CertificatePolicies.anyPolicy
           
private  DERObjectIdentifier Attribute.attrType
           
static DERObjectIdentifier Extension.auditIdentity
          Audit identity extension in attribute certificates.
static DERObjectIdentifier X509Extensions.AuditIdentity
          Audit identity extension in attribute certificates.
static DERObjectIdentifier Extension.authorityInfoAccess
          Authority Info Access
static DERObjectIdentifier X509Extensions.AuthorityInfoAccess
          Authority Info Access
static DERObjectIdentifier Extension.authorityKeyIdentifier
          Authority Key Identifier
static DERObjectIdentifier X509Extensions.AuthorityKeyIdentifier
          Authority Key Identifier
static DERObjectIdentifier Extension.basicConstraints
          Basic Constraints
static DERObjectIdentifier X509Extensions.BasicConstraints
          Basic Constraints
static DERObjectIdentifier Extension.biometricInfo
          BiometricInfo
static DERObjectIdentifier X509Extensions.BiometricInfo
          BiometricInfo
static DERObjectIdentifier X509Name.BUSINESS_CATEGORY
          businessCategory - DirectoryString(SIZE(1..128)
static DERObjectIdentifier X509Name.C
          country code - StringType(SIZE(2))
static DERObjectIdentifier Extension.certificateIssuer
          Certificate Issuer
static DERObjectIdentifier X509Extensions.CertificateIssuer
          Certificate Issuer
static DERObjectIdentifier Extension.certificatePolicies
          Certificate Policies
static DERObjectIdentifier X509Extensions.CertificatePolicies
          Certificate Policies
static DERObjectIdentifier X509Name.CN
          common name - StringType(SIZE(1..64))
static DERObjectIdentifier X509ObjectIdentifiers.commonName
           
static DERObjectIdentifier X509Name.COUNTRY_OF_CITIZENSHIP
          RFC 3039 CountryOfCitizenship - PrintableString (SIZE (2)) -- ISO 3166 codes only
static DERObjectIdentifier X509Name.COUNTRY_OF_RESIDENCE
          RFC 3039 CountryOfResidence - PrintableString (SIZE (2)) -- ISO 3166 codes only
static DERObjectIdentifier X509ObjectIdentifiers.countryName
           
static DERObjectIdentifier X509ObjectIdentifiers.crlAccessMethod
           
static DERObjectIdentifier Extension.cRLDistributionPoints
          CRL Distribution Points
static DERObjectIdentifier X509Extensions.CRLDistributionPoints
          CRL Distribution Points
static DERObjectIdentifier Extension.cRLNumber
          CRL Number
static DERObjectIdentifier X509Extensions.CRLNumber
          CRL Number
static DERObjectIdentifier X509Name.DATE_OF_BIRTH
          RFC 3039 DateOfBirth - GeneralizedTime - YYYYMMDD000000Z
static DERObjectIdentifier X509Name.DC
           
static DERObjectIdentifier Extension.deltaCRLIndicator
          Delta CRL indicator
static DERObjectIdentifier X509Extensions.DeltaCRLIndicator
          Delta CRL indicator
static DERObjectIdentifier X509Name.DN_QUALIFIER
          dnQualifier - DirectoryString(SIZE(1..64)
static DERObjectIdentifier X509Name.E
          email address in Verisign certificates
static DERObjectIdentifier X509Name.EmailAddress
          Email address (RSA PKCS#9 extension) - IA5String.
static DERObjectIdentifier Extension.extendedKeyUsage
          Extended Key Usage
static DERObjectIdentifier X509Extensions.ExtendedKeyUsage
          Extended Key Usage
private  DERObjectIdentifier Extension.extnId
           
static DERObjectIdentifier Extension.freshestCRL
          Freshest CRL
static DERObjectIdentifier X509Extensions.FreshestCRL
          Freshest CRL
static DERObjectIdentifier X509Name.GENDER
          RFC 3039 Gender - PrintableString (SIZE(1)) -- "M", "F", "m" or "f"
static DERObjectIdentifier X509Name.GENERATION
           
static DERObjectIdentifier X509Name.GIVENNAME
           
static DERObjectIdentifier X509ObjectIdentifiers.id_ad
           
static DERObjectIdentifier AccessDescription.id_ad_caIssuers
           
static DERObjectIdentifier X509ObjectIdentifiers.id_ad_caIssuers
           
static DERObjectIdentifier AccessDescription.id_ad_ocsp
           
static DERObjectIdentifier X509ObjectIdentifiers.id_ad_ocsp
           
static DERObjectIdentifier X509ObjectIdentifiers.id_at_name
           
static DERObjectIdentifier X509ObjectIdentifiers.id_at_telephoneNumber
           
static DERObjectIdentifier X509ObjectIdentifiers.id_ea_rsa
           
static DERObjectIdentifier X509ObjectIdentifiers.id_pe
           
static DERObjectIdentifier X509ObjectIdentifiers.id_pkix
           
static DERObjectIdentifier X509ObjectIdentifiers.id_SHA1
           
static DERObjectIdentifier Extension.inhibitAnyPolicy
          Inhibit Any Policy
static DERObjectIdentifier X509Extensions.InhibitAnyPolicy
          Inhibit Any Policy
static DERObjectIdentifier X509Name.INITIALS
           
static DERObjectIdentifier Extension.instructionCode
          Hold Instruction Code
static DERObjectIdentifier X509Extensions.InstructionCode
          Hold Instruction Code
static DERObjectIdentifier Extension.invalidityDate
          Invalidity Date
static DERObjectIdentifier X509Extensions.InvalidityDate
          Invalidity Date
static DERObjectIdentifier Extension.issuerAlternativeName
          Issuer Alternative Name
static DERObjectIdentifier X509Extensions.IssuerAlternativeName
          Issuer Alternative Name
static DERObjectIdentifier Extension.issuingDistributionPoint
          Issuing Distribution Point
static DERObjectIdentifier X509Extensions.IssuingDistributionPoint
          Issuing Distribution Point
static DERObjectIdentifier Extension.keyUsage
          Key Usage
static DERObjectIdentifier X509Extensions.KeyUsage
          Key Usage
static DERObjectIdentifier X509Name.L
          locality name - StringType(SIZE(1..64))
static DERObjectIdentifier X509ObjectIdentifiers.localityName
           
static DERObjectIdentifier Extension.logoType
          Logo Type
static DERObjectIdentifier X509Extensions.LogoType
          Logo Type
static DERObjectIdentifier X509Name.NAME_AT_BIRTH
          ISIS-MTT NameAtBirth - DirectoryString(SIZE(1..64)
static DERObjectIdentifier Extension.nameConstraints
          Name Constraints
static DERObjectIdentifier X509Extensions.NameConstraints
          Name Constraints
static DERObjectIdentifier Extension.noRevAvail
          NoRevAvail extension in attribute certificates.
static DERObjectIdentifier X509Extensions.NoRevAvail
          NoRevAvail extension in attribute certificates.
static DERObjectIdentifier X509Name.O
          organization - StringType(SIZE(1..64))
private  DERObjectIdentifier AlgorithmIdentifier.objectId
           
static DERObjectIdentifier X509ObjectIdentifiers.ocspAccessMethod
           
static DERObjectIdentifier X509ObjectIdentifiers.organization
           
static DERObjectIdentifier X509ObjectIdentifiers.organizationalUnitName
           
(package private)  DERObjectIdentifier ObjectDigestInfo.otherObjectTypeID
           
static DERObjectIdentifier X509Name.OU
          organizational unit name - StringType(SIZE(1..64))
static DERObjectIdentifier X509Name.PLACE_OF_BIRTH
          RFC 3039 PlaceOfBirth - DirectoryString(SIZE(1..128)
static DERObjectIdentifier Extension.policyConstraints
          Policy Constraints
static DERObjectIdentifier X509Extensions.PolicyConstraints
          Policy Constraints
private  DERObjectIdentifier PolicyInformation.policyIdentifier
           
static DERObjectIdentifier Extension.policyMappings
          Policy Mappings
static DERObjectIdentifier X509Extensions.PolicyMappings
          Policy Mappings
private  DERObjectIdentifier PolicyQualifierInfo.policyQualifierId
           
static DERObjectIdentifier X509Name.POSTAL_ADDRESS
          RFC 3039 PostalAddress - SEQUENCE SIZE (1..6) OF DirectoryString(SIZE(1..30))
static DERObjectIdentifier X509Name.POSTAL_CODE
          postalCode - DirectoryString(SIZE(1..40)
static DERObjectIdentifier Extension.privateKeyUsagePeriod
          Private Key Usage Period
static DERObjectIdentifier X509Extensions.PrivateKeyUsagePeriod
          Private Key Usage Period
static DERObjectIdentifier X509Name.PSEUDONYM
          RFC 3039 Pseudonym - DirectoryString(SIZE(1..64)
static DERObjectIdentifier Extension.qCStatements
          QCStatements
static DERObjectIdentifier X509Extensions.QCStatements
          QCStatements
static DERObjectIdentifier Extension.reasonCode
          Reason code
static DERObjectIdentifier X509Extensions.ReasonCode
          Reason code
static DERObjectIdentifier X509ObjectIdentifiers.ripemd160
           
static DERObjectIdentifier X509ObjectIdentifiers.ripemd160WithRSAEncryption
           
static DERObjectIdentifier X509Attributes.RoleSyntax
           
static DERObjectIdentifier X509Name.SERIALNUMBER
          device serial number name - StringType(SIZE(1..64))
static DERObjectIdentifier X509Name.SN
          device serial number name - StringType(SIZE(1..64))
static DERObjectIdentifier X509Name.ST
          state, or province name - StringType(SIZE(1..64))
static DERObjectIdentifier X509ObjectIdentifiers.stateOrProvinceName
           
static DERObjectIdentifier X509Name.STREET
          street - StringType(SIZE(1..64))
static DERObjectIdentifier Extension.subjectAlternativeName
          Subject Alternative Name
static DERObjectIdentifier X509Extensions.SubjectAlternativeName
          Subject Alternative Name
static DERObjectIdentifier Extension.subjectDirectoryAttributes
          Subject Directory Attributes
static DERObjectIdentifier X509Extensions.SubjectDirectoryAttributes
          Subject Directory Attributes
static DERObjectIdentifier Extension.subjectInfoAccess
          Subject Info Access
static DERObjectIdentifier X509Extensions.SubjectInfoAccess
          Subject Info Access
static DERObjectIdentifier Extension.subjectKeyIdentifier
          Subject Key Identifier
static DERObjectIdentifier X509Extensions.SubjectKeyIdentifier
          Subject Key Identifier
static DERObjectIdentifier X509Name.SURNAME
          Naming attributes of type X520name
static DERObjectIdentifier X509Name.T
          Title
static DERObjectIdentifier Extension.targetInformation
          TargetInformation extension in attribute certificates.
static DERObjectIdentifier X509Extensions.TargetInformation
          TargetInformation extension in attribute certificates.
static DERObjectIdentifier X509Name.UID
          LDAP User id.
static DERObjectIdentifier X509Name.UNIQUE_IDENTIFIER
           
static DERObjectIdentifier X509Name.UnstructuredAddress
           
static DERObjectIdentifier X509Name.UnstructuredName
          more from PKCS#9
 

Methods in kz.gamma.asn1.x509 that return DERObjectIdentifier
private  DERObjectIdentifier X509Name.decodeOID(java.lang.String name, java.util.Hashtable lookUp)
           
 DERObjectIdentifier AccessDescription.getAccessMethod()
           
 DERObjectIdentifier Attribute.getAttrType()
           
 DERObjectIdentifier[] Extensions.getCriticalExtensionOIDs()
           
 DERObjectIdentifier[] Extensions.getExtensionOIDs()
           
private  DERObjectIdentifier[] Extensions.getExtensionOIDs(boolean isCritical)
           
 DERObjectIdentifier Extension.getExtnId()
           
 DERObjectIdentifier[] Extensions.getNonCriticalExtensionOIDs()
           
 DERObjectIdentifier AlgorithmIdentifier.getObjectId()
           
 DERObjectIdentifier ObjectDigestInfo.getOtherObjectTypeID()
           
 DERObjectIdentifier PolicyInformation.getPolicyIdentifier()
           
 DERObjectIdentifier PolicyQualifierInfo.getPolicyQualifierId()
           
private  DERObjectIdentifier[] Extensions.toOidArray(java.util.Vector oidVec)
           
 

Methods in kz.gamma.asn1.x509 with parameters of type DERObjectIdentifier
 void X509ExtensionsGenerator.addExtension(DERObjectIdentifier oid, boolean critical, byte[] value)
          Add an extension with the given oid and the passed in byte array to be wrapped in the OCTET STRING associated with the extension.
 void X509ExtensionsGenerator.addExtension(DERObjectIdentifier oid, boolean critical, DEREncodable value)
          Add an extension with the given oid and the passed in value to be included in the OCTET STRING associated with the extension.
private  void X509Name.appendValue(java.lang.StringBuffer buf, java.util.Hashtable oidSymbols, DERObjectIdentifier oid, java.lang.String value)
           
 DERObject X509DefaultEntryConverter.getConvertedValue(DERObjectIdentifier oid, java.lang.String value)
          Apply default coversion for the given value depending on the oid and the character range of the value.
abstract  DERObject X509NameEntryConverter.getConvertedValue(DERObjectIdentifier oid, java.lang.String value)
          Convert the passed in String value into the appropriate ASN.1 encoded object.
 X509Extension X509Extensions.getExtension(DERObjectIdentifier oid)
          return the extension represented by the object identifier passed in.
 Extension Extensions.getExtension(DERObjectIdentifier oid)
          return the extension represented by the object identifier passed in.
 ASN1Encodable Extensions.getExtensionParsedValue(DERObjectIdentifier oid)
          return the parsed value of the extension represented by the object identifier passed in.
 java.util.Vector X509Name.getValues(DERObjectIdentifier oid)
          return a vector of the values found in the name, in the order they were found, with the DN label corresponding to passed in oid.
 

Constructors in kz.gamma.asn1.x509 with parameters of type DERObjectIdentifier
AccessDescription(DERObjectIdentifier oid, GeneralName location)
          create an AccessDescription with the oid and location provided.
AlgorithmIdentifier(DERObjectIdentifier objectId)
           
AlgorithmIdentifier(DERObjectIdentifier objectId, DEREncodable parameters)
           
Attribute(DERObjectIdentifier attrType, ASN1Set attrValues)
           
AuthorityInformationAccess(DERObjectIdentifier oid, GeneralName location)
          create an AuthorityInformationAccess with the oid and location provided.
CertificatePolicies(DERObjectIdentifier p)
          Deprecated. use an ASN1Sequence of PolicyInformation
Extension(DERObjectIdentifier extnId, boolean critical, ASN1OctetString value)
           
Extension(DERObjectIdentifier extnId, boolean critical, byte[] value)
           
Extension(DERObjectIdentifier extnId, DERBoolean critical, ASN1OctetString value)
           
PolicyInformation(DERObjectIdentifier policyIdentifier)
           
PolicyInformation(DERObjectIdentifier policyIdentifier, ASN1Sequence policyQualifiers)
           
PolicyQualifierInfo(DERObjectIdentifier policyQualifierId, DEREncodable qualifier)
          Creates a new PolicyQualifierInfo instance.
 

Uses of DERObjectIdentifier in kz.gamma.asn1.x509.qualified
 

Fields in kz.gamma.asn1.x509.qualified declared as DERObjectIdentifier
static DERObjectIdentifier ETSIQCObjectIdentifiers.id_etsi_qcs_LimiteValue
           
static DERObjectIdentifier ETSIQCObjectIdentifiers.id_etsi_qcs_QcCompliance
           
static DERObjectIdentifier ETSIQCObjectIdentifiers.id_etsi_qcs_QcSSCD
           
static DERObjectIdentifier ETSIQCObjectIdentifiers.id_etsi_qcs_RetentionPeriod
           
static DERObjectIdentifier RFC3739QCObjectIdentifiers.id_qcs_pkixQCSyntax_v1
           
static DERObjectIdentifier RFC3739QCObjectIdentifiers.id_qcs_pkixQCSyntax_v2
           
(package private)  DERObjectIdentifier QCStatement.qcStatementId
           
(package private)  DERObjectIdentifier SemanticsInformation.semanticsIdentifier
           
 

Methods in kz.gamma.asn1.x509.qualified that return DERObjectIdentifier
 DERObjectIdentifier TypeOfBiometricData.getBiometricDataOid()
           
 DERObjectIdentifier SemanticsInformation.getSemanticsIdentifier()
           
 DERObjectIdentifier QCStatement.getStatementId()
           
 

Constructors in kz.gamma.asn1.x509.qualified with parameters of type DERObjectIdentifier
QCStatement(DERObjectIdentifier qcStatementId)
           
QCStatement(DERObjectIdentifier qcStatementId, ASN1Encodable qcStatementInfo)
           
SemanticsInformation(DERObjectIdentifier semanticsIdentifier)
           
SemanticsInformation(DERObjectIdentifier semanticsIdentifier, GeneralName[] generalNames)
           
TypeOfBiometricData(DERObjectIdentifier BiometricDataID)
           
 

Uses of DERObjectIdentifier in kz.gamma.asn1.x509.sigi
 

Fields in kz.gamma.asn1.x509.sigi declared as DERObjectIdentifier
static DERObjectIdentifier SigIObjectIdentifiers.id_sigi
           
static DERObjectIdentifier SigIObjectIdentifiers.id_sigi_cp
          Certificate policy IDs for German SigI (Signature Interoperability Specification)
static DERObjectIdentifier SigIObjectIdentifiers.id_sigi_cp_sigconform
          Certificate is conform to german signature law.
static DERObjectIdentifier SigIObjectIdentifiers.id_sigi_kp
          Key purpose IDs for German SigI (Signature Interoperability Specification)
static DERObjectIdentifier SigIObjectIdentifiers.id_sigi_kp_directoryService
          To be used for for the generation of directory service certificates.
static DERObjectIdentifier SigIObjectIdentifiers.id_sigi_on
          Other Name IDs for German SigI (Signature Interoperability Specification)
static DERObjectIdentifier SigIObjectIdentifiers.id_sigi_on_personalData
          ID for PersonalData
 

Uses of DERObjectIdentifier in kz.gamma.asn1.x9
 

Fields in kz.gamma.asn1.x9 declared as DERObjectIdentifier
private  DERObjectIdentifier KeySpecificInfo.algorithm
           
static DERObjectIdentifier X9ObjectIdentifiers.c2onb191v4
           
static DERObjectIdentifier X9ObjectIdentifiers.c2onb191v5
           
static DERObjectIdentifier X9ObjectIdentifiers.c2onb239v4
           
static DERObjectIdentifier X9ObjectIdentifiers.c2onb239v5
           
static DERObjectIdentifier X9ObjectIdentifiers.c2pnb163v1
           
static DERObjectIdentifier X9ObjectIdentifiers.c2pnb163v2
           
static DERObjectIdentifier X9ObjectIdentifiers.c2pnb163v3
           
static DERObjectIdentifier X9ObjectIdentifiers.c2pnb176w1
           
static DERObjectIdentifier X9ObjectIdentifiers.c2pnb208w1
           
static DERObjectIdentifier X9ObjectIdentifiers.c2pnb272w1
           
static DERObjectIdentifier X9ObjectIdentifiers.c2pnb304w1
           
static DERObjectIdentifier X9ObjectIdentifiers.c2pnb368w1
           
static DERObjectIdentifier X9ObjectIdentifiers.c2tnb191v1
           
static DERObjectIdentifier X9ObjectIdentifiers.c2tnb191v2
           
static DERObjectIdentifier X9ObjectIdentifiers.c2tnb191v3
           
static DERObjectIdentifier X9ObjectIdentifiers.c2tnb239v1
           
static DERObjectIdentifier X9ObjectIdentifiers.c2tnb239v2
           
static DERObjectIdentifier X9ObjectIdentifiers.c2tnb239v3
           
static DERObjectIdentifier X9ObjectIdentifiers.c2tnb359v1
           
static DERObjectIdentifier X9ObjectIdentifiers.c2tnb431r1
           
static DERObjectIdentifier X9ObjectIdentifiers.characteristic_two_field
           
static DERObjectIdentifier X9ObjectIdentifiers.dhEphem
           
static DERObjectIdentifier X9ObjectIdentifiers.dhHybrid1
           
static DERObjectIdentifier X9ObjectIdentifiers.dhHybrid2
           
static DERObjectIdentifier X9ObjectIdentifiers.dhHybridOneFlow
           
static DERObjectIdentifier X9ObjectIdentifiers.dhOneFlow
           
static DERObjectIdentifier X9ObjectIdentifiers.dhpublicnumber
           
static DERObjectIdentifier X9ObjectIdentifiers.dhSinglePass_cofactorDH_sha1kdf_scheme
           
static DERObjectIdentifier X9ObjectIdentifiers.dhSinglePass_stdDH_sha1kdf_scheme
           
static DERObjectIdentifier X9ObjectIdentifiers.dhStatic
           
static DERObjectIdentifier X9ObjectIdentifiers.ecdsa_with_SHA1
           
static DERObjectIdentifier X9ObjectIdentifiers.ecdsa_with_SHA2
           
static DERObjectIdentifier X9ObjectIdentifiers.ecdsa_with_SHA224
           
static DERObjectIdentifier X9ObjectIdentifiers.ecdsa_with_SHA256
           
static DERObjectIdentifier X9ObjectIdentifiers.ecdsa_with_SHA384
           
static DERObjectIdentifier X9ObjectIdentifiers.ecdsa_with_SHA512
           
static DERObjectIdentifier X9ObjectIdentifiers.gnBasis
           
private  DERObjectIdentifier X9FieldID.id
           
static DERObjectIdentifier X9ObjectIdentifiers.id_dsa
           
static DERObjectIdentifier X9ObjectIdentifiers.id_dsa_with_sha1
          id-dsa-with-sha1 OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) x9-57 (10040) x9cm(4) 3 }
static DERObjectIdentifier X9ObjectIdentifiers.id_ecPublicKey
           
static DERObjectIdentifier X9ObjectIdentifiers.mqv1
           
static DERObjectIdentifier X9ObjectIdentifiers.mqv2
           
static DERObjectIdentifier X9ObjectIdentifiers.mqvSinglePass_sha1kdf_scheme
           
static DERObjectIdentifier X9ObjectIdentifiers.ppBasis
           
static DERObjectIdentifier X9ObjectIdentifiers.prime_field
           
static DERObjectIdentifier X9ObjectIdentifiers.prime192v1
           
static DERObjectIdentifier X9ObjectIdentifiers.prime192v2
           
static DERObjectIdentifier X9ObjectIdentifiers.prime192v3
           
static DERObjectIdentifier X9ObjectIdentifiers.prime239v1
           
static DERObjectIdentifier X9ObjectIdentifiers.prime239v2
           
static DERObjectIdentifier X9ObjectIdentifiers.prime239v3
           
static DERObjectIdentifier X9ObjectIdentifiers.prime256v1
           
static DERObjectIdentifier X9ObjectIdentifiers.tpBasis
           
static DERObjectIdentifier X9ObjectIdentifiers.x9_42_schemes
          X9.42
static DERObjectIdentifier X9ObjectIdentifiers.x9_63_scheme
          X9.63
 

Methods in kz.gamma.asn1.x9 that return DERObjectIdentifier
 DERObjectIdentifier KeySpecificInfo.getAlgorithm()
           
 DERObjectIdentifier X9FieldID.getIdentifier()
           
 

Constructors in kz.gamma.asn1.x9 with parameters of type DERObjectIdentifier
KeySpecificInfo(DERObjectIdentifier algorithm, ASN1OctetString counter)
           
 

Uses of DERObjectIdentifier in kz.gamma.cms
 

Fields in kz.gamma.cms declared as DERObjectIdentifier
private  DERObjectIdentifier CMSSignedDataStreamGenerator.CmsSignedDataOutputStream._contentOID
           
private  DERObjectIdentifier SignerInformation.contentType
           
 

Methods in kz.gamma.cms with parameters of type DERObjectIdentifier
protected  java.util.Map CMSSignedGenerator.getBaseParameters(DERObjectIdentifier contentType, AlgorithmIdentifier digAlgId, byte[] hash)
           
private  java.lang.String KeyTransRecipientInformation.getExchangeEncryptionAlgorithmName(DERObjectIdentifier oid)
           
(package private)  SignerInfo CMSSignedDataStreamGenerator.SignerInf.toSignerInfo(DERObjectIdentifier contentType)
           
(package private)  SignerInfo CMSVistaSignedDataGenerator.SignerInf.toSignerInfo(DERObjectIdentifier contentType, CMSProcessable content, java.lang.String sigProvider, boolean addDefaultAttributes)
           
(package private)  SignerInfo CMSSignedDataGenerator.SignerInf.toSignerInfo(DERObjectIdentifier contentType, CMSProcessable content, java.lang.String sigProvider, boolean addDefaultAttributes)
           
 

Constructors in kz.gamma.cms with parameters of type DERObjectIdentifier
SignerInformation(SignerInfo info, DERObjectIdentifier contentType, CMSProcessable content, byte[] digest)
           
 

Uses of DERObjectIdentifier in kz.gamma.jce
 

Fields in kz.gamma.jce declared as DERObjectIdentifier
private  DERObjectIdentifier X509V1CertificateGenerator.sigOID
          Deprecated.  
private  DERObjectIdentifier X509V2CRLGenerator.sigOID
          Deprecated.  
private  DERObjectIdentifier X509V3CertificateGenerator.sigOID
          Deprecated.  
 

Methods in kz.gamma.jce with parameters of type DERObjectIdentifier
 void X509V2CRLGenerator.addExtension(DERObjectIdentifier OID, boolean critical, byte[] value)
          Deprecated. add a given extension field for the standard extensions tag (tag 0)
 void X509V3CertificateGenerator.addExtension(DERObjectIdentifier OID, boolean critical, byte[] value)
          Deprecated. add a given extension field for the standard extensions tag (tag 3)
 void X509V2CRLGenerator.addExtension(DERObjectIdentifier OID, boolean critical, DEREncodable value)
          Deprecated. add a given extension field for the standard extensions tag (tag 0)
 void X509V3CertificateGenerator.addExtension(DERObjectIdentifier OID, boolean critical, DEREncodable value)
          Deprecated. add a given extension field for the standard extensions tag (tag 3)
private static java.lang.String PKCS10CertificationRequest.getDigestAlgName(DERObjectIdentifier digestAlgOID)
           
 

Uses of DERObjectIdentifier in kz.gamma.jce.interfaces
 

Methods in kz.gamma.jce.interfaces with parameters of type DERObjectIdentifier
 DEREncodable PKCS12BagAttributeCarrier.getBagAttribute(DERObjectIdentifier oid)
           
 void PKCS12BagAttributeCarrier.setBagAttribute(DERObjectIdentifier oid, DEREncodable attribute)
           
 

Uses of DERObjectIdentifier in kz.gamma.jce.provider
 

Methods in kz.gamma.jce.provider with parameters of type DERObjectIdentifier
 DEREncodable PKCS12BagAttributeCarrierImpl.getBagAttribute(DERObjectIdentifier oid)
           
 DEREncodable X509CertificateObject.getBagAttribute(DERObjectIdentifier oid)
           
private static java.lang.String X509SignatureUtil.getDigestAlgName(DERObjectIdentifier digestAlgOID)
          Return the digest algorithm using one of the standard JCA string representations rather the the algorithm identifier (if possible).
protected static boolean CertPathValidatorUtilities.processCertD1i(int index, java.util.List[] policyNodes, DERObjectIdentifier pOid, java.util.Set pq)
           
protected static void CertPathValidatorUtilities.processCertD1ii(int index, java.util.List[] policyNodes, DERObjectIdentifier _poid, java.util.Set _pq)
           
 void PKCS12BagAttributeCarrierImpl.setBagAttribute(DERObjectIdentifier oid, DEREncodable attribute)
           
 void X509CertificateObject.setBagAttribute(DERObjectIdentifier oid, DEREncodable attribute)
           
 

Uses of DERObjectIdentifier in kz.gamma.x509
 

Fields in kz.gamma.x509 declared as DERObjectIdentifier
private  DERObjectIdentifier X509V1CertificateGenerator.sigOID
           
private  DERObjectIdentifier X509V2CRLGenerator.sigOID
           
private  DERObjectIdentifier X509V2AttributeCertificateGenerator.sigOID
           
private  DERObjectIdentifier X509V3CertificateGenerator.sigOID
           
 

Methods in kz.gamma.x509 that return DERObjectIdentifier
(package private) static DERObjectIdentifier X509Util.getAlgorithmOID(java.lang.String algorithmName)
           
 

Methods in kz.gamma.x509 with parameters of type DERObjectIdentifier
 void X509V2CRLGenerator.addExtension(DERObjectIdentifier oid, boolean critical, byte[] value)
          add a given extension field for the standard extensions tag (tag 0)
 void X509V3CertificateGenerator.addExtension(DERObjectIdentifier oid, boolean critical, byte[] value)
          add a given extension field for the standard extensions tag (tag 3)
 void X509V2CRLGenerator.addExtension(DERObjectIdentifier oid, boolean critical, DEREncodable value)
          add a given extension field for the standard extensions tag (tag 0)
 void X509V3CertificateGenerator.addExtension(DERObjectIdentifier oid, boolean critical, DEREncodable value)
          add a given extension field for the standard extensions tag (tag 3)
(package private) static byte[] X509Util.calculateSignature(DERObjectIdentifier sigOid, java.lang.String sigName, java.security.PrivateKey key, java.security.SecureRandom random, ASN1Encodable object)
           
(package private) static byte[] X509Util.calculateSignature(DERObjectIdentifier sigOid, java.lang.String sigName, java.lang.String provider, java.security.PrivateKey key, java.security.SecureRandom random, ASN1Encodable object)
           
 void X509V3CertificateGenerator.copyAndAddExtension(DERObjectIdentifier oid, boolean critical, java.security.cert.X509Certificate cert)
          add a given extension field for the standard extensions tag (tag 3) copying the extension value from another certificate.
(package private) static AlgorithmIdentifier X509Util.getSigAlgID(DERObjectIdentifier sigOid, java.lang.String algorithmName)
           
 



Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.