Uses of Class
org.bouncycastle.asn1.ASN1ObjectIdentifier
-
Packages that use ASN1ObjectIdentifier Package Description org.bouncycastle.asn1 A library for parsing and writing ASN.1 objects.org.bouncycastle.asn1.anssi Object Identifiers and curves belong to the French Agency, ANSSI.org.bouncycastle.asn1.bc BC specific object identifiers and classes for the BCFKS key store.org.bouncycastle.asn1.bsi Classes and object identifiers related to the German BSI standard BSI-TR-03111.org.bouncycastle.asn1.cmp Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510.org.bouncycastle.asn1.cms Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).org.bouncycastle.asn1.crmf Classes and object identifiers specific to RFC 4211 "Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)."org.bouncycastle.asn1.cryptopro Support classes for CRYPTO-PRO related objects - such as GOST identifiers.org.bouncycastle.asn1.dvcs Support classes useful for encoding and processing Data Validation and Certification Server (DVCS) protocols as described in RFC 3029.org.bouncycastle.asn1.eac Classes and object identifiers related to the German BSI standard BSI TR-03110.org.bouncycastle.asn1.edec org.bouncycastle.asn1.esf Support classes useful for encoding and supporting [ESF] RFC3126 Electronic Signature Formats for long term electronic signatures.org.bouncycastle.asn1.ess Support classes useful for encoding and supporting Enhanced Security Services for S/MIME as described RFC 2634 and RFC 5035.org.bouncycastle.asn1.gm org.bouncycastle.asn1.gnu Classes and object identifiers related to the GNU project.org.bouncycastle.asn1.iana General object identifiers related to definitions created by the IETF.org.bouncycastle.asn1.icao ICAO ASN.1 classes for electronic passport.org.bouncycastle.asn1.isismtt Classes and object identifiers related to ISISMT -- the Industrial Signature Interoperability Specification.org.bouncycastle.asn1.isismtt.x509 X.509 attribute classes related to ISISMT -- the Industrial Signature Interoperability Specification.org.bouncycastle.asn1.iso Classes and object identifiers related to ISO standards.org.bouncycastle.asn1.kisa Classes and object identifiers related to the Korea Information Security Agency (KISA) and the use of the SEED encryption algorithm in RFC 4010 and RFC 4269.org.bouncycastle.asn1.microsoft Classes and object identifiers related to Microsoft standards and functionality.org.bouncycastle.asn1.misc Miscellaneous object identifiers and objects.org.bouncycastle.asn1.nist Support classes for NIST related objects.org.bouncycastle.asn1.nsri org.bouncycastle.asn1.ntt object identifiers related to the use of the Camellia encryption algorithm (RFC 3657) from the NTT Software Corporation.org.bouncycastle.asn1.ocsp Support classes useful for encoding and supporting OCSP objects.org.bouncycastle.asn1.oiw Objects and OID for the support of ISO OIW.org.bouncycastle.asn1.pkcs Support classes useful for encoding and supporting the various RSA PKCS documents.org.bouncycastle.asn1.rosstandart org.bouncycastle.asn1.sec Classes for support of the SEC standard for Elliptic Curve.org.bouncycastle.asn1.smime Support classes useful for encoding and supporting S/MIME.org.bouncycastle.asn1.teletrust Support classes for TeleTrust related objects.org.bouncycastle.asn1.tsp Support classes useful for encoding and supporting Time Stamp Protocol as described RFC 3161.org.bouncycastle.asn1.ua Classes and object identifiers related to Ukranian DTSU4145 signature standard.org.bouncycastle.asn1.x500 The base classes for defining an X.500 name.org.bouncycastle.asn1.x500.style A package of "style" templates for produce X.500 names and converting them to and from strings.org.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates.org.bouncycastle.asn1.x509.qualified Support classes useful for encoding and processing messages based around RFC3739org.bouncycastle.asn1.x509.sigi Classes and object identifiers related to the SigI specifciation (German Signature Law Interoperability specification).org.bouncycastle.asn1.x9 Support classes useful for encoding and supporting X9.62 elliptic curve.org.bouncycastle.crypto.asymmetric Keys and parameter classes for asymmetric (public/private) key algorithms.org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants.org.bouncycastle.crypto.internal.params org.bouncycastle.crypto.internal.signers org.bouncycastle.crypto.util Utility classes for supporting the crypto APIs - entropy provision and SP 800-56A OtherInfo and MacData.org.bouncycastle.jcajce.spec Key and algorithm parameters specifications for supporting provider specific algorithms and modes.org.bouncycastle.jcajce.util General utility classes for working with the JCA and JCE. -
-
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1
Fields in org.bouncycastle.asn1 declared as ASN1ObjectIdentifier Modifier and Type Field Description protected ASN1ObjectIdentifierASN1External. directReferenceMethods in org.bouncycastle.asn1 that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierASN1ObjectIdentifier. branch(java.lang.String branchID)Return an OID that creates a branch under the current one.ASN1ObjectIdentifierASN1External. getDirectReference()Returns the direct reference of the external elementstatic ASN1ObjectIdentifierASN1ObjectIdentifier. getInstance(java.lang.Object obj)Return an OID from the passed in objectstatic ASN1ObjectIdentifierASN1ObjectIdentifier. getInstance(ASN1TaggedObject obj, boolean explicit)Return an OBJECT IDENTIFIER from a tagged object.ASN1ObjectIdentifierASN1ObjectIdentifier. intern()Intern will return a reference to a pooled version of this object, unless it is not present in which case intern will add it.Methods in org.bouncycastle.asn1 with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description booleanASN1ObjectIdentifier. on(ASN1ObjectIdentifier stem)Return true if this oid is an extension of the passed in branch - stem.Constructors in org.bouncycastle.asn1 with parameters of type ASN1ObjectIdentifier Constructor Description ASN1External(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, int encoding, ASN1Primitive externalData)Creates a new instance of External.ASN1External(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, DERTaggedObject externalData)Creates a new instance of External See X.690 for more informations about the meaning of these parametersDERExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, int encoding, ASN1Primitive externalData)Creates a new instance of DERExternal.DERExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, DERTaggedObject externalData)Creates a new instance of DERExternal See X.690 for more informations about the meaning of these parametersDLExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, int encoding, ASN1Primitive externalData)Creates a new instance of Definite-Length External.DLExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, DERTaggedObject externalData)Creates a new instance of DERExternal See X.690 for more informations about the meaning of these parameters -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.anssi
Fields in org.bouncycastle.asn1.anssi declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierANSSIObjectIdentifiers. FRP256v1Methods in org.bouncycastle.asn1.anssi that return ASN1ObjectIdentifier Modifier and Type Method Description static ASN1ObjectIdentifierANSSINamedCurves. getOID(java.lang.String name)return the object identifier signified by the passed in name.Methods in org.bouncycastle.asn1.anssi with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description static X9ECParametersANSSINamedCurves. getByOID(ASN1ObjectIdentifier oid)return the X9ECParameters object for the named curve represented by the passed in object identifier.static java.lang.StringANSSINamedCurves. getName(ASN1ObjectIdentifier oid)return the named curve name represented by the given object identifier. -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.bc
Fields in org.bouncycastle.asn1.bc declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierBCObjectIdentifiers. bciso.org.dod.internet.private.enterprise.legion-of-the-bouncy-castlestatic ASN1ObjectIdentifierBCObjectIdentifiers. bc_exchkey_exchange(3) algorithmsstatic ASN1ObjectIdentifierBCObjectIdentifiers. bc_pbepbe(1) algorithmsstatic ASN1ObjectIdentifierBCObjectIdentifiers. bc_pbe_sha1SHA-1(1)static ASN1ObjectIdentifierBCObjectIdentifiers. bc_pbe_sha1_pkcs12SHA-1.PKCS12; 1.3.6.1.4.1.22554.1.1.2static ASN1ObjectIdentifierBCObjectIdentifiers. bc_pbe_sha1_pkcs12_aes128_cbc1.3.6.1.4.1.22554.1.1.2.1.2static ASN1ObjectIdentifierBCObjectIdentifiers. bc_pbe_sha1_pkcs12_aes192_cbc1.3.6.1.4.1.22554.1.1.2.1.22static ASN1ObjectIdentifierBCObjectIdentifiers. bc_pbe_sha1_pkcs12_aes256_cbc1.3.6.1.4.1.22554.1.1.2.1.42static ASN1ObjectIdentifierBCObjectIdentifiers. bc_pbe_sha1_pkcs5SHA-1.PKCS5; 1.3.6.1.4.1.22554.1.1.1static ASN1ObjectIdentifierBCObjectIdentifiers. bc_pbe_sha224SHA-2.SHA-224; 1.3.6.1.4.1.22554.1.2.4static ASN1ObjectIdentifierBCObjectIdentifiers. bc_pbe_sha256SHA-2.SHA-256; 1.3.6.1.4.1.22554.1.2.1static ASN1ObjectIdentifierBCObjectIdentifiers. bc_pbe_sha256_pkcs12SHA-256.PKCS12; 1.3.6.1.4.1.22554.1.2.1.2static ASN1ObjectIdentifierBCObjectIdentifiers. bc_pbe_sha256_pkcs12_aes128_cbc1.3.6.1.4.1.22554.1.1.2.2.2static ASN1ObjectIdentifierBCObjectIdentifiers. bc_pbe_sha256_pkcs12_aes192_cbc1.3.6.1.4.1.22554.1.1.2.2.22static ASN1ObjectIdentifierBCObjectIdentifiers. bc_pbe_sha256_pkcs12_aes256_cbc1.3.6.1.4.1.22554.1.1.2.2.42static ASN1ObjectIdentifierBCObjectIdentifiers. bc_pbe_sha256_pkcs5SHA-256.PKCS12; 1.3.6.1.4.1.22554.1.2.1.1static ASN1ObjectIdentifierBCObjectIdentifiers. bc_pbe_sha384SHA-2.SHA-384; 1.3.6.1.4.1.22554.1.2.2static ASN1ObjectIdentifierBCObjectIdentifiers. bc_pbe_sha512SHA-2.SHA-512; 1.3.6.1.4.1.22554.1.2.3static ASN1ObjectIdentifierBCObjectIdentifiers. bc_sigsignature(2) algorithmsstatic ASN1ObjectIdentifierBCObjectIdentifiers. newHopeNewHopestatic ASN1ObjectIdentifierBCObjectIdentifiers. sphincs256Sphincs-256static ASN1ObjectIdentifierBCObjectIdentifiers. sphincs256_with_BLAKE512static ASN1ObjectIdentifierBCObjectIdentifiers. sphincs256_with_SHA3_512static ASN1ObjectIdentifierBCObjectIdentifiers. sphincs256_with_SHA512static ASN1ObjectIdentifierBCObjectIdentifiers. xmssXMSSstatic ASN1ObjectIdentifierBCObjectIdentifiers. xmss_mtXMSS^MTstatic ASN1ObjectIdentifierBCObjectIdentifiers. xmss_mt_SHA256static ASN1ObjectIdentifierBCObjectIdentifiers. xmss_mt_SHA256phstatic ASN1ObjectIdentifierBCObjectIdentifiers. xmss_mt_SHA512static ASN1ObjectIdentifierBCObjectIdentifiers. xmss_mt_SHA512phstatic ASN1ObjectIdentifierBCObjectIdentifiers. xmss_mt_SHAKE128static ASN1ObjectIdentifierBCObjectIdentifiers. xmss_mt_SHAKE128phstatic ASN1ObjectIdentifierBCObjectIdentifiers. xmss_mt_SHAKE256static ASN1ObjectIdentifierBCObjectIdentifiers. xmss_mt_SHAKE256phstatic ASN1ObjectIdentifierBCObjectIdentifiers. xmss_SHA256static ASN1ObjectIdentifierBCObjectIdentifiers. xmss_SHA256phstatic ASN1ObjectIdentifierBCObjectIdentifiers. xmss_SHA512static ASN1ObjectIdentifierBCObjectIdentifiers. xmss_SHA512phstatic ASN1ObjectIdentifierBCObjectIdentifiers. xmss_SHAKE128static ASN1ObjectIdentifierBCObjectIdentifiers. xmss_SHAKE128phstatic ASN1ObjectIdentifierBCObjectIdentifiers. xmss_SHAKE256static ASN1ObjectIdentifierBCObjectIdentifiers. xmss_SHAKE256phMethods in org.bouncycastle.asn1.bc that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierSecretKeyData. getKeyAlgorithm()Constructors in org.bouncycastle.asn1.bc with parameters of type ASN1ObjectIdentifier Constructor Description SecretKeyData(ASN1ObjectIdentifier keyAlgorithm, byte[] keyBytes) -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.bsi
Fields in org.bouncycastle.asn1.bsi declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierBSIObjectIdentifiers. algorithm0.4.0.127.0.7.1static ASN1ObjectIdentifierBSIObjectIdentifiers. bsi_destatic ASN1ObjectIdentifierBSIObjectIdentifiers. ecdsa_plain_RIPEMD160static ASN1ObjectIdentifierBSIObjectIdentifiers. ecdsa_plain_SHA1static ASN1ObjectIdentifierBSIObjectIdentifiers. ecdsa_plain_SHA224static ASN1ObjectIdentifierBSIObjectIdentifiers. ecdsa_plain_SHA256static ASN1ObjectIdentifierBSIObjectIdentifiers. ecdsa_plain_SHA384static ASN1ObjectIdentifierBSIObjectIdentifiers. ecdsa_plain_SHA512static ASN1ObjectIdentifierBSIObjectIdentifiers. ecdsa_plain_signaturesstatic ASN1ObjectIdentifierBSIObjectIdentifiers. ecka_egstatic ASN1ObjectIdentifierBSIObjectIdentifiers. ecka_eg_SessionKDFKey Derivation Function for Session Keysstatic ASN1ObjectIdentifierBSIObjectIdentifiers. ecka_eg_SessionKDF_3DESstatic ASN1ObjectIdentifierBSIObjectIdentifiers. ecka_eg_SessionKDF_AES128static ASN1ObjectIdentifierBSIObjectIdentifiers. ecka_eg_SessionKDF_AES192static ASN1ObjectIdentifierBSIObjectIdentifiers. ecka_eg_SessionKDF_AES256static ASN1ObjectIdentifierBSIObjectIdentifiers. ecka_eg_X963kdfElGamal Elliptic Curve Key Agreement and Key Derivation according to X963 OID: 0.4.0.127.0.7.1.1.5.1.1static ASN1ObjectIdentifierBSIObjectIdentifiers. ecka_eg_X963kdf_RIPEMD160ElGamal Elliptic Curve Key Agreement and Key Derivation according to X963 with hash function RIPEMD160 OID: 0.4.0.127.0.7.1.1.5.1.1.6static ASN1ObjectIdentifierBSIObjectIdentifiers. ecka_eg_X963kdf_SHA1ElGamal Elliptic Curve Key Agreement and Key Derivation according to X963 with hash function SHA-1 OID: 0.4.0.127.0.7.1.1.5.1.1.1static ASN1ObjectIdentifierBSIObjectIdentifiers. ecka_eg_X963kdf_SHA224ElGamal Elliptic Curve Key Agreement and Key Derivation according to X963 with hash function SHA224 OID: 0.4.0.127.0.7.1.1.5.1.1.2static ASN1ObjectIdentifierBSIObjectIdentifiers. ecka_eg_X963kdf_SHA256ElGamal Elliptic Curve Key Agreement and Key Derivation according to X963 with hash function SHA256 OID: 0.4.0.127.0.7.1.1.5.1.1.3static ASN1ObjectIdentifierBSIObjectIdentifiers. ecka_eg_X963kdf_SHA384ElGamal Elliptic Curve Key Agreement and Key Derivation according to X963 with hash function SHA384 OID: 0.4.0.127.0.7.1.1.5.1.1.4static ASN1ObjectIdentifierBSIObjectIdentifiers. ecka_eg_X963kdf_SHA512ElGamal Elliptic Curve Key Agreement and Key Derivation according to X963 with hash function SHA512 OID: 0.4.0.127.0.7.1.1.5.1.1.5static ASN1ObjectIdentifierBSIObjectIdentifiers. id_ecc -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.cmp
Fields in org.bouncycastle.asn1.cmp declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierCMPObjectIdentifiers. ct_encKeyWithID1.2.840.113549.1.9.16.1.21static ASN1ObjectIdentifierCMPObjectIdentifiers. dhBasedMacid-DHBasedMac OBJECT IDENTIFIER ::= {1 2 840 113533 7 66 30}static ASN1ObjectIdentifierCMPObjectIdentifiers. id_pkipRFC 4211: it-pkip: PKIX.5 = 1.3.6.1.5.5.7.5static ASN1ObjectIdentifierCMPObjectIdentifiers. id_regCtrlRFC 4211: it-regCtrl: 1.3.6.1.5.5.7.5.1static ASN1ObjectIdentifierCMPObjectIdentifiers. id_regInfoRFC 4211: it-regInfo: 1.3.6.1.5.5.7.5.2static ASN1ObjectIdentifierCMPObjectIdentifiers. it_caKeyUpdateInfoRFC 4120: 1.3.6.1.5.5.7.4.5static ASN1ObjectIdentifierCMPObjectIdentifiers. it_caProtEncCertRFC 4120: 1.3.6.1.5.5.7.4.1static ASN1ObjectIdentifierCMPObjectIdentifiers. it_confirmWaitTimeRFC 4120: 1.3.6.1.5.5.7.4.14static ASN1ObjectIdentifierCMPObjectIdentifiers. it_currentCRLRFC 4120: 1.3.6.1.5.5.7.4.6static ASN1ObjectIdentifierCMPObjectIdentifiers. it_encKeyPairTypesRFC 4120: 1.3.6.1.5.5.7.4.3static ASN1ObjectIdentifierCMPObjectIdentifiers. it_implicitConfirmRFC 4120: 1.3.6.1.5.5.7.4.13static ASN1ObjectIdentifierCMPObjectIdentifiers. it_keyPairParamRepRFC 4120: 1.3.6.1.5.5.7.4.11static ASN1ObjectIdentifierCMPObjectIdentifiers. it_keyPairParamReqRFC 4120: 1.3.6.1.5.5.7.4.10static ASN1ObjectIdentifierCMPObjectIdentifiers. it_origPKIMessageRFC 4120: 1.3.6.1.5.5.7.4.15static ASN1ObjectIdentifierCMPObjectIdentifiers. it_preferredSymAlgRFC 4120: 1.3.6.1.5.5.7.4.4static ASN1ObjectIdentifierCMPObjectIdentifiers. it_revPassphraseRFC 4120: 1.3.6.1.5.5.7.4.12static ASN1ObjectIdentifierCMPObjectIdentifiers. it_signKeyPairTypesRFC 4120: 1.3.6.1.5.5.7.4.2static ASN1ObjectIdentifierCMPObjectIdentifiers. it_suppLangTagsRFC 4120: 1.3.6.1.5.5.7.4.16static ASN1ObjectIdentifierCMPObjectIdentifiers. it_unsupportedOIDsRFC 4120: 1.3.6.1.5.5.7.4.7static ASN1ObjectIdentifierCMPObjectIdentifiers. passwordBasedMacid-PasswordBasedMac OBJECT IDENTIFIER ::= {1 2 840 113533 7 66 13}static ASN1ObjectIdentifierCMPObjectIdentifiers. regCtrl_altCertTemplateFrom RFC4210: id-regCtrl-altCertTemplate OBJECT IDENTIFIER ::= {id-regCtrl 7}; 1.3.6.1.5.5.7.1.7static ASN1ObjectIdentifierCMPObjectIdentifiers. regCtrl_authenticator1.3.6.1.5.5.7.5.1.2static ASN1ObjectIdentifierCMPObjectIdentifiers. regCtrl_oldCertID1.3.6.1.5.5.7.5.1.5static ASN1ObjectIdentifierCMPObjectIdentifiers. regCtrl_pkiArchiveOptions1.3.6.1.5.5.7.5.1.4static ASN1ObjectIdentifierCMPObjectIdentifiers. regCtrl_pkiPublicationInfo1.3.6.1.5.5.7.5.1.3static ASN1ObjectIdentifierCMPObjectIdentifiers. regCtrl_protocolEncrKey1.3.6.1.5.5.7.5.1.6static ASN1ObjectIdentifierCMPObjectIdentifiers. regCtrl_regToken1.3.6.1.5.5.7.5.1.1static ASN1ObjectIdentifierCMPObjectIdentifiers. regInfo_certReqRFC 4211: it-regInfo-certReq: 1.3.6.1.5.5.7.5.2.1static ASN1ObjectIdentifierCMPObjectIdentifiers. regInfo_utf8PairsRFC 4211: it-regInfo-utf8Pairs: 1.3.6.1.5.5.7.5.2.1Methods in org.bouncycastle.asn1.cmp that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierInfoTypeAndValue. getInfoType()Constructors in org.bouncycastle.asn1.cmp with parameters of type ASN1ObjectIdentifier Constructor Description InfoTypeAndValue(ASN1ObjectIdentifier infoType)InfoTypeAndValue(ASN1ObjectIdentifier infoType, ASN1Encodable optionalValue) -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.cms
Fields in org.bouncycastle.asn1.cms declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierCMSObjectIdentifiers. authenticatedDataPKCS#9: 1.2.840.113549.1.9.16.1.2 -- smime ct authDatastatic ASN1ObjectIdentifierCMSObjectIdentifiers. authEnvelopedDataPKCS#9: 1.2.840.113549.1.9.16.1.23 -- smime ct authEnvelopedDatastatic ASN1ObjectIdentifierCMSAttributes. cmsAlgorithmProtectstatic ASN1ObjectIdentifierCMSObjectIdentifiers. compressedDataPKCS#9: 1.2.840.113549.1.9.16.1.9 -- smime ct compressedDatastatic ASN1ObjectIdentifierCMSAttributes. contentHintPKCS#9: 1.2.840.113549.1.9.16.6.2.4 - See RFC 2634static ASN1ObjectIdentifierCMSAttributes. contentTypePKCS#9: 1.2.840.113549.1.9.3static ASN1ObjectIdentifierCMSAttributes. counterSignaturePKCS#9: 1.2.840.113549.1.9.6static ASN1ObjectIdentifierCMSObjectIdentifiers. dataPKCS#7: 1.2.840.113549.1.7.1static ASN1ObjectIdentifierCMSObjectIdentifiers. digestedDataPKCS#7: 1.2.840.113549.1.7.5static ASN1ObjectIdentifierCMSObjectIdentifiers. encryptedDataPKCS#7: 1.2.840.113549.1.7.6static ASN1ObjectIdentifierCMSObjectIdentifiers. envelopedDataPKCS#7: 1.2.840.113549.1.7.3static ASN1ObjectIdentifierCMSObjectIdentifiers. id_riThe other Revocation Info arcstatic ASN1ObjectIdentifierCMSObjectIdentifiers. id_ri_ocsp_response1.3.6.1.5.5.7.16.2static ASN1ObjectIdentifierCMSObjectIdentifiers. id_ri_scvp1.3.6.1.5.5.7.16.4static ASN1ObjectIdentifierCMSAttributes. messageDigestPKCS#9: 1.2.840.113549.1.9.4static ASN1ObjectIdentifierCMSObjectIdentifiers. signedAndEnvelopedDataPKCS#7: 1.2.840.113549.1.7.4static ASN1ObjectIdentifierCMSObjectIdentifiers. signedDataPKCS#7: 1.2.840.113549.1.7.2static ASN1ObjectIdentifierCMSAttributes. signingTimePKCS#9: 1.2.840.113549.1.9.5static ASN1ObjectIdentifierCMSObjectIdentifiers. timestampedDataPKCS#9: 1.2.840.113549.1.9.16.1.31 -- smime ct timestampedDataMethods in org.bouncycastle.asn1.cms that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierAttribute. getAttrType()ASN1ObjectIdentifierContentInfo. getContentType()ASN1ObjectIdentifierContentInfoParser. getContentType()ASN1ObjectIdentifierEncryptedContentInfo. getContentType()ASN1ObjectIdentifierEncryptedContentInfoParser. getContentType()ASN1ObjectIdentifierOtherRevocationInfoFormat. getInfoFormat()ASN1ObjectIdentifierOtherKeyAttribute. getKeyAttrId()ASN1ObjectIdentifierOtherRecipientInfo. getType()Methods in org.bouncycastle.asn1.cms with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description AttributeTableAttributeTable. add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue)Return a new table with the passed in attribute added.AttributeAttributeTable. get(ASN1ObjectIdentifier oid)Return the first attribute matching the OBJECT IDENTIFIER oid.ASN1EncodableVectorAttributeTable. getAll(ASN1ObjectIdentifier oid)Return all the attributes matching the OBJECT IDENTIFIER oid.AttributeTableAttributeTable. remove(ASN1ObjectIdentifier attrType)Constructors in org.bouncycastle.asn1.cms with parameters of type ASN1ObjectIdentifier Constructor Description Attribute(ASN1ObjectIdentifier attrType, ASN1Set attrValues)ContentInfo(ASN1ObjectIdentifier contentType, ASN1Encodable content)EncryptedContentInfo(ASN1ObjectIdentifier contentType, AlgorithmIdentifier contentEncryptionAlgorithm, ASN1OctetString encryptedContent)OtherKeyAttribute(ASN1ObjectIdentifier keyAttrId, ASN1Encodable keyAttr)OtherRecipientInfo(ASN1ObjectIdentifier oriType, ASN1Encodable oriValue)OtherRevocationInfoFormat(ASN1ObjectIdentifier otherRevInfoFormat, ASN1Encodable otherRevInfo) -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.crmf
Fields in org.bouncycastle.asn1.crmf declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierCRMFObjectIdentifiers. id_ct_encKeyWithID1.2.840.113549.1.9.16.1,21static ASN1ObjectIdentifierCRMFObjectIdentifiers. id_pkip1.3.6.1.5.5.7.5static ASN1ObjectIdentifierCRMFObjectIdentifiers. id_pkix1.3.6.1.5.5.7static ASN1ObjectIdentifierCRMFObjectIdentifiers. id_regCtrl1.3.6.1.5.5.7.1static ASN1ObjectIdentifierCRMFObjectIdentifiers. id_regCtrl_authenticator1.3.6.1.5.5.7.1.2static ASN1ObjectIdentifierCRMFObjectIdentifiers. id_regCtrl_pkiArchiveOptions1.3.6.1.5.5.7.1.4static ASN1ObjectIdentifierCRMFObjectIdentifiers. id_regCtrl_pkiPublicationInfo1.3.6.1.5.5.7.1.3static ASN1ObjectIdentifierCRMFObjectIdentifiers. id_regCtrl_regToken1.3.6.1.5.5.7.1.1Methods in org.bouncycastle.asn1.crmf that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierAttributeTypeAndValue. getType()Constructors in org.bouncycastle.asn1.crmf with parameters of type ASN1ObjectIdentifier Constructor Description AttributeTypeAndValue(ASN1ObjectIdentifier type, ASN1Encodable value) -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.cryptopro
Fields in org.bouncycastle.asn1.cryptopro declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gost_ElSgDH3410_1Gost R3410-ElSqDH3410-1 OID: 1.2.643.2.2.36.1static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gost_ElSgDH3410_defaultGost R3410-ElSqDH3410-default OID: 1.2.643.2.2.36.0static ASN1ObjectIdentifierCryptoProObjectIdentifiers. GOST_idBase OID: 1.2.643.2.2static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR28147_gcfbGost R28147 OID: 1.2.643.2.2.21static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3410_2001Gost R3410-2001 OID: 1.2.643.2.2.19static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3410_2001_CryptoPro_A{ iso(1) member-body(2)ru(643) rans(2) cryptopro(2) ecc-signs(35) }static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3410_2001_CryptoPro_BGost R3410-2001-CryptoPro-B OID: 1.2.643.2.2.35.2static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3410_2001_CryptoPro_CGost R3410-2001-CryptoPro-C OID: 1.2.643.2.2.35.3static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3410_2001_CryptoPro_ESDHstatic ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3410_2001_CryptoPro_XchA{ iso(1) member-body(2) ru(643) rans(2) cryptopro(2) ecc-exchanges(36) }static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3410_2001_CryptoPro_XchBGost R3410-2001-CryptoPro-XchA OID: 1.2.643.2.2.36.1static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3410_2001DHstatic ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3410_94Gost R3410-94 OID: 1.2.643.2.2.20static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3410_94_CryptoPro_A{ iso(1) member-body(2) ru(643) rans(2) cryptopro(2) signs(32) }static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3410_94_CryptoPro_BGost R3410-94-CryptoPro-B OID: 1.2.643.2.2.32.3static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3410_94_CryptoPro_CGost R3410-94-CryptoPro-C OID: 1.2.643.2.2.32.4static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3410_94_CryptoPro_DGost R3410-94-CryptoPro-D OID: 1.2.643.2.2.32.5static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3410_94_CryptoPro_XchA{ iso(1) member-body(2) ru(643) rans(2) cryptopro(2) exchanges(33) }static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3410_94_CryptoPro_XchBGost R3410-94-CryptoPro-XchB OID: 1.2.643.2.2.33.2static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3410_94_CryptoPro_XchCGost R3410-94-CryptoPro-XchC OID: 1.2.643.2.2.33.3static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3411Gost R3411 OID: 1.2.643.2.2.9static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3411_94_CryptoProParamSet{ iso(1) member-body(2) ru(643) rans(2) cryptopro(2) hashes(30) }static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3411_94_with_gostR3410_2001Gost R3411-94-with-R3410-2001 OID: 1.2.643.2.2.3static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3411_94_with_gostR3410_94Gost R3411-94-with-R3410-94 OID: 1.2.643.2.2.4static ASN1ObjectIdentifierCryptoProObjectIdentifiers. gostR3411HmacGost R3411 HMAC OID: 1.2.643.2.2.10static ASN1ObjectIdentifierCryptoProObjectIdentifiers. id_Gost28147_89_CryptoPro_A_ParamSetGost R28147-89-CryotoPro-A-ParamSet OID: 1.2.643.2.2.31.1static ASN1ObjectIdentifierCryptoProObjectIdentifiers. id_Gost28147_89_CryptoPro_B_ParamSetGost R28147-89-CryotoPro-B-ParamSet OID: 1.2.643.2.2.31.2static ASN1ObjectIdentifierCryptoProObjectIdentifiers. id_Gost28147_89_CryptoPro_C_ParamSetGost R28147-89-CryotoPro-C-ParamSet OID: 1.2.643.2.2.31.3static ASN1ObjectIdentifierCryptoProObjectIdentifiers. id_Gost28147_89_CryptoPro_D_ParamSetGost R28147-89-CryotoPro-D-ParamSet OID: 1.2.643.2.2.31.4static ASN1ObjectIdentifierCryptoProObjectIdentifiers. id_Gost28147_89_CryptoPro_KeyWrapstatic ASN1ObjectIdentifierCryptoProObjectIdentifiers. id_Gost28147_89_CryptoPro_TestParamSetGost R28147-89-CryotoPro-A-ParamSet OID: 1.2.643.2.2.31.0static ASN1ObjectIdentifierCryptoProObjectIdentifiers. id_Gost28147_89_None_KeyWrapMethods in org.bouncycastle.asn1.cryptopro that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierGOST3410PublicKeyAlgParameters. getDigestParamSet()ASN1ObjectIdentifierGOST28147Parameters. getEncryptionParamSet()Return the OID representing the sBox to use.ASN1ObjectIdentifierGOST3410PublicKeyAlgParameters. getEncryptionParamSet()static ASN1ObjectIdentifierECGOST3410NamedCurves. getOID(java.lang.String name)static ASN1ObjectIdentifierGOST3410NamedParameters. getOID(java.lang.String name)ASN1ObjectIdentifierGOST3410PublicKeyAlgParameters. getPublicKeyParamSet()Methods in org.bouncycastle.asn1.cryptopro with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description static ECDomainParametersECGOST3410NamedCurves. getByOID(ASN1ObjectIdentifier oid)return the ECDomainParameters object for the given OID, null if it isn't present.static GOST3410ParamSetParametersGOST3410NamedParameters. getByOID(ASN1ObjectIdentifier oid)return the GOST3410ParamSetParameters object for the given OID, null if it isn't present.static java.lang.StringECGOST3410NamedCurves. getName(ASN1ObjectIdentifier oid)return the named curve name represented by the given object identifier.Constructors in org.bouncycastle.asn1.cryptopro with parameters of type ASN1ObjectIdentifier Constructor Description GOST28147Parameters(byte[] iv, ASN1ObjectIdentifier paramSet)GOST3410PublicKeyAlgParameters(ASN1ObjectIdentifier publicKeyParamSet, ASN1ObjectIdentifier digestParamSet)GOST3410PublicKeyAlgParameters(ASN1ObjectIdentifier publicKeyParamSet, ASN1ObjectIdentifier digestParamSet, ASN1ObjectIdentifier encryptionParamSet) -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.dvcs
Fields in org.bouncycastle.asn1.dvcs declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierDVCSObjectIdentifiers. id_aa_dvcs_dvcSMIME DataValidation certificate attribute id-aa-dvcs-dvc; OID: 1.2.840.113549.1.9.16.2,29static ASN1ObjectIdentifierDVCSObjectIdentifiers. id_ad_dvcsAuthority Information Access for DVCS; id-ad-dcvs; OID: 1.3.6.1.5.5.7.48.4static ASN1ObjectIdentifierDVCSObjectIdentifiers. id_ct_DVCSRequestDataSMIME eContentType id-ct-DVCSRequestData; OID: 1.2.840.113549.1.9.16.1.7static ASN1ObjectIdentifierDVCSObjectIdentifiers. id_ct_DVCSResponseDataSMIME eContentType id-ct-DVCSResponseData; OID: 1.2.840.113549.1.9.16.1.8static ASN1ObjectIdentifierDVCSObjectIdentifiers. id_kp_dvcsKey Purpose for DVCS; id-kp-dvcs; OID: 1.3.6.1.5.5.7.3.10static ASN1ObjectIdentifierDVCSObjectIdentifiers. id_pkixBase OID id-pkix: 1.3.6.1.5.5.7static ASN1ObjectIdentifierDVCSObjectIdentifiers. id_smimeBase OID id-smime: 1.2.840.113549.1.9.16 -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.eac
Fields in org.bouncycastle.asn1.eac declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierEACObjectIdentifiers. bsi_debsi-de OBJECT IDENTIFIER ::= { itu-t(0) identified-organization(4) etsi(0) reserved(127) etsi-identified-organization(0) 7 }static ASN1ObjectIdentifierEACObjectIdentifiers. id_CAid-CA OBJECT IDENTIFIER ::= { bsi-de protocols(2) smartcard(2) 3 }static ASN1ObjectIdentifierEACObjectIdentifiers. id_CA_DHOID: 0.4.0.127.0.7.2.2.3.1static ASN1ObjectIdentifierEACObjectIdentifiers. id_CA_DH_3DES_CBC_CBCOID: 0.4.0.127.0.7.2.2.3.1.1static ASN1ObjectIdentifierEACObjectIdentifiers. id_CA_ECDHOID: 0.4.0.127.0.7.2.2.3.2static ASN1ObjectIdentifierEACObjectIdentifiers. id_CA_ECDH_3DES_CBC_CBCOID: 0.4.0.127.0.7.2.2.3.2.1static ASN1ObjectIdentifierEACObjectIdentifiers. id_EAC_ePassportid-EAC-ePassport OBJECT IDENTIFIER ::= { bsi-de applications(3) mrtd(1) roles(2) 1 }static ASN1ObjectIdentifierEACObjectIdentifiers. id_PKid-PK OBJECT IDENTIFIER ::= { bsi-de protocols(2) smartcard(2) 1 }static ASN1ObjectIdentifierEACObjectIdentifiers. id_PK_DHOID: 0.4.0.127.0.7.2.2.1.1static ASN1ObjectIdentifierEACObjectIdentifiers. id_PK_ECDHOID: 0.4.0.127.0.7.2.2.1.2static ASN1ObjectIdentifierCertificateHolderAuthorization. id_role_EACstatic ASN1ObjectIdentifierEACObjectIdentifiers. id_TAid-TA OBJECT IDENTIFIER ::= { bsi-de protocols(2) smartcard(2) 2 }static ASN1ObjectIdentifierEACObjectIdentifiers. id_TA_ECDSAOID: 0.4.0.127.0.7.2.2.2.2static ASN1ObjectIdentifierEACObjectIdentifiers. id_TA_ECDSA_SHA_1OID: 0.4.0.127.0.7.2.2.2.2.1static ASN1ObjectIdentifierEACObjectIdentifiers. id_TA_ECDSA_SHA_224OID: 0.4.0.127.0.7.2.2.2.2.2static ASN1ObjectIdentifierEACObjectIdentifiers. id_TA_ECDSA_SHA_256OID: 0.4.0.127.0.7.2.2.2.2.3static ASN1ObjectIdentifierEACObjectIdentifiers. id_TA_ECDSA_SHA_384OID: 0.4.0.127.0.7.2.2.2.2.4static ASN1ObjectIdentifierEACObjectIdentifiers. id_TA_ECDSA_SHA_512OID: 0.4.0.127.0.7.2.2.2.2.5static ASN1ObjectIdentifierEACObjectIdentifiers. id_TA_RSAOID: 0.4.0.127.0.7.2.2.2.1static ASN1ObjectIdentifierEACObjectIdentifiers. id_TA_RSA_PSS_SHA_1OID: 0.4.0.127.0.7.2.2.2.1.3static ASN1ObjectIdentifierEACObjectIdentifiers. id_TA_RSA_PSS_SHA_256OID: 0.4.0.127.0.7.2.2.2.1.4static ASN1ObjectIdentifierEACObjectIdentifiers. id_TA_RSA_PSS_SHA_512OID: 0.4.0.127.0.7.2.2.2.1.6static ASN1ObjectIdentifierEACObjectIdentifiers. id_TA_RSA_v1_5_SHA_1OID: 0.4.0.127.0.7.2.2.2.1.1static ASN1ObjectIdentifierEACObjectIdentifiers. id_TA_RSA_v1_5_SHA_256OID: 0.4.0.127.0.7.2.2.2.1.2static ASN1ObjectIdentifierEACObjectIdentifiers. id_TA_RSA_v1_5_SHA_512OID: 0.4.0.127.0.7.2.2.2.1.5Methods in org.bouncycastle.asn1.eac that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierCVCertificate. getHolderAuthorization()ASN1ObjectIdentifierCertificateHolderAuthorization. getOid()ASN1ObjectIdentifierECDSAPublicKey. getUsage()abstract ASN1ObjectIdentifierPublicKeyDataObject. getUsage()ASN1ObjectIdentifierRSAPublicKey. getUsage()Methods in org.bouncycastle.asn1.eac with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description ASN1EncodableVectorECDSAPublicKey. getASN1EncodableVector(ASN1ObjectIdentifier oid, boolean publicPointOnly)Constructors in org.bouncycastle.asn1.eac with parameters of type ASN1ObjectIdentifier Constructor Description CertificateHolderAuthorization(ASN1ObjectIdentifier oid, int rights)create an Iso7816CertificateHolderAuthorization according to the parametersECDSAPublicKey(ASN1ObjectIdentifier usage, byte[] ppY)ECDSAPublicKey(ASN1ObjectIdentifier usage, java.math.BigInteger p, java.math.BigInteger a, java.math.BigInteger b, byte[] basePoint, java.math.BigInteger order, byte[] publicPoint, int cofactor)RSAPublicKey(ASN1ObjectIdentifier usage, java.math.BigInteger modulus, java.math.BigInteger exponent) -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.edec
Fields in org.bouncycastle.asn1.edec declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierEdECObjectIdentifiers. id_Ed25519static ASN1ObjectIdentifierEdECObjectIdentifiers. id_Ed448static ASN1ObjectIdentifierEdECObjectIdentifiers. id_edwards_curve_algsstatic ASN1ObjectIdentifierEdECObjectIdentifiers. id_X25519static ASN1ObjectIdentifierEdECObjectIdentifiers. id_X448 -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.esf
Methods in org.bouncycastle.asn1.esf that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierCommitmentTypeIndication. getCommitmentTypeId()ASN1ObjectIdentifierCommitmentTypeQualifier. getCommitmentTypeIdentifier()ASN1ObjectIdentifierOtherRevRefs. getOtherRevRefType()ASN1ObjectIdentifierOtherRevVals. getOtherRevValType()ASN1ObjectIdentifierSignaturePolicyId. getSigPolicyId()ASN1ObjectIdentifierSigPolicyQualifierInfo. getSigPolicyQualifierId() -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.ess
Methods in org.bouncycastle.asn1.ess that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierContentHints. getContentType()Constructors in org.bouncycastle.asn1.ess with parameters of type ASN1ObjectIdentifier Constructor Description ContentHints(ASN1ObjectIdentifier contentType)ContentHints(ASN1ObjectIdentifier contentType, DERUTF8String contentDescription) -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.gm
-
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.gnu
Fields in org.bouncycastle.asn1.gnu declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierGNUObjectIdentifiers. CRC1.3.6.1.4.1.11591.14 -- CRC algorithmsstatic ASN1ObjectIdentifierGNUObjectIdentifiers. CRC321.3.6.1.4.1.11591.14,1 -- CRC32static ASN1ObjectIdentifierGNUObjectIdentifiers. digestAlgorithm1.3.6.1.4.1.11591.12 -- digestAlgorithmstatic ASN1ObjectIdentifierGNUObjectIdentifiers. Ed25519static ASN1ObjectIdentifierGNUObjectIdentifiers. ellipticCurve1.3.6.1.4.1.11591.15 - ellipticCurvestatic ASN1ObjectIdentifierGNUObjectIdentifiers. encryptionAlgorithm1.3.6.1.4.1.11591.13 -- encryptionAlgorithmstatic ASN1ObjectIdentifierGNUObjectIdentifiers. GNU1.3.6.1.4.1.11591.1 -- used by GNU Radiusstatic ASN1ObjectIdentifierGNUObjectIdentifiers. GnuPG1.3.6.1.4.1.11591.2 -- used by GNU PGstatic ASN1ObjectIdentifierGNUObjectIdentifiers. GnuRadar1.3.6.1.4.1.11591.3 -- GNU Radarstatic ASN1ObjectIdentifierGNUObjectIdentifiers. notation1.3.6.1.4.1.11591.2.1 -- notationstatic ASN1ObjectIdentifierGNUObjectIdentifiers. pkaAddress1.3.6.1.4.1.11591.2.1.1 -- pkaAddressstatic ASN1ObjectIdentifierGNUObjectIdentifiers. Serpent1.3.6.1.4.1.11591.13.2 -- Serpentstatic ASN1ObjectIdentifierGNUObjectIdentifiers. Serpent_128_CBC1.3.6.1.4.1.11591.13.2.2 -- Serpent-128-CBCstatic ASN1ObjectIdentifierGNUObjectIdentifiers. Serpent_128_CFB1.3.6.1.4.1.11591.13.2.4 -- Serpent-128-CFBstatic ASN1ObjectIdentifierGNUObjectIdentifiers. Serpent_128_ECB1.3.6.1.4.1.11591.13.2.1 -- Serpent-128-ECBstatic ASN1ObjectIdentifierGNUObjectIdentifiers. Serpent_128_OFB1.3.6.1.4.1.11591.13.2.3 -- Serpent-128-OFBstatic ASN1ObjectIdentifierGNUObjectIdentifiers. Serpent_192_CBC1.3.6.1.4.1.11591.13.2.22 -- Serpent-192-CCBstatic ASN1ObjectIdentifierGNUObjectIdentifiers. Serpent_192_CFB1.3.6.1.4.1.11591.13.2.24 -- Serpent-192-CFBstatic ASN1ObjectIdentifierGNUObjectIdentifiers. Serpent_192_ECB1.3.6.1.4.1.11591.13.2.21 -- Serpent-192-ECBstatic ASN1ObjectIdentifierGNUObjectIdentifiers. Serpent_192_OFB1.3.6.1.4.1.11591.13.2.23 -- Serpent-192-OFBstatic ASN1ObjectIdentifierGNUObjectIdentifiers. Serpent_256_CBC1.3.6.1.4.1.11591.13.2.42 -- Serpent-256-CBCstatic ASN1ObjectIdentifierGNUObjectIdentifiers. Serpent_256_CFB1.3.6.1.4.1.11591.13.2.44 -- Serpent-256-CFBstatic ASN1ObjectIdentifierGNUObjectIdentifiers. Serpent_256_ECB1.3.6.1.4.1.11591.13.2.41 -- Serpent-256-ECBstatic ASN1ObjectIdentifierGNUObjectIdentifiers. Serpent_256_OFB1.3.6.1.4.1.11591.13.2.43 -- Serpent-256-OFBstatic ASN1ObjectIdentifierGNUObjectIdentifiers. Tiger_1921.3.6.1.4.1.11591.12.2 -- TIGER/192 -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.iana
Fields in org.bouncycastle.asn1.iana declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierIANAObjectIdentifiers. _private1.3.6.1.4:static ASN1ObjectIdentifierIANAObjectIdentifiers. directory1.3.6.1.1: Internet directory: X.500static ASN1ObjectIdentifierIANAObjectIdentifiers. experimental1.3.6.1.3:static ASN1ObjectIdentifierIANAObjectIdentifiers. hmacMD5IPSEC ISAKMP-Oakley hmacMD5 OID: 1.3.6.1.5.5.8.1.1static ASN1ObjectIdentifierIANAObjectIdentifiers. hmacRIPEMD160IPSEC ISAKMP-Oakley hmacRIPEMD160 OID: 1.3.6.1.5.5.8.1.4static ASN1ObjectIdentifierIANAObjectIdentifiers. hmacSHA1IPSEC ISAKMP-Oakley hmacSHA1 OID: 1.3.6.1.5.5.8.1.2static ASN1ObjectIdentifierIANAObjectIdentifiers. hmacTIGERIPSEC ISAKMP-Oakley hmacTIGER OID: 1.3.6.1.5.5.8.1.3static ASN1ObjectIdentifierIANAObjectIdentifiers. internet{ iso(1) identifier-organization(3) dod(6) internet(1) } == IETF defined thingsstatic ASN1ObjectIdentifierIANAObjectIdentifiers. ipsecIPSEC base OID: 1.3.6.1.5.5.8static ASN1ObjectIdentifierIANAObjectIdentifiers. isakmpOakleyIPSEC ISAKMP-Oakley OID: 1.3.6.1.5.5.8.1static ASN1ObjectIdentifierIANAObjectIdentifiers. mail1.3.6.1.7: mail -- never really usedstatic ASN1ObjectIdentifierIANAObjectIdentifiers. mgmt1.3.6.1.2: Internet managementstatic ASN1ObjectIdentifierIANAObjectIdentifiers. pkixPKIX base OID: 1.3.6.1.5.6.6static ASN1ObjectIdentifierIANAObjectIdentifiers. security1.3.6.1.5: Security servicesstatic ASN1ObjectIdentifierIANAObjectIdentifiers. security_mechanismsIANA security mechanisms; 1.3.6.1.5.5static ASN1ObjectIdentifierIANAObjectIdentifiers. security_nametypesIANA security nametypes; 1.3.6.1.5.6static ASN1ObjectIdentifierIANAObjectIdentifiers. SNMPv21.3.6.1.6: SNMPv2 -- never really used -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.icao
Fields in org.bouncycastle.asn1.icao declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierICAOObjectIdentifiers. id_icao2.23.136static ASN1ObjectIdentifierICAOObjectIdentifiers. id_icao_aaProtocolObjectActive Authentication protocol, see draft TR LDS and PKI Maintenance, par.static ASN1ObjectIdentifierICAOObjectIdentifiers. id_icao_cscaMasterListCSCA master list, see TR CSCA Countersigning and Master List issuancestatic ASN1ObjectIdentifierICAOObjectIdentifiers. id_icao_cscaMasterListSigningKey2.23.136.1.1.3static ASN1ObjectIdentifierICAOObjectIdentifiers. id_icao_documentTypeListdocument type list, see draft TR LDS and PKI Maintenance, par.static ASN1ObjectIdentifierICAOObjectIdentifiers. id_icao_extensionsCSCA name change and key reoll-over, see draft TR LDS and PKI Maintenance, par.static ASN1ObjectIdentifierICAOObjectIdentifiers. id_icao_extensions_namechangekeyrollover2.23.136.1.1.6.1static ASN1ObjectIdentifierICAOObjectIdentifiers. id_icao_ldsSecurityObjectLDS security object, see ICAO Doc 9303-Volume 2-Section IV-A3.2static ASN1ObjectIdentifierICAOObjectIdentifiers. id_icao_mrtd2.23.136.1static ASN1ObjectIdentifierICAOObjectIdentifiers. id_icao_mrtd_security2.23.136.1.1 -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.isismtt
Fields in org.bouncycastle.asn1.isismtt declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierISISMTTObjectIdentifiers. id_isismtt1.3.36.8static ASN1ObjectIdentifierISISMTTObjectIdentifiers. id_isismtt_at1.3.36.8.3static ASN1ObjectIdentifierISISMTTObjectIdentifiers. id_isismtt_at_additionalInformationSome other information of non-restrictive nature regarding the usage of this certificate.static ASN1ObjectIdentifierISISMTTObjectIdentifiers. id_isismtt_at_admissionAttribute to indicate admissions to certain professions.static ASN1ObjectIdentifierISISMTTObjectIdentifiers. id_isismtt_at_certHashHash of a certificate in OCSP.static ASN1ObjectIdentifierISISMTTObjectIdentifiers. id_isismtt_at_certInDirSinceSingleOCSPResponse extension: Date, when certificate has been published in the directory and status information has become available.static ASN1ObjectIdentifierISISMTTObjectIdentifiers. id_isismtt_at_dateOfCertGenCertificate extensionDate of certificate generationstatic ASN1ObjectIdentifierISISMTTObjectIdentifiers. id_isismtt_at_declarationOfMajorityA declaration of majority.static ASN1ObjectIdentifierISISMTTObjectIdentifiers. id_isismtt_at_iCCSNSerial number of the smart card containing the corresponding private keystatic ASN1ObjectIdentifierISISMTTObjectIdentifiers. id_isismtt_at_liabilityLimitationFlagIndicates that an attribute certificate exists, which limits the usability of this public key certificate.static ASN1ObjectIdentifierISISMTTObjectIdentifiers. id_isismtt_at_monetaryLimitMonetary limit for transactions.static ASN1ObjectIdentifierISISMTTObjectIdentifiers. id_isismtt_at_nameAtBirthNameAtBirth ::= DirectoryString(SIZE(1..64)static ASN1ObjectIdentifierISISMTTObjectIdentifiers. id_isismtt_at_namingAuthoritiesBase ObjectIdentifier for naming authoritiesstatic ASN1ObjectIdentifierISISMTTObjectIdentifiers. id_isismtt_at_PKReferenceReference for a file of a smartcard that stores the public key of this certificate and that is used as "security anchor".static ASN1ObjectIdentifierISISMTTObjectIdentifiers. id_isismtt_at_procurationAttribute to indicate that the certificate holder may sign in the name of a third person.static ASN1ObjectIdentifierISISMTTObjectIdentifiers. id_isismtt_at_requestedCertificateSingleOCSPResponse extension: The certificate requested by the client by inserting the RetrieveIfAllowed extension in the request, will be returned in this extension.static ASN1ObjectIdentifierISISMTTObjectIdentifiers. id_isismtt_at_restrictionSome other restriction regarding the usage of this certificate.static ASN1ObjectIdentifierISISMTTObjectIdentifiers. 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 ASN1ObjectIdentifierISISMTTObjectIdentifiers. id_isismtt_cp1.3.36.8.1static ASN1ObjectIdentifierISISMTTObjectIdentifiers. id_isismtt_cp_accreditedThe 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 ASN1ObjectIdentifier in org.bouncycastle.asn1.isismtt.x509
Fields in org.bouncycastle.asn1.isismtt.x509 declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierNamingAuthority. id_isismtt_at_namingAuthorities_RechtWirtschaftSteuernProfession OIDs should always be defined under the OID branch of the responsible naming authority.static ASN1ObjectIdentifierProfessionInfo. NotarNotarstatic ASN1ObjectIdentifierProfessionInfo. NotariatsverwalterNotariatsverwalterstatic ASN1ObjectIdentifierProfessionInfo. NotariatsverwalterinNotariatsverwalterinstatic ASN1ObjectIdentifierProfessionInfo. NotarinNotarinstatic ASN1ObjectIdentifierProfessionInfo. NotarvertreterNotarvertreterstatic ASN1ObjectIdentifierProfessionInfo. NotarvertreterinNotarvertreterinstatic ASN1ObjectIdentifierProfessionInfo. PatentanwaltPatentanwaltstatic ASN1ObjectIdentifierProfessionInfo. PatentanwltinPatentanw?ltinstatic ASN1ObjectIdentifierProfessionInfo. RechtsanwaltRechtsanwaltstatic ASN1ObjectIdentifierProfessionInfo. RechtsanwltinRechtsanw?ltinstatic ASN1ObjectIdentifierProfessionInfo. RechtsbeistandRechtsbeistandstatic ASN1ObjectIdentifierProfessionInfo. SteuerberaterSteuerberaterstatic ASN1ObjectIdentifierProfessionInfo. SteuerberaterinSteuerberaterinstatic ASN1ObjectIdentifierProfessionInfo. SteuerbevollmchtigteSteuerbevollm?chtigtestatic ASN1ObjectIdentifierProfessionInfo. SteuerbevollmchtigterSteuerbevollm?chtigterstatic ASN1ObjectIdentifierProfessionInfo. VereidigteBuchprferinVereidigte Buchpr?ferinstatic ASN1ObjectIdentifierProfessionInfo. VereidigterBuchprferVereidigter Buchpr?ferstatic ASN1ObjectIdentifierProfessionInfo. WirtschaftsprferWirtschaftspr?ferstatic ASN1ObjectIdentifierProfessionInfo. WirtschaftsprferinWirtschaftspr?ferinMethods in org.bouncycastle.asn1.isismtt.x509 that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierNamingAuthority. getNamingAuthorityId()ASN1ObjectIdentifier[]ProfessionInfo. getProfessionOIDs()Constructors in org.bouncycastle.asn1.isismtt.x509 with parameters of type ASN1ObjectIdentifier Constructor Description NamingAuthority(ASN1ObjectIdentifier namingAuthorityId, java.lang.String namingAuthorityUrl, DirectoryString namingAuthorityText)Constructor from given details.ProfessionInfo(NamingAuthority namingAuthority, DirectoryString[] professionItems, ASN1ObjectIdentifier[] professionOIDs, java.lang.String registrationNumber, ASN1OctetString addProfessionInfo)Constructor from given details. -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.iso
Fields in org.bouncycastle.asn1.iso declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierISOIECObjectIdentifiers. hash_algorithmsstatic ASN1ObjectIdentifierISOIECObjectIdentifiers. id_ac_generic_hybridstatic ASN1ObjectIdentifierISOIECObjectIdentifiers. id_kem_rsaid-kem-rsa OID ::= { is18033-2 key-encapsulation-mechanism(2) rsa(4) }static ASN1ObjectIdentifierISOIECObjectIdentifiers. is18033_2-- ISO/IEC 18033-2 arc is18033-2 OID ::= { iso(1) standard(0) is18033(18033) part2(2) }static ASN1ObjectIdentifierISOIECObjectIdentifiers. iso_encryption_algorithmsstatic ASN1ObjectIdentifierISOIECObjectIdentifiers. ripemd128static ASN1ObjectIdentifierISOIECObjectIdentifiers. ripemd160static ASN1ObjectIdentifierISOIECObjectIdentifiers. whirlpool -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.kisa
Fields in org.bouncycastle.asn1.kisa declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierKISAObjectIdentifiers. id_mod_cms_seedRFC 4010: SeedEncryptionAlgorithmInCMS; OID 1.2.840.113549.1.9.16.0.24static ASN1ObjectIdentifierKISAObjectIdentifiers. id_npki_app_cmsSeed_wrapRFC 4010: id-npki-app-cmsSeed-wrap; OID 1.2.410.200004.7.1.1.1static ASN1ObjectIdentifierKISAObjectIdentifiers. id_seedCBCRFC 4010, 4269: id-seedCBC; OID 1.2.410.200004.1.4static ASN1ObjectIdentifierKISAObjectIdentifiers. id_seedMACRFC 4269: id-seedMAC; OID 1.2.410.200004.1.7static ASN1ObjectIdentifierKISAObjectIdentifiers. pbeWithSHA1AndSEED_CBCRFC 4269: pbeWithSHA1AndSEED-CBC; OID 1.2.410.200004.1.15 -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.microsoft
Fields in org.bouncycastle.asn1.microsoft declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierMicrosoftObjectIdentifiers. microsoftBase OID: 1.3.6.1.4.1.311static ASN1ObjectIdentifierMicrosoftObjectIdentifiers. microsoftAppPoliciesOID: 1.3.6.1.4.1.311.21.10static ASN1ObjectIdentifierMicrosoftObjectIdentifiers. microsoftCaVersionOID: 1.3.6.1.4.1.311.21.1static ASN1ObjectIdentifierMicrosoftObjectIdentifiers. microsoftCertTemplateV1OID: 1.3.6.1.4.1.311.20.2static ASN1ObjectIdentifierMicrosoftObjectIdentifiers. microsoftCertTemplateV2OID: 1.3.6.1.4.1.311.21.7static ASN1ObjectIdentifierMicrosoftObjectIdentifiers. microsoftCrlNextPublishOID: 1.3.6.1.4.1.311.21.4static ASN1ObjectIdentifierMicrosoftObjectIdentifiers. microsoftPrevCaCertHashOID: 1.3.6.1.4.1.311.21.2 -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.misc
Fields in org.bouncycastle.asn1.misc declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierMiscObjectIdentifiers. as_sys_sec_alg_ideaCBCstatic ASN1ObjectIdentifierMiscObjectIdentifiers. blake2static ASN1ObjectIdentifierMiscObjectIdentifiers. cast5CBCcast5CBC OBJECT IDENTIFIER ::= {iso(1) member-body(2) us(840) nt(113533) nsn(7) algorithms(66) 10} SEE RFC 2984static ASN1ObjectIdentifierMiscObjectIdentifiers. cryptlibstatic ASN1ObjectIdentifierMiscObjectIdentifiers. cryptlib_algorithmstatic ASN1ObjectIdentifierMiscObjectIdentifiers. cryptlib_algorithm_blowfish_CBCstatic ASN1ObjectIdentifierMiscObjectIdentifiers. cryptlib_algorithm_blowfish_CFBstatic ASN1ObjectIdentifierMiscObjectIdentifiers. cryptlib_algorithm_blowfish_ECBstatic ASN1ObjectIdentifierMiscObjectIdentifiers. cryptlib_algorithm_blowfish_OFBstatic ASN1ObjectIdentifierMiscObjectIdentifiers. entrustNortelNetworks Entrust OID base: 1.2.840.113533.7static ASN1ObjectIdentifierMiscObjectIdentifiers. entrustVersionExtensionNortelNetworks Entrust VersionExtension OID: 1.2.840.113533.7.65.0static ASN1ObjectIdentifierMiscObjectIdentifiers. id_blake2b160static ASN1ObjectIdentifierMiscObjectIdentifiers. id_blake2b256static ASN1ObjectIdentifierMiscObjectIdentifiers. id_blake2b384static ASN1ObjectIdentifierMiscObjectIdentifiers. id_blake2b512static ASN1ObjectIdentifierMiscObjectIdentifiers. id_blake2s128static ASN1ObjectIdentifierMiscObjectIdentifiers. id_blake2s160static ASN1ObjectIdentifierMiscObjectIdentifiers. id_blake2s224static ASN1ObjectIdentifierMiscObjectIdentifiers. id_blake2s256static ASN1ObjectIdentifierMiscObjectIdentifiers. id_scryptstatic ASN1ObjectIdentifierMiscObjectIdentifiers. netscapeNetscape cert extensions OID base: 2.16.840.1.113730.1static ASN1ObjectIdentifierMiscObjectIdentifiers. netscapeBaseURLNetscape cert BaseURL OID: 2.16.840.1.113730.1.2static ASN1ObjectIdentifierMiscObjectIdentifiers. netscapeCApolicyURLNetscape cert CApolicyURL OID: 2.16.840.1.113730.1.8static ASN1ObjectIdentifierMiscObjectIdentifiers. netscapeCARevocationURLNetscape cert CARevocationURL OID: 2.16.840.1.113730.1.4static ASN1ObjectIdentifierMiscObjectIdentifiers. netscapeCertCommentNetscape cert CertComment OID: 2.16.840.1.113730.1.13static ASN1ObjectIdentifierMiscObjectIdentifiers. netscapeCertTypeNetscape cert CertType OID: 2.16.840.1.113730.1.1static ASN1ObjectIdentifierMiscObjectIdentifiers. netscapeRenewalURLNetscape cert RenewalURL OID: 2.16.840.1.113730.1.7static ASN1ObjectIdentifierMiscObjectIdentifiers. netscapeRevocationURLNetscape cert RevocationURL OID: 2.16.840.1.113730.1.3static ASN1ObjectIdentifierMiscObjectIdentifiers. netscapeSSLServerNameNetscape cert SSLServerName OID: 2.16.840.1.113730.1.12static ASN1ObjectIdentifierMiscObjectIdentifiers. novellNovell OID base: 2.16.840.1.113719static ASN1ObjectIdentifierMiscObjectIdentifiers. novellSecurityAttribsNovell SecurityAttribs OID: 2.16.840.1.113719.1.9.4.1static ASN1ObjectIdentifierMiscObjectIdentifiers. verisignVerisign OID base: 2.16.840.1.113733.1static ASN1ObjectIdentifierMiscObjectIdentifiers. verisignBitString_6_13static ASN1ObjectIdentifierMiscObjectIdentifiers. verisignCzagExtensionVerisign CZAG (Country,Zip,Age,Gender) Extension OID: 2.16.840.1.113733.1.6.3static ASN1ObjectIdentifierMiscObjectIdentifiers. verisignDnbDunsNumberVerisign D&B D-U-N-S number Extension OID: 2.16.840.1.113733.1.6.15static ASN1ObjectIdentifierMiscObjectIdentifiers. verisignIssStrongCryptostatic ASN1ObjectIdentifierMiscObjectIdentifiers. verisignOnSiteJurisdictionHashstatic ASN1ObjectIdentifierMiscObjectIdentifiers. verisignPrivate_6_9 -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.nist
Fields in org.bouncycastle.asn1.nist declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierNISTObjectIdentifiers. aes2.16.840.1.101.3.4.1static ASN1ObjectIdentifierNISTObjectIdentifiers. dsa_with_sha2242.16.840.1.101.3.4.3.1static ASN1ObjectIdentifierNISTObjectIdentifiers. dsa_with_sha2562.16.840.1.101.3.4.3.2static ASN1ObjectIdentifierNISTObjectIdentifiers. dsa_with_sha3842.16.840.1.101.3.4.3.3static ASN1ObjectIdentifierNISTObjectIdentifiers. dsa_with_sha5122.16.840.1.101.3.4.3.4static ASN1ObjectIdentifierNISTObjectIdentifiers. hashAlgs2.16.840.1.101.3.4.2static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes128_CBC2.16.840.1.101.3.4.1.2static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes128_CCM2.16.840.1.101.3.4.1.7static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes128_CFB2.16.840.1.101.3.4.1.4static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes128_ECB2.16.840.1.101.3.4.1.1static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes128_GCM2.16.840.1.101.3.4.1.6static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes128_OFB2.16.840.1.101.3.4.1.3static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes128_wrap2.16.840.1.101.3.4.1.5static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes128_wrap_pad2.16.840.1.101.3.4.1.28static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes192_CBC2.16.840.1.101.3.4.1.22static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes192_CCM2.16.840.1.101.3.4.1.27static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes192_CFB2.16.840.1.101.3.4.1.24static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes192_ECB2.16.840.1.101.3.4.1.21static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes192_GCM2.16.840.1.101.3.4.1.26static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes192_OFB2.16.840.1.101.3.4.1.23static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes192_wrap2.16.840.1.101.3.4.1.25static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes192_wrap_pad2.16.840.1.101.3.4.1.28static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes256_CBC2.16.840.1.101.3.4.1.42static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes256_CCM2.16.840.1.101.3.4.1.47static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes256_CFB2.16.840.1.101.3.4.1.44static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes256_ECB2.16.840.1.101.3.4.1.41static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes256_GCM2.16.840.1.101.3.4.1.46static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes256_OFB2.16.840.1.101.3.4.1.43static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes256_wrap2.16.840.1.101.3.4.1.45static ASN1ObjectIdentifierNISTObjectIdentifiers. id_aes256_wrap_pad2.16.840.1.101.3.4.1.48static ASN1ObjectIdentifierNISTObjectIdentifiers. id_dsa_with_sha2static ASN1ObjectIdentifierNISTObjectIdentifiers. id_dsa_with_sha3_2242.16.840.1.101.3.4.3.5static ASN1ObjectIdentifierNISTObjectIdentifiers. id_dsa_with_sha3_2562.16.840.1.101.3.4.3.6static ASN1ObjectIdentifierNISTObjectIdentifiers. id_dsa_with_sha3_3842.16.840.1.101.3.4.3.7static ASN1ObjectIdentifierNISTObjectIdentifiers. id_dsa_with_sha3_5122.16.840.1.101.3.4.3.8static ASN1ObjectIdentifierNISTObjectIdentifiers. id_ecdsa_with_sha3_2242.16.840.1.101.3.4.3.9static ASN1ObjectIdentifierNISTObjectIdentifiers. id_ecdsa_with_sha3_2562.16.840.1.101.3.4.3.10static ASN1ObjectIdentifierNISTObjectIdentifiers. id_ecdsa_with_sha3_3842.16.840.1.101.3.4.3.11static ASN1ObjectIdentifierNISTObjectIdentifiers. id_ecdsa_with_sha3_5122.16.840.1.101.3.4.3.12static ASN1ObjectIdentifierNISTObjectIdentifiers. id_hmacWithSHA3_2242.16.840.1.101.3.4.2.13static ASN1ObjectIdentifierNISTObjectIdentifiers. id_hmacWithSHA3_2562.16.840.1.101.3.4.2.14static ASN1ObjectIdentifierNISTObjectIdentifiers. id_hmacWithSHA3_3842.16.840.1.101.3.4.2.15static ASN1ObjectIdentifierNISTObjectIdentifiers. id_hmacWithSHA3_5122.16.840.1.101.3.4.2.16static ASN1ObjectIdentifierNISTObjectIdentifiers. id_rsassa_pkcs1_v1_5_with_sha3_2242.16.840.1.101.3.4.3.9static ASN1ObjectIdentifierNISTObjectIdentifiers. id_rsassa_pkcs1_v1_5_with_sha3_2562.16.840.1.101.3.4.3.10static ASN1ObjectIdentifierNISTObjectIdentifiers. id_rsassa_pkcs1_v1_5_with_sha3_3842.16.840.1.101.3.4.3.11static ASN1ObjectIdentifierNISTObjectIdentifiers. id_rsassa_pkcs1_v1_5_with_sha3_5122.16.840.1.101.3.4.3.12static ASN1ObjectIdentifierNISTObjectIdentifiers. id_sha2242.16.840.1.101.3.4.2.4static ASN1ObjectIdentifierNISTObjectIdentifiers. id_sha2562.16.840.1.101.3.4.2.1static ASN1ObjectIdentifierNISTObjectIdentifiers. id_sha3_2242.16.840.1.101.3.4.2.7static ASN1ObjectIdentifierNISTObjectIdentifiers. id_sha3_2562.16.840.1.101.3.4.2.8static ASN1ObjectIdentifierNISTObjectIdentifiers. id_sha3_3842.16.840.1.101.3.4.2.9static ASN1ObjectIdentifierNISTObjectIdentifiers. id_sha3_5122.16.840.1.101.3.4.2.10static ASN1ObjectIdentifierNISTObjectIdentifiers. id_sha3842.16.840.1.101.3.4.2.2static ASN1ObjectIdentifierNISTObjectIdentifiers. id_sha5122.16.840.1.101.3.4.2.3static ASN1ObjectIdentifierNISTObjectIdentifiers. id_sha512_2242.16.840.1.101.3.4.2.5static ASN1ObjectIdentifierNISTObjectIdentifiers. id_sha512_2562.16.840.1.101.3.4.2.6static ASN1ObjectIdentifierNISTObjectIdentifiers. id_shake1282.16.840.1.101.3.4.2.11static ASN1ObjectIdentifierNISTObjectIdentifiers. id_shake2562.16.840.1.101.3.4.2.12static ASN1ObjectIdentifierNISTObjectIdentifiers. nistAlgorithm2.16.840.1.101.3.4 -- algorithmsstatic ASN1ObjectIdentifierNISTObjectIdentifiers. sigAlgs2.16.840.1.101.3.4.3Methods in org.bouncycastle.asn1.nist that return ASN1ObjectIdentifier Modifier and Type Method Description static ASN1ObjectIdentifierNISTNamedCurves. getOID(java.lang.String name)return the object identifier signified by the passed in name.Methods in org.bouncycastle.asn1.nist with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description static X9ECParametersNISTNamedCurves. getByOID(ASN1ObjectIdentifier oid)return the X9ECParameters object for the named curve represented by the passed in object identifier.static java.lang.StringNISTNamedCurves. getName(ASN1ObjectIdentifier oid)return the named curve name represented by the given object identifier. -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.nsri
-
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.ntt
Fields in org.bouncycastle.asn1.ntt declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierNTTObjectIdentifiers. id_camellia128_cbcid-camellia128-cbc; OID 1.2.392.200011.61.1.1.1.2static ASN1ObjectIdentifierNTTObjectIdentifiers. id_camellia128_wrapid-camellia128-wrap; OID 1.2.392.200011.61.1.1.3.2static ASN1ObjectIdentifierNTTObjectIdentifiers. id_camellia192_cbcid-camellia192-cbc; OID 1.2.392.200011.61.1.1.1.3static ASN1ObjectIdentifierNTTObjectIdentifiers. id_camellia192_wrapid-camellia192-wrap; OID 1.2.392.200011.61.1.1.3.3static ASN1ObjectIdentifierNTTObjectIdentifiers. id_camellia256_cbcid-camellia256-cbc; OID 1.2.392.200011.61.1.1.1.4static ASN1ObjectIdentifierNTTObjectIdentifiers. id_camellia256_wrapid-camellia256-wrap; OID 1.2.392.200011.61.1.1.3.4 -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.ocsp
Fields in org.bouncycastle.asn1.ocsp declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierOCSPObjectIdentifiers. id_pkix_ocspOID: 1.3.6.1.5.5.7.48.1static ASN1ObjectIdentifierOCSPObjectIdentifiers. id_pkix_ocsp_archive_cutoffOID: 1.3.6.1.5.5.7.48.1.6static ASN1ObjectIdentifierOCSPObjectIdentifiers. id_pkix_ocsp_basicOID: 1.3.6.1.5.5.7.48.1.1static ASN1ObjectIdentifierOCSPObjectIdentifiers. id_pkix_ocsp_crlOID: 1.3.6.1.5.5.7.48.1.3static ASN1ObjectIdentifierOCSPObjectIdentifiers. id_pkix_ocsp_extended_revokestatic ASN1ObjectIdentifierOCSPObjectIdentifiers. id_pkix_ocsp_nocheckOID: 1.3.6.1.5.5.7.48.1.5static ASN1ObjectIdentifierOCSPObjectIdentifiers. id_pkix_ocsp_nonceOID: 1.3.6.1.5.5.7.48.1.2static ASN1ObjectIdentifierOCSPObjectIdentifiers. id_pkix_ocsp_pref_sig_algsstatic ASN1ObjectIdentifierOCSPObjectIdentifiers. id_pkix_ocsp_responseOID: 1.3.6.1.5.5.7.48.1.4static ASN1ObjectIdentifierOCSPObjectIdentifiers. id_pkix_ocsp_service_locatorOID: 1.3.6.1.5.5.7.48.1.7Methods in org.bouncycastle.asn1.ocsp that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierResponseBytes. getResponseType()Constructors in org.bouncycastle.asn1.ocsp with parameters of type ASN1ObjectIdentifier Constructor Description ResponseBytes(ASN1ObjectIdentifier responseType, ASN1OctetString response) -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.oiw
Fields in org.bouncycastle.asn1.oiw declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierOIWObjectIdentifiers. desCBCOID: 1.3.14.3.2.7static ASN1ObjectIdentifierOIWObjectIdentifiers. desCFBOID: 1.3.14.3.2.9static ASN1ObjectIdentifierOIWObjectIdentifiers. desECBOID: 1.3.14.3.2.6static ASN1ObjectIdentifierOIWObjectIdentifiers. desEDEOID: 1.3.14.3.2.17static ASN1ObjectIdentifierOIWObjectIdentifiers. desOFBOID: 1.3.14.3.2.8static ASN1ObjectIdentifierOIWObjectIdentifiers. dsaWithSHA1OID: 1.3.14.3.2.27static ASN1ObjectIdentifierOIWObjectIdentifiers. elGamalAlgorithmElGamal Algorithm OBJECT IDENTIFIER ::= {iso(1) identified-organization(3) oiw(14) dirservsig(7) algorithm(2) encryption(1) 1 }static ASN1ObjectIdentifierOIWObjectIdentifiers. idSHA1OID: 1.3.14.3.2.26static ASN1ObjectIdentifierOIWObjectIdentifiers. md4WithRSAOID: 1.3.14.3.2.2static ASN1ObjectIdentifierOIWObjectIdentifiers. md4WithRSAEncryptionOID: 1.3.14.3.2.4static ASN1ObjectIdentifierOIWObjectIdentifiers. md5WithRSAOID: 1.3.14.3.2.3static ASN1ObjectIdentifierOIWObjectIdentifiers. sha1WithRSAOID: 1.3.14.3.2.29 -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.pkcs
Fields in org.bouncycastle.asn1.pkcs declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierPKCSObjectIdentifiers. bagtypesPKCS#12: 1.2.840.113549.1.12.10.1static ASN1ObjectIdentifierPKCSObjectIdentifiers. canNotDecryptAnyPKCS#9: 1.2.840.113549.1.9.15.2 -- smime capabilitystatic ASN1ObjectIdentifierPKCSObjectIdentifiers. certBagPKCS#12: 1.2.840.113549.1.12.10.1.3static ASN1ObjectIdentifierPKCSObjectIdentifiers. certTypesPKCS#9: 1.2.840.113549.1.9.22static ASN1ObjectIdentifierPKCSObjectIdentifiers. crlBagPKCS#12: 1.2.840.113549.1.12.10.1.4static ASN1ObjectIdentifierPKCSObjectIdentifiers. crlTypesPKCS#9: 1.2.840.113549.1.9.23static ASN1ObjectIdentifierPKCSObjectIdentifiers. dataPKCS#7: 1.2.840.113549.1.7.1static ASN1ObjectIdentifierPKCSObjectIdentifiers. des_EDE3_CBC1.2.840.113549.3.7static ASN1ObjectIdentifierPKCSObjectIdentifiers. dhKeyAgreementPKCS#3: 1.2.840.113549.1.3.1static ASN1ObjectIdentifierPKCSObjectIdentifiers. digestAlgorithm1.2.840.113549.2static ASN1ObjectIdentifierPKCSObjectIdentifiers. digestedDataPKCS#7: 1.2.840.113549.1.7.5static ASN1ObjectIdentifierPKCSObjectIdentifiers. encryptedDataPKCS#7: 1.2.840.113549.1.7.76static ASN1ObjectIdentifierPKCSObjectIdentifiers. encryptionAlgorithm1.2.840.113549.3static ASN1ObjectIdentifierPKCSObjectIdentifiers. envelopedDataPKCS#7: 1.2.840.113549.1.7.3static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aaPKCS#9: 1.2.840.113549.1.9.16.6.2 - smime attributesstatic ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_asymmDecryptKeyIDPKCS#9: 1.2.840.113549.1.9.16.2.54 RFC7030static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_cmsAlgorithmProtectRFC 6211 - id-aa-cmsAlgorithmProtect OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9) 52 }static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_commitmentTypeDeprecated.use id_aa_ets_commitmentType insteadstatic ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_communityIdentifiersPKCS#9: 1.2.840.113549.1.9.16.2.40 RFC7030static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_contentHintPKCS#9: 1.2.840.113549.1.9.16.6.2.4 - See RFC 2634static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_contentIdentifierPKCS#9: 1.2.840.113549.1.9.16.6.2.7 - See RFC 2634static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_contentReferencePKCS#9: 1.2.840.113549.1.9.16.6.2.10static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_decryptKeyIDPKCS#9: 1.2.840.113549.1.9.16.6.2.37 - RFC 4108static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_encrypKeyPrefPKCS#9: 1.2.840.113549.1.9.16.6.2.11static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_ets_archiveTimestampPKCS#9: 1.2.840.113549.1.9.16.6.2.27 - RFC 3126static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_ets_certCRLTimestampPKCS#9: 1.2.840.113549.1.9.16.6.2.26 - RFC 3126static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_ets_certificateRefsPKCS#9: 1.2.840.113549.1.9.16.6.2.21 - RFC 3126static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_ets_certValuesPKCS#9: 1.2.840.113549.1.9.16.6.2.23 - RFC 3126static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_ets_commitmentTypePKCS#9: 1.2.840.113549.1.9.16.6.2.16 - RFC 3126static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_ets_contentTimestampPKCS#9: 1.2.840.113549.1.9.16.6.2.20 - RFC 3126static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_ets_escTimeStampPKCS#9: 1.2.840.113549.1.9.16.6.2.25 - RFC 3126static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_ets_otherSigCertPKCS#9: 1.2.840.113549.1.9.16.6.2.19 - RFC 3126static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_ets_revocationRefsPKCS#9: 1.2.840.113549.1.9.16.6.2.22 - RFC 3126static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_ets_revocationValuesPKCS#9: 1.2.840.113549.1.9.16.6.2.24 - RFC 3126static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_ets_signerAttrPKCS#9: 1.2.840.113549.1.9.16.6.2.18 - RFC 3126static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_ets_signerLocationPKCS#9: 1.2.840.113549.1.9.16.6.2.17 - RFC 3126static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_ets_sigPolicyIdPKCS#9: 1.2.840.113549.1.9.16.6.2.15 - RFC 3126static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_implCompressAlgsPKCS#9: 1.2.840.113549.1.9.16.2.43 RFC7030static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_implCryptoAlgsPKCS#9: 1.2.840.113549.1.9.16.6.2.38 - RFC 4108static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_msgSigDigestPKCS#9: 1.2.840.113549.1.9.16.6.2.5static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_otherSigCertDeprecated.use id_aa_ets_otherSigCert insteadstatic ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_receiptRequestPKCS#9: 1.2.840.113549.1.9.16.6.2.1 -- smime attribute receiptRequeststatic ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_signatureTimeStampTokenPKCS#9: 1.2.840.113549.1.9.16.6.2.14 - RFC 3126static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_signerLocationDeprecated.use id_aa_ets_signerLocation insteadstatic ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_signingCertificatePKCS#9: 1.2.840.113549.1.9.16.6.2.12static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_signingCertificateV2PKCS#9: 1.2.840.113549.1.9.16.6.2.47static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_aa_sigPolicyIdDeprecated.use id_aa_ets_sigPolicyId insteadstatic ASN1ObjectIdentifierPKCSObjectIdentifiers. id_algS/MIME: Algorithm Identifiers ; 1.2.840.113549.1.9.16.3static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_alg_CMS3DESwrapPKCS#9: 1.2.840.113549.1.9.16.3.6static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_alg_CMSRC2wrapPKCS#9: 1.2.840.113549.1.9.16.3.7static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_alg_ESDHPKCS#9: 1.2.840.113549.1.9.16.3.5static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_alg_PWRI_KEKPKCS#9: 1.2.840.113549.1.9.16.3.9static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_alg_SSDHPKCS#9: 1.2.840.113549.1.9.16.3.10static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_ctPKCS#9: 1.2.840.113549.1.9.16.1 -- smime ctstatic ASN1ObjectIdentifierPKCSObjectIdentifiers. id_ct_authDataPKCS#9: 1.2.840.113549.1.9.16.1.2 -- smime ct authDatastatic ASN1ObjectIdentifierPKCSObjectIdentifiers. id_ct_authEnvelopedDataPKCS#9: 1.2.840.113549.1.9.16.1.23 -- smime ct authEnvelopedDatastatic ASN1ObjectIdentifierPKCSObjectIdentifiers. id_ct_compressedDataPKCS#9: 1.2.840.113549.1.9.16.1.9 -- smime ct compressedDatastatic ASN1ObjectIdentifierPKCSObjectIdentifiers. id_ct_timestampedDataPKCS#9: 1.2.840.113549.1.9.16.1.31 -- smime ct timestampedDatastatic ASN1ObjectIdentifierPKCSObjectIdentifiers. id_ct_TSTInfoPKCS#9: 1.2.840.113549.1.9.16.1.4 -- smime ct TSTInfostatic ASN1ObjectIdentifierPKCSObjectIdentifiers. id_ctiPKCS#9: 1.2.840.113549.1.9.16.6 -- smime ctistatic ASN1ObjectIdentifierPKCSObjectIdentifiers. id_cti_ets_proofOfApprovalPKCS#9: 1.2.840.113549.1.9.16.6.5 -- smime cti proofOfApprovalstatic ASN1ObjectIdentifierPKCSObjectIdentifiers. id_cti_ets_proofOfCreationPKCS#9: 1.2.840.113549.1.9.16.6.6 -- smime cti proofOfCreationstatic ASN1ObjectIdentifierPKCSObjectIdentifiers. id_cti_ets_proofOfDeliveryPKCS#9: 1.2.840.113549.1.9.16.6.3 -- smime cti proofOfDeliverystatic ASN1ObjectIdentifierPKCSObjectIdentifiers. id_cti_ets_proofOfOriginPKCS#9: 1.2.840.113549.1.9.16.6.1 -- smime cti proofOfOriginstatic ASN1ObjectIdentifierPKCSObjectIdentifiers. id_cti_ets_proofOfReceiptPKCS#9: 1.2.840.113549.1.9.16.6.2 -- smime cti proofOfReceiptstatic ASN1ObjectIdentifierPKCSObjectIdentifiers. id_cti_ets_proofOfSenderPKCS#9: 1.2.840.113549.1.9.16.6.4 -- smime cti proofOfSenderstatic ASN1ObjectIdentifierPKCSObjectIdentifiers. id_hmacWithSHA11.2.840.113549.2.7static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_hmacWithSHA2241.2.840.113549.2.8static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_hmacWithSHA2561.2.840.113549.2.9static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_hmacWithSHA3841.2.840.113549.2.10static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_hmacWithSHA5121.2.840.113549.2.11static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_mgf1PKCS#1: 1.2.840.113549.1.1.8static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_PBES2PKCS#5: 1.2.840.113549.1.5.13static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_PBKDF2PKCS#5: 1.2.840.113549.1.5.12static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_pSpecifiedPKCS#1: 1.2.840.113549.1.1.9static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_rsa_KEM-- RSA-KEM Key Transport Algorithm RFC 5990 id-rsa-kem OID ::= { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-9(9) smime(16) alg(3) 14 }static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_RSAES_OAEPPKCS#1: 1.2.840.113549.1.1.7static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_RSASSA_PSSPKCS#1: 1.2.840.113549.1.1.10static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_smimePKCS#9: 1.2.840.113549.1.9.16static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_spq_ets_unoticeSMIME SPQ UNOTICE: 1.2.840.113549.1.9.16.5.2static ASN1ObjectIdentifierPKCSObjectIdentifiers. id_spq_ets_uriSMIME SPQ URI: 1.2.840.113549.1.9.16.5.1static ASN1ObjectIdentifierPKCSObjectIdentifiers. keyBagPKCS#12: 1.2.840.113549.1.12.10.1.1static ASN1ObjectIdentifierPKCSObjectIdentifiers. md21.2.840.113549.2.2static ASN1ObjectIdentifierPKCSObjectIdentifiers. md2WithRSAEncryptionPKCS#1: 1.2.840.113549.1.1.2static ASN1ObjectIdentifierPKCSObjectIdentifiers. md41.2.840.113549.2.4static ASN1ObjectIdentifierPKCSObjectIdentifiers. md4WithRSAEncryptionPKCS#1: 1.2.840.113549.1.1.3static ASN1ObjectIdentifierPKCSObjectIdentifiers. md51.2.840.113549.2.5static ASN1ObjectIdentifierPKCSObjectIdentifiers. md5WithRSAEncryptionPKCS#1: 1.2.840.113549.1.1.4static ASN1ObjectIdentifierPKCSObjectIdentifiers. pbeUnknownGostPKCS#12: 1.2.840.113549.1.12.1.80static ASN1ObjectIdentifierPKCSObjectIdentifiers. pbeWithMD2AndDES_CBCPKCS#5: 1.2.840.113549.1.5.1static ASN1ObjectIdentifierPKCSObjectIdentifiers. pbeWithMD2AndRC2_CBCPKCS#5: 1.2.840.113549.1.5.4static ASN1ObjectIdentifierPKCSObjectIdentifiers. pbeWithMD5AndDES_CBCPKCS#5: 1.2.840.113549.1.5.3static ASN1ObjectIdentifierPKCSObjectIdentifiers. pbeWithMD5AndRC2_CBCPKCS#5: 1.2.840.113549.1.5.6static ASN1ObjectIdentifierPKCSObjectIdentifiers. pbeWithSHA1AndDES_CBCPKCS#5: 1.2.840.113549.1.5.10static ASN1ObjectIdentifierPKCSObjectIdentifiers. pbeWithSHA1AndRC2_CBCPKCS#5: 1.2.840.113549.1.5.11static ASN1ObjectIdentifierPKCSObjectIdentifiers. pbeWithSHAAnd128BitRC2_CBCPKCS#12: 1.2.840.113549.1.12.1.5static ASN1ObjectIdentifierPKCSObjectIdentifiers. pbeWithSHAAnd128BitRC4PKCS#12: 1.2.840.113549.1.12.1.1static ASN1ObjectIdentifierPKCSObjectIdentifiers. pbeWithSHAAnd2_KeyTripleDES_CBCPKCS#12: 1.2.840.113549.1.12.1.4static ASN1ObjectIdentifierPKCSObjectIdentifiers. pbeWithSHAAnd3_KeyTripleDES_CBCPKCS#12: 1.2.840.113549.1.12.1.3static ASN1ObjectIdentifierPKCSObjectIdentifiers. pbeWithSHAAnd40BitRC2_CBCPKCS#12: 1.2.840.113549.1.12.1.6static ASN1ObjectIdentifierPKCSObjectIdentifiers. pbeWithSHAAnd40BitRC4PKCS#12: 1.2.840.113549.1.12.1.2static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_1PKCS#1: 1.2.840.113549.1.1static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_12PKCS#12: 1.2.840.113549.1.12static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_12PbeIdsPKCS#12: 1.2.840.113549.1.12.1static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_3PKCS#3: 1.2.840.113549.1.3static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_5PKCS#5: 1.2.840.113549.1.5static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_7pkcs#7: 1.2.840.113549.1.7static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_9PKCS#9: 1.2.840.113549.1.9static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_9_at_challengePasswordPKCS#9: 1.2.840.113549.1.9.7static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_9_at_contentTypePKCS#9: 1.2.840.113549.1.9.3static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_9_at_counterSignaturePKCS#9: 1.2.840.113549.1.9.6static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_9_at_emailAddressPKCS#9: 1.2.840.113549.1.9.1static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_9_at_extendedCertificateAttributesPKCS#9: 1.2.840.113549.1.9.9static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_9_at_extensionRequestPKCS#9: 1.2.840.113549.1.9.14static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_9_at_friendlyNamePKCS#9: 1.2.840.113549.1.9.20static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_9_at_localKeyIdPKCS#9: 1.2.840.113549.1.9.21static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_9_at_messageDigestPKCS#9: 1.2.840.113549.1.9.4static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_9_at_signingDescriptionPKCS#9: 1.2.840.113549.1.9.13static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_9_at_signingTimePKCS#9: 1.2.840.113549.1.9.5static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_9_at_smimeCapabilitiesPKCS#9: 1.2.840.113549.1.9.15static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_9_at_unstructuredAddressPKCS#9: 1.2.840.113549.1.9.8static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs_9_at_unstructuredNamePKCS#9: 1.2.840.113549.1.9.2static ASN1ObjectIdentifierPKCSObjectIdentifiers. pkcs8ShroudedKeyBagPKCS#12: 1.2.840.113549.1.12.10.1.2static ASN1ObjectIdentifierPKCSObjectIdentifiers. preferSignedDataPKCS#9: 1.2.840.113549.1.9.15.1 -- smime capabilitystatic ASN1ObjectIdentifierPKCSObjectIdentifiers. RC2_CBC1.2.840.113549.3.2static ASN1ObjectIdentifierPKCSObjectIdentifiers. rc41.2.840.113549.3.4static ASN1ObjectIdentifierPKCSObjectIdentifiers. rsaEncryptionPKCS#1: 1.2.840.113549.1.1.1static ASN1ObjectIdentifierPKCSObjectIdentifiers. safeContentsBagPKCS#12: 1.2.840.113549.1.12.10.1.6static ASN1ObjectIdentifierPKCSObjectIdentifiers. sdsiCertificatePKCS#9: 1.2.840.113549.1.9.22.2static ASN1ObjectIdentifierPKCSObjectIdentifiers. secretBagPKCS#12: 1.2.840.113549.1.12.10.1.5static ASN1ObjectIdentifierPKCSObjectIdentifiers. sha1WithRSAEncryptionPKCS#1: 1.2.840.113549.1.1.5static ASN1ObjectIdentifierPKCSObjectIdentifiers. sha224WithRSAEncryptionPKCS#1: 1.2.840.113549.1.1.14static ASN1ObjectIdentifierPKCSObjectIdentifiers. sha256WithRSAEncryptionPKCS#1: 1.2.840.113549.1.1.11static ASN1ObjectIdentifierPKCSObjectIdentifiers. sha384WithRSAEncryptionPKCS#1: 1.2.840.113549.1.1.12static ASN1ObjectIdentifierPKCSObjectIdentifiers. sha512_224WithRSAEncryptionPKCS#1: 1.2.840.113549.1.1.15static ASN1ObjectIdentifierPKCSObjectIdentifiers. sha512_256WithRSAEncryptionPKCS#1: 1.2.840.113549.1.1.16static ASN1ObjectIdentifierPKCSObjectIdentifiers. sha512WithRSAEncryptionPKCS#1: 1.2.840.113549.1.1.13static ASN1ObjectIdentifierPKCSObjectIdentifiers. signedAndEnvelopedDataPKCS#7: 1.2.840.113549.1.7.4static ASN1ObjectIdentifierPKCSObjectIdentifiers. signedDataPKCS#7: 1.2.840.113549.1.7.2static ASN1ObjectIdentifierPKCSObjectIdentifiers. sMIMECapabilitiesVersionsPKCS#9: 1.2.840.113549.1.9.15.3 -- smime capabilitystatic ASN1ObjectIdentifierPKCSObjectIdentifiers. srsaOAEPEncryptionSETPKCS#1: 1.2.840.113549.1.1.6static ASN1ObjectIdentifierPKCSObjectIdentifiers. x509CertificatePKCS#9: 1.2.840.113549.1.9.22.1static ASN1ObjectIdentifierPKCSObjectIdentifiers. x509certTypeDeprecated.use x509Certificate insteadstatic ASN1ObjectIdentifierPKCSObjectIdentifiers. x509CrlPKCS#9: 1.2.840.113549.1.9.23.1Methods in org.bouncycastle.asn1.pkcs that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierEncryptionScheme. getAlgorithm()ASN1ObjectIdentifierKeyDerivationFunc. getAlgorithm()ASN1ObjectIdentifierAttribute. getAttrType()ASN1ObjectIdentifierSafeBag. getBagId()ASN1ObjectIdentifierCertBag. getCertId()ASN1ObjectIdentifierContentInfo. getContentType()ASN1ObjectIdentifierEncryptedData. getContentType()ASN1ObjectIdentifierCRLBag. getCrlId()Constructors in org.bouncycastle.asn1.pkcs with parameters of type ASN1ObjectIdentifier Constructor Description Attribute(ASN1ObjectIdentifier attrType, ASN1Set attrValues)CertBag(ASN1ObjectIdentifier certId, ASN1Encodable certValue)ContentInfo(ASN1ObjectIdentifier contentType, ASN1Encodable content)CRLBag(ASN1ObjectIdentifier crlId, ASN1Encodable crlValue)EncryptedData(ASN1ObjectIdentifier contentType, AlgorithmIdentifier encryptionAlgorithm, ASN1Encodable content)EncryptionScheme(ASN1ObjectIdentifier objectId)EncryptionScheme(ASN1ObjectIdentifier objectId, ASN1Encodable parameters)KeyDerivationFunc(ASN1ObjectIdentifier objectId, ASN1Encodable parameters)SafeBag(ASN1ObjectIdentifier oid, ASN1Encodable obj)SafeBag(ASN1ObjectIdentifier oid, ASN1Encodable obj, ASN1Set bagAttributes) -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.rosstandart
-
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.sec
Fields in org.bouncycastle.asn1.sec declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierSECObjectIdentifiers. dhSinglePass_cofactorDH_sha224kdf_schemestatic ASN1ObjectIdentifierSECObjectIdentifiers. dhSinglePass_cofactorDH_sha256kdf_schemestatic ASN1ObjectIdentifierSECObjectIdentifiers. dhSinglePass_cofactorDH_sha384kdf_schemestatic ASN1ObjectIdentifierSECObjectIdentifiers. dhSinglePass_cofactorDH_sha512kdf_schemestatic ASN1ObjectIdentifierSECObjectIdentifiers. dhSinglePass_stdDH_sha224kdf_schemestatic ASN1ObjectIdentifierSECObjectIdentifiers. dhSinglePass_stdDH_sha256kdf_schemestatic ASN1ObjectIdentifierSECObjectIdentifiers. dhSinglePass_stdDH_sha384kdf_schemestatic ASN1ObjectIdentifierSECObjectIdentifiers. dhSinglePass_stdDH_sha512kdf_schemestatic ASN1ObjectIdentifierSECObjectIdentifiers. ellipticCurveBase OID: 1.3.132.0static ASN1ObjectIdentifierSECObjectIdentifiers. mqvFull_sha224kdf_schemestatic ASN1ObjectIdentifierSECObjectIdentifiers. mqvFull_sha256kdf_schemestatic ASN1ObjectIdentifierSECObjectIdentifiers. mqvFull_sha384kdf_schemestatic ASN1ObjectIdentifierSECObjectIdentifiers. mqvFull_sha512kdf_schemestatic ASN1ObjectIdentifierSECObjectIdentifiers. mqvSinglePass_sha224kdf_schemestatic ASN1ObjectIdentifierSECObjectIdentifiers. mqvSinglePass_sha256kdf_schemestatic ASN1ObjectIdentifierSECObjectIdentifiers. mqvSinglePass_sha384kdf_schemestatic ASN1ObjectIdentifierSECObjectIdentifiers. mqvSinglePass_sha512kdf_schemestatic ASN1ObjectIdentifierSECObjectIdentifiers. secg_schemestatic ASN1ObjectIdentifierSECObjectIdentifiers. secp112r1secp112r1 OID: 1.3.132.0.6static ASN1ObjectIdentifierSECObjectIdentifiers. secp112r2secp112r2 OID: 1.3.132.0.7static ASN1ObjectIdentifierSECObjectIdentifiers. secp128r1secp128r1 OID: 1.3.132.0.28static ASN1ObjectIdentifierSECObjectIdentifiers. secp128r2secp128r2 OID: 1.3.132.0.29static ASN1ObjectIdentifierSECObjectIdentifiers. secp160k1secp160k1 OID: 1.3.132.0.9static ASN1ObjectIdentifierSECObjectIdentifiers. secp160r1secp160r1 OID: 1.3.132.0.8static ASN1ObjectIdentifierSECObjectIdentifiers. secp160r2secp160r2 OID: 1.3.132.0.30static ASN1ObjectIdentifierSECObjectIdentifiers. secp192k1secp192k1 OID: 1.3.132.0.31static ASN1ObjectIdentifierSECObjectIdentifiers. secp192r1secp192r1 OID: 1.3.132.0.prime192v1static ASN1ObjectIdentifierSECObjectIdentifiers. secp224k1secp224k1 OID: 1.3.132.0.32static ASN1ObjectIdentifierSECObjectIdentifiers. secp224r1secp224r1 OID: 1.3.132.0.33static ASN1ObjectIdentifierSECObjectIdentifiers. secp256k1secp256k1 OID: 1.3.132.0.10static ASN1ObjectIdentifierSECObjectIdentifiers. secp256r1secp256r1 OID: 1.3.132.0.prime256v1static ASN1ObjectIdentifierSECObjectIdentifiers. secp384r1secp384r1 OID: 1.3.132.0.34static ASN1ObjectIdentifierSECObjectIdentifiers. secp521r1secp521r1 OID: 1.3.132.0.35static ASN1ObjectIdentifierSECObjectIdentifiers. sect113r1sect113r1 OID: 1.3.132.0.4static ASN1ObjectIdentifierSECObjectIdentifiers. sect113r2sect113r2 OID: 1.3.132.0.5static ASN1ObjectIdentifierSECObjectIdentifiers. sect131r1sect131r1 OID: 1.3.132.0.22static ASN1ObjectIdentifierSECObjectIdentifiers. sect131r2sect131r2 OID: 1.3.132.0.23static ASN1ObjectIdentifierSECObjectIdentifiers. sect163k1sect163k1 OID: 1.3.132.0.1static ASN1ObjectIdentifierSECObjectIdentifiers. sect163r1sect163r1 OID: 1.3.132.0.2static ASN1ObjectIdentifierSECObjectIdentifiers. sect163r2sect163r2 OID: 1.3.132.0.15static ASN1ObjectIdentifierSECObjectIdentifiers. sect193r1sect193r1 OID: 1.3.132.0.24static ASN1ObjectIdentifierSECObjectIdentifiers. sect193r2sect193r2 OID: 1.3.132.0.25static ASN1ObjectIdentifierSECObjectIdentifiers. sect233k1sect233k1 OID: 1.3.132.0.26static ASN1ObjectIdentifierSECObjectIdentifiers. sect233r1sect233r1 OID: 1.3.132.0.27static ASN1ObjectIdentifierSECObjectIdentifiers. sect239k1sect239k1 OID: 1.3.132.0.3static ASN1ObjectIdentifierSECObjectIdentifiers. sect283k1sect283k1 OID: 1.3.132.0.16static ASN1ObjectIdentifierSECObjectIdentifiers. sect283r1sect283r1 OID: 1.3.132.0.17static ASN1ObjectIdentifierSECObjectIdentifiers. sect409k1sect409k1 OID: 1.3.132.0.36static ASN1ObjectIdentifierSECObjectIdentifiers. sect409r1sect409r1 OID: 1.3.132.0.37static ASN1ObjectIdentifierSECObjectIdentifiers. sect571k1sect571k1 OID: 1.3.132.0.38static ASN1ObjectIdentifierSECObjectIdentifiers. sect571r1sect571r1 OID: 1.3.132.0.39Methods in org.bouncycastle.asn1.sec that return ASN1ObjectIdentifier Modifier and Type Method Description static ASN1ObjectIdentifierSECNamedCurves. getOID(java.lang.String name)return the object identifier signified by the passed in name.Methods in org.bouncycastle.asn1.sec with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description static X9ECParametersSECNamedCurves. getByOID(ASN1ObjectIdentifier oid)return the X9ECParameters object for the named curve represented by the passed in object identifier.static java.lang.StringSECNamedCurves. getName(ASN1ObjectIdentifier oid)return the named curve name represented by the given object identifier. -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.smime
Methods in org.bouncycastle.asn1.smime that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierSMIMECapability. getCapabilityID()Methods in org.bouncycastle.asn1.smime with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description voidSMIMECapabilityVector. addCapability(ASN1ObjectIdentifier capability)voidSMIMECapabilityVector. addCapability(ASN1ObjectIdentifier capability, int value)voidSMIMECapabilityVector. addCapability(ASN1ObjectIdentifier capability, ASN1Encodable params)java.util.VectorSMIMECapabilities. getCapabilities(ASN1ObjectIdentifier capability)returns a vector with 0 or more objects of all the capabilities matching the passed in capability OID.Constructors in org.bouncycastle.asn1.smime with parameters of type ASN1ObjectIdentifier Constructor Description SMIMECapability(ASN1ObjectIdentifier capabilityID, ASN1Encodable parameters) -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.teletrust
Fields in org.bouncycastle.asn1.teletrust declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. brainpoolP160r11.3.36.3.3.2.8.1.1.1static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. brainpoolP160t11.3.36.3.3.2.8.1.1.2static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. brainpoolP192r11.3.36.3.3.2.8.1.1.3static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. brainpoolP192t11.3.36.3.3.2.8.1.1.4static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. brainpoolP224r11.3.36.3.3.2.8.1.1.5static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. brainpoolP224t11.3.36.3.3.2.8.1.1.6static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. brainpoolP256r11.3.36.3.3.2.8.1.1.7static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. brainpoolP256t11.3.36.3.3.2.8.1.1.8static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. brainpoolP320r11.3.36.3.3.2.8.1.1.9static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. brainpoolP320t11.3.36.3.3.2.8.1.1.10static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. brainpoolP384r11.3.36.3.3.2.8.1.1.11static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. brainpoolP384t11.3.36.3.3.2.8.1.1.12static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. brainpoolP512r11.3.36.3.3.2.8.1.1.13static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. brainpoolP512t11.3.36.3.3.2.8.1.1.14static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. ecc_brainpool1.3.36.3.3.2.8static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. ecSign1.3.36.3.3.2static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. ecSignWithRipemd1601.3.36.3.3.2.2static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. ecSignWithSha11.3.36.3.3.2,1static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. ellipticCurve1.3.36.3.3.2.8.1static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. ripemd1281.3.36.3.2.2static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. ripemd1601.3.36.3.2.1static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. ripemd2561.3.36.3.2.3static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. rsaSignatureWithripemd1281.3.36.3.3.1.3static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. rsaSignatureWithripemd1601.3.36.3.3.1.2static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. rsaSignatureWithripemd2561.3.36.3.3.1.4static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. teleTrusTAlgorithm1.3.36.3static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. teleTrusTRSAsignatureAlgorithm1.3.36.3.3.1static ASN1ObjectIdentifierTeleTrusTObjectIdentifiers. versionOne1.3.36.3.3.2.8.1.1Methods in org.bouncycastle.asn1.teletrust that return ASN1ObjectIdentifier Modifier and Type Method Description static ASN1ObjectIdentifierTeleTrusTNamedCurves. getOID(short curvesize, boolean twisted)static ASN1ObjectIdentifierTeleTrusTNamedCurves. getOID(java.lang.String name)return the object identifier signified by the passed in name.Methods in org.bouncycastle.asn1.teletrust with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description static X9ECParametersTeleTrusTNamedCurves. getByOID(ASN1ObjectIdentifier oid)return the X9ECParameters object for the named curve represented by the passed in object identifier.static java.lang.StringTeleTrusTNamedCurves. getName(ASN1ObjectIdentifier oid)return the named curve name represented by the given object identifier. -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.tsp
Methods in org.bouncycastle.asn1.tsp that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierTSTInfo. getPolicy()ASN1ObjectIdentifierTimeStampReq. getReqPolicy()Constructors in org.bouncycastle.asn1.tsp with parameters of type ASN1ObjectIdentifier Constructor Description TimeStampReq(MessageImprint messageImprint, ASN1ObjectIdentifier tsaPolicy, ASN1Integer nonce, ASN1Boolean certReq, Extensions extensions)TSTInfo(ASN1ObjectIdentifier tsaPolicyId, MessageImprint messageImprint, ASN1Integer serialNumber, ASN1GeneralizedTime genTime, Accuracy accuracy, ASN1Boolean ordering, ASN1Integer nonce, GeneralName tsa, Extensions extensions) -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.ua
Fields in org.bouncycastle.asn1.ua declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierUAObjectIdentifiers. dstu4145beDSTU4145 Big Endian presentation.static ASN1ObjectIdentifierUAObjectIdentifiers. dstu4145leDSTU4145 Little Endian presentation.static ASN1ObjectIdentifierUAObjectIdentifiers. dstu7564digest_256DSTU7564 256-bit digest presentation.static ASN1ObjectIdentifierUAObjectIdentifiers. dstu7564digest_384DSTU7564 384-bit digest presentation.static ASN1ObjectIdentifierUAObjectIdentifiers. dstu7564digest_512DSTU7564 512-bit digest presentation.static ASN1ObjectIdentifierUAObjectIdentifiers. dstu7564mac_256DSTU7564 256-bit mac presentation.static ASN1ObjectIdentifierUAObjectIdentifiers. dstu7564mac_384DSTU7564 384-bit mac presentation.static ASN1ObjectIdentifierUAObjectIdentifiers. dstu7564mac_512DSTU7564 512-bit mac presentation.static ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624cbc_128DSTU7624 in CBC mode with 128 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624cbc_256DSTU7624 in CBC mode with 256 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624cbc_512DSTU7624 in CBC mode with 512 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624ccm_128DSTU7624 in CCM mode with 128 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624ccm_256DSTU7624 in CCM mode with 256 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624ccm_512DSTU7624 in CCM mode with 512 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624cfb_128DSTU7624 in CFB mode with 128 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624cfb_256DSTU7624 in CFB mode with 256 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624cfb_512DSTU7624 in CFB mode with 512 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624cmac_128DSTU7624 in MAC mode with 128 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624cmac_256DSTU7624 in MAC mode with 256 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624cmac_512DSTU7624 in MAC mode with 512 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624ctr_128DSTU7624 in CTR mode with 128 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624ctr_256DSTU7624 in CTR mode with 256 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624ctr_512DSTU7624 in CTR mode with 512 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624ecb_128DSTU7624 in ECB mode with 128 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624ecb_256DSTU7624 in ECB mode with 256 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624ecb_512DSTU7624 in ECB mode with 512 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624gmac_128DSTU7624 in GMAC (GCM witout encryption) mode with 128 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624gmac_256DSTU7624 in GMAC (GCM witout encryption) mode with 256 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624gmac_512DSTU7624 in GMAC (GCM witout encryption) mode with 512 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624kw_128DSTU7624 in key wrap (KW) mode with 128 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624kw_256DSTU7624 in key wrap (KW) mode with 256 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624kw_512DSTU7624 in key wrap (KW) mode with 512 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624ofb_128DSTU7624 in OFB mode with 128 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624ofb_256DSTU7624 in OFB mode with 256 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624ofb_512DSTU7624 in OFB mode with 512 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624xts_128DSTU7624 in XTS mode with 128 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624xts_256DSTU7624 in XTS mode with 256 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. dstu7624xts_512DSTU7624 in XTS mode with 512 bit block/key presentationstatic ASN1ObjectIdentifierUAObjectIdentifiers. UaOidBase OID: 1.2.804.2.1.1.1Methods in org.bouncycastle.asn1.ua that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierDSTU4145Params. getNamedCurve()static ASN1ObjectIdentifier[]DSTU4145NamedCurves. getOIDs()All named curves have the following oid format: 1.2.804.2.1.1.1.1.3.1.1.2.X where X is the curve number 0-9Methods in org.bouncycastle.asn1.ua with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description static ECDomainParametersDSTU4145NamedCurves. getByOID(ASN1ObjectIdentifier oid)All named curves have the following oid format: 1.2.804.2.1.1.1.1.3.1.1.2.X where X is the curve number 0-9Constructors in org.bouncycastle.asn1.ua with parameters of type ASN1ObjectIdentifier Constructor Description DSTU4145Params(ASN1ObjectIdentifier namedCurve)DSTU4145Params(ASN1ObjectIdentifier namedCurve, byte[] dke) -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.x500
Methods in org.bouncycastle.asn1.x500 that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierX500NameStyle. attrNameToOID(java.lang.String attrName)Return the OID associated with the passed in name.ASN1ObjectIdentifier[]X500Name. getAttributeTypes()return an array of OIDs contained in the attribute type of each RDN in structure order.ASN1ObjectIdentifierAttributeTypeAndValue. getType()Methods in org.bouncycastle.asn1.x500 with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description X500NameBuilderX500NameBuilder. addMultiValuedRDN(ASN1ObjectIdentifier[] oids, java.lang.String[] values)Add a multi-valued RDN made up of the passed in OIDs and associated string values.X500NameBuilderX500NameBuilder. addMultiValuedRDN(ASN1ObjectIdentifier[] oids, ASN1Encodable[] values)Add a multi-valued RDN made up of the passed in OIDs and associated ASN.1 values.X500NameBuilderX500NameBuilder. addRDN(ASN1ObjectIdentifier oid, java.lang.String value)Add an RDN based on a single OID and a string representation of its value.X500NameBuilderX500NameBuilder. addRDN(ASN1ObjectIdentifier oid, ASN1Encodable value)Add an RDN based on a single OID and an ASN.1 value.RDN[]X500Name. getRDNs(ASN1ObjectIdentifier attributeType)return an array of RDNs containing the attribute type given by OID in structure order.java.lang.String[]X500NameStyle. oidToAttrNames(ASN1ObjectIdentifier oid)Return the acceptable names in a String DN that map to OID.java.lang.StringX500NameStyle. oidToDisplayName(ASN1ObjectIdentifier oid)Return the display name for toString() associated with the OID.ASN1EncodableX500NameStyle. stringToValue(ASN1ObjectIdentifier oid, java.lang.String value)Convert the passed in String value into the appropriate ASN.1 encoded object.Constructors in org.bouncycastle.asn1.x500 with parameters of type ASN1ObjectIdentifier Constructor Description AttributeTypeAndValue(ASN1ObjectIdentifier type, ASN1Encodable value)RDN(ASN1ObjectIdentifier oid, ASN1Encodable value)Create a single valued RDN. -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.x500.style
Fields in org.bouncycastle.asn1.x500.style declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierBCStyle. BUSINESS_CATEGORYbusinessCategory - DirectoryString(SIZE(1..128)static ASN1ObjectIdentifierRFC4519Style. businessCategorystatic ASN1ObjectIdentifierRFC4519Style. cstatic ASN1ObjectIdentifierBCStyle. Ccountry code - StringType(SIZE(2))static ASN1ObjectIdentifierRFC4519Style. cnstatic ASN1ObjectIdentifierBCStyle. CNcommon name - StringType(SIZE(1..64))static ASN1ObjectIdentifierBCStyle. COUNTRY_OF_CITIZENSHIPRFC 3039 CountryOfCitizenship - PrintableString (SIZE (2)) -- ISO 3166 codes onlystatic ASN1ObjectIdentifierBCStyle. COUNTRY_OF_RESIDENCERFC 3039 CountryOfResidence - PrintableString (SIZE (2)) -- ISO 3166 codes onlystatic ASN1ObjectIdentifierBCStyle. DATE_OF_BIRTHRFC 3039 DateOfBirth - GeneralizedTime - YYYYMMDD000000Zstatic ASN1ObjectIdentifierRFC4519Style. dcstatic ASN1ObjectIdentifierBCStyle. DCstatic ASN1ObjectIdentifierRFC4519Style. descriptionstatic ASN1ObjectIdentifierRFC4519Style. destinationIndicatorstatic ASN1ObjectIdentifierRFC4519Style. distinguishedNamestatic ASN1ObjectIdentifierBCStyle. DMD_NAMERFC 2256 dmdNamestatic ASN1ObjectIdentifierBCStyle. DN_QUALIFIERdnQualifier - DirectoryString(SIZE(1..64)static ASN1ObjectIdentifierRFC4519Style. dnQualifierstatic ASN1ObjectIdentifierBCStyle. Eemail address in Verisign certificatesstatic ASN1ObjectIdentifierBCStyle. EmailAddressEmail address (RSA PKCS#9 extension) - IA5String.static ASN1ObjectIdentifierRFC4519Style. enhancedSearchGuidestatic ASN1ObjectIdentifierRFC4519Style. facsimileTelephoneNumberstatic ASN1ObjectIdentifierBCStyle. GENDERRFC 3039 Gender - PrintableString (SIZE(1)) -- "M", "F", "m" or "f"static ASN1ObjectIdentifierBCStyle. GENERATIONstatic ASN1ObjectIdentifierRFC4519Style. generationQualifierstatic ASN1ObjectIdentifierRFC4519Style. givenNamestatic ASN1ObjectIdentifierBCStyle. GIVENNAMEstatic ASN1ObjectIdentifierRFC4519Style. houseIdentifierstatic ASN1ObjectIdentifierRFC4519Style. initialsstatic ASN1ObjectIdentifierBCStyle. INITIALSstatic ASN1ObjectIdentifierRFC4519Style. internationalISDNNumberstatic ASN1ObjectIdentifierRFC4519Style. lstatic ASN1ObjectIdentifierBCStyle. Llocality name - StringType(SIZE(1..64))static ASN1ObjectIdentifierRFC4519Style. memberstatic ASN1ObjectIdentifierRFC4519Style. namestatic ASN1ObjectIdentifierBCStyle. NAMEid-at-namestatic ASN1ObjectIdentifierBCStyle. NAME_AT_BIRTHISIS-MTT NameAtBirth - DirectoryString(SIZE(1..64)static ASN1ObjectIdentifierRFC4519Style. ostatic ASN1ObjectIdentifierBCStyle. Oorganization - StringType(SIZE(1..64))static ASN1ObjectIdentifierRFC4519Style. oustatic ASN1ObjectIdentifierBCStyle. OUorganizational unit name - StringType(SIZE(1..64))static ASN1ObjectIdentifierRFC4519Style. ownerstatic ASN1ObjectIdentifierRFC4519Style. physicalDeliveryOfficeNamestatic ASN1ObjectIdentifierBCStyle. PLACE_OF_BIRTHRFC 3039 PlaceOfBirth - DirectoryString(SIZE(1..128)static ASN1ObjectIdentifierBCStyle. POSTAL_ADDRESSRFC 3039 PostalAddress - SEQUENCE SIZE (1..6) OF DirectoryString(SIZE(1..30))static ASN1ObjectIdentifierBCStyle. POSTAL_CODEpostalCode - DirectoryString(SIZE(1..40)static ASN1ObjectIdentifierRFC4519Style. postalAddressstatic ASN1ObjectIdentifierRFC4519Style. postalCodestatic ASN1ObjectIdentifierRFC4519Style. postOfficeBoxstatic ASN1ObjectIdentifierRFC4519Style. preferredDeliveryMethodstatic ASN1ObjectIdentifierBCStyle. PSEUDONYMRFC 3039 Pseudonym - DirectoryString(SIZE(1..64)static ASN1ObjectIdentifierRFC4519Style. registeredAddressstatic ASN1ObjectIdentifierRFC4519Style. roleOccupantstatic ASN1ObjectIdentifierRFC4519Style. searchGuidestatic ASN1ObjectIdentifierRFC4519Style. seeAlsostatic ASN1ObjectIdentifierRFC4519Style. serialNumberstatic ASN1ObjectIdentifierBCStyle. SERIALNUMBERdevice serial number name - StringType(SIZE(1..64))static ASN1ObjectIdentifierRFC4519Style. snstatic ASN1ObjectIdentifierBCStyle. SNdevice serial number name - StringType(SIZE(1..64))static ASN1ObjectIdentifierRFC4519Style. ststatic ASN1ObjectIdentifierBCStyle. STstate, or province name - StringType(SIZE(1..64))static ASN1ObjectIdentifierRFC4519Style. streetstatic ASN1ObjectIdentifierBCStyle. STREETstreet - StringType(SIZE(1..64))static ASN1ObjectIdentifierBCStyle. SURNAMENaming attributes of type X520namestatic ASN1ObjectIdentifierBCStyle. TTitlestatic ASN1ObjectIdentifierBCStyle. TELEPHONE_NUMBERid-at-telephoneNumberstatic ASN1ObjectIdentifierRFC4519Style. telephoneNumberstatic ASN1ObjectIdentifierRFC4519Style. teletexTerminalIdentifierstatic ASN1ObjectIdentifierRFC4519Style. telexNumberstatic ASN1ObjectIdentifierRFC4519Style. titlestatic ASN1ObjectIdentifierRFC4519Style. uidstatic ASN1ObjectIdentifierBCStyle. UIDLDAP User id.static ASN1ObjectIdentifierBCStyle. UNIQUE_IDENTIFIERstatic ASN1ObjectIdentifierRFC4519Style. uniqueMemberstatic ASN1ObjectIdentifierBCStyle. UnstructuredAddressstatic ASN1ObjectIdentifierBCStyle. UnstructuredNamemore from PKCS#9static ASN1ObjectIdentifierRFC4519Style. userPasswordstatic ASN1ObjectIdentifierRFC4519Style. x121Addressstatic ASN1ObjectIdentifierRFC4519Style. x500UniqueIdentifierMethods in org.bouncycastle.asn1.x500.style that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierBCStyle. attrNameToOID(java.lang.String attrName)ASN1ObjectIdentifierRFC4519Style. attrNameToOID(java.lang.String attrName)static ASN1ObjectIdentifierIETFUtils. decodeAttrName(java.lang.String name, java.util.Hashtable lookUp)Methods in org.bouncycastle.asn1.x500.style with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description protected ASN1EncodableAbstractX500NameStyle. encodeStringValue(ASN1ObjectIdentifier oid, java.lang.String value)Encoded every value into a UTF8String.protected ASN1EncodableBCStyle. encodeStringValue(ASN1ObjectIdentifier oid, java.lang.String value)protected ASN1EncodableRFC4519Style. encodeStringValue(ASN1ObjectIdentifier oid, java.lang.String value)static java.lang.String[]IETFUtils. findAttrNamesForOID(ASN1ObjectIdentifier oid, java.util.Hashtable lookup)java.lang.String[]BCStyle. oidToAttrNames(ASN1ObjectIdentifier oid)java.lang.String[]RFC4519Style. oidToAttrNames(ASN1ObjectIdentifier oid)java.lang.StringBCStyle. oidToDisplayName(ASN1ObjectIdentifier oid)java.lang.StringRFC4519Style. oidToDisplayName(ASN1ObjectIdentifier oid)ASN1EncodableAbstractX500NameStyle. stringToValue(ASN1ObjectIdentifier oid, java.lang.String value)For all string values starting with '#' is assumed, that these are already valid ASN.1 objects encoded in hex. -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.x509
Subclasses of ASN1ObjectIdentifier in org.bouncycastle.asn1.x509 Modifier and Type Class Description classPolicyQualifierIdPolicyQualifierId, used in the CertificatePolicies X509V3 extension.Fields in org.bouncycastle.asn1.x509 declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierExtension. auditIdentityAudit identity extension in attribute certificates.static ASN1ObjectIdentifierExtension. authorityInfoAccessAuthority Info Accessstatic ASN1ObjectIdentifierExtension. authorityKeyIdentifierAuthority Key Identifierstatic ASN1ObjectIdentifierExtension. basicConstraintsBasic Constraintsstatic ASN1ObjectIdentifierExtension. biometricInfoBiometricInfostatic ASN1ObjectIdentifierExtension. certificateIssuerCertificate Issuerstatic ASN1ObjectIdentifierExtension. certificatePoliciesCertificate Policiesstatic ASN1ObjectIdentifierX509ObjectIdentifiers. commonNameSubject RDN components: commonName = 2.5.4.3static ASN1ObjectIdentifierX509ObjectIdentifiers. countryNameSubject RDN components: countryName = 2.5.4.6static ASN1ObjectIdentifierX509ObjectIdentifiers. crlAccessMethodOID for crl uri in AuthorityInformationAccess extensionstatic ASN1ObjectIdentifierExtension. cRLDistributionPointsCRL Distribution Pointsstatic ASN1ObjectIdentifierExtension. cRLNumberCRL Numberstatic ASN1ObjectIdentifierExtension. deltaCRLIndicatorDelta CRL indicatorstatic ASN1ObjectIdentifierExtension. expiredCertsOnCRLExpired Certificates on CRL extensionstatic ASN1ObjectIdentifierExtension. extendedKeyUsageExtended Key Usagestatic ASN1ObjectIdentifierExtension. freshestCRLFreshest CRLstatic ASN1ObjectIdentifierX509AttributeIdentifiers. id_acastatic ASN1ObjectIdentifierX509AttributeIdentifiers. id_aca_accessIdentitystatic ASN1ObjectIdentifierX509AttributeIdentifiers. id_aca_authenticationInfostatic ASN1ObjectIdentifierX509AttributeIdentifiers. id_aca_chargingIdentitystatic ASN1ObjectIdentifierX509AttributeIdentifiers. id_aca_encAttrsstatic ASN1ObjectIdentifierX509AttributeIdentifiers. id_aca_groupstatic ASN1ObjectIdentifierX509ObjectIdentifiers. id_adid-pkix OID: 1.3.6.1.5.5.7.48static ASN1ObjectIdentifierAccessDescription. id_ad_caIssuersstatic ASN1ObjectIdentifierX509ObjectIdentifiers. id_ad_caIssuersid-ad-caIssuers OID: 1.3.6.1.5.5.7.48.2static ASN1ObjectIdentifierAccessDescription. id_ad_ocspstatic ASN1ObjectIdentifierX509ObjectIdentifiers. id_ad_ocspid-ad-ocsp OID: 1.3.6.1.5.5.7.48.1static ASN1ObjectIdentifierX509AttributeIdentifiers. id_at_clearancestatic ASN1ObjectIdentifierX509ObjectIdentifiers. id_at_nameSubject RDN components: name = 2.5.4.41static ASN1ObjectIdentifierX509ObjectIdentifiers. id_at_organizationIdentifierstatic ASN1ObjectIdentifierX509AttributeIdentifiers. id_at_rolestatic ASN1ObjectIdentifierX509ObjectIdentifiers. id_at_telephoneNumberSubject RDN components: telephone_number = 2.5.4.20static ASN1ObjectIdentifierX509ObjectIdentifiers. id_ceISO ARC for standard certificate and CRL extensionsstatic ASN1ObjectIdentifierX509AttributeIdentifiers. id_ce_targetInformationstatic ASN1ObjectIdentifierX509ObjectIdentifiers. id_ea_rsaOID: 2.5.8.1.1static ASN1ObjectIdentifierX509ObjectIdentifiers. id_peprivate internet extensions; OID = 1.3.6.1.5.5.7.1static ASN1ObjectIdentifierX509AttributeIdentifiers. id_pe_aaControlsstatic ASN1ObjectIdentifierX509AttributeIdentifiers. id_pe_ac_auditIdentitystatic ASN1ObjectIdentifierX509AttributeIdentifiers. id_pe_ac_proxyingstatic ASN1ObjectIdentifierX509ObjectIdentifiers. id_pkixid-pkix OID: 1.3.6.1.5.5.7static ASN1ObjectIdentifierX509ObjectIdentifiers. id_SHA1id-SHA1 OBJECT IDENTIFIER ::= {iso(1) identified-organization(3) oiw(14) secsig(3) algorithms(2) 26 }static ASN1ObjectIdentifierExtension. inhibitAnyPolicyInhibit Any Policystatic ASN1ObjectIdentifierExtension. instructionCodeHold Instruction Codestatic ASN1ObjectIdentifierExtension. invalidityDateInvalidity Datestatic ASN1ObjectIdentifierExtension. issuerAlternativeNameIssuer Alternative Namestatic ASN1ObjectIdentifierExtension. issuingDistributionPointIssuing Distribution Pointstatic ASN1ObjectIdentifierExtension. keyUsageKey Usagestatic ASN1ObjectIdentifierX509ObjectIdentifiers. localityNameSubject RDN components: localityName = 2.5.4.7static ASN1ObjectIdentifierExtension. logoTypeLogo Typestatic ASN1ObjectIdentifierExtension. nameConstraintsName Constraintsstatic ASN1ObjectIdentifierExtension. noRevAvailNoRevAvail extension in attribute certificates.static ASN1ObjectIdentifierX509ObjectIdentifiers. ocspAccessMethodOID for ocsp uri in AuthorityInformationAccess extensionstatic ASN1ObjectIdentifierX509ObjectIdentifiers. organizationSubject RDN components: organization = 2.5.4.10static ASN1ObjectIdentifierX509ObjectIdentifiers. organizationalUnitNameSubject RDN components: organizationalUnitName = 2.5.4.11static ASN1ObjectIdentifierExtension. policyConstraintsPolicy Constraintsstatic ASN1ObjectIdentifierExtension. policyMappingsPolicy Mappingsstatic ASN1ObjectIdentifierExtension. privateKeyUsagePeriodPrivate Key Usage Periodstatic ASN1ObjectIdentifierExtension. qCStatementsQCStatementsstatic ASN1ObjectIdentifierExtension. reasonCodeReason codestatic ASN1ObjectIdentifierX509ObjectIdentifiers. ripemd160ripemd160 OBJECT IDENTIFIER ::= {iso(1) identified-organization(3) TeleTrust(36) algorithm(3) hashAlgorithm(2) RIPEMD-160(1)}static ASN1ObjectIdentifierX509ObjectIdentifiers. ripemd160WithRSAEncryptionripemd160WithRSAEncryption OBJECT IDENTIFIER ::= {iso(1) identified-organization(3) TeleTrust(36) algorithm(3) signatureAlgorithm(3) rsaSignature(1) rsaSignatureWithripemd160(2) }static ASN1ObjectIdentifierX509ObjectIdentifiers. stateOrProvinceNameSubject RDN components: stateOrProvinceName = 2.5.4.8static ASN1ObjectIdentifierExtension. subjectAlternativeNameSubject Alternative Namestatic ASN1ObjectIdentifierExtension. subjectDirectoryAttributesSubject Directory Attributesstatic ASN1ObjectIdentifierExtension. subjectInfoAccessSubject Info Accessstatic ASN1ObjectIdentifierExtension. subjectKeyIdentifierSubject Key Identifierstatic ASN1ObjectIdentifierExtension. targetInformationTargetInformation extension in attribute certificates.Methods in org.bouncycastle.asn1.x509 that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierAccessDescription. getAccessMethod()ASN1ObjectIdentifierAlgorithmIdentifier. getAlgorithm()ASN1ObjectIdentifierAttribute. getAttrType()ASN1ObjectIdentifier[]Extensions. getCriticalExtensionOIDs()ASN1ObjectIdentifier[]Extensions. getExtensionOIDs()ASN1ObjectIdentifierExtension. getExtnId()ASN1ObjectIdentifier[]Extensions. getNonCriticalExtensionOIDs()ASN1ObjectIdentifierObjectDigestInfo. getOtherObjectTypeID()ASN1ObjectIdentifierPolicyInformation. getPolicyIdentifier()ASN1ObjectIdentifierPolicyQualifierInfo. getPolicyQualifierId()ASN1ObjectIdentifierOtherName. getTypeID()ASN1ObjectIdentifierKeyPurposeId. toOID()Methods in org.bouncycastle.asn1.x509 with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description voidExtensionsGenerator. addExtension(ASN1ObjectIdentifier 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.voidExtensionsGenerator. addExtension(ASN1ObjectIdentifier oid, boolean critical, ASN1Encodable value)Add an extension with the given oid and the passed in value to be included in the OCTET STRING associated with the extension.static GeneralNamesGeneralNames. fromExtensions(Extensions extensions, ASN1ObjectIdentifier extOID)ExtensionExtensions. getExtension(ASN1ObjectIdentifier oid)return the extension represented by the object identifier passed in.ASN1EncodableExtensions. getExtensionParsedValue(ASN1ObjectIdentifier oid)return the parsed value of the extension represented by the object identifier passed in.PolicyInformationCertificatePolicies. getPolicyInformation(ASN1ObjectIdentifier policyIdentifier)Constructors in org.bouncycastle.asn1.x509 with parameters of type ASN1ObjectIdentifier Constructor Description AccessDescription(ASN1ObjectIdentifier oid, GeneralName location)create an AccessDescription with the oid and location provided.AlgorithmIdentifier(ASN1ObjectIdentifier algorithm)AlgorithmIdentifier(ASN1ObjectIdentifier algorithm, ASN1Encodable parameters)Attribute(ASN1ObjectIdentifier attrType, ASN1Set attrValues)AuthorityInformationAccess(ASN1ObjectIdentifier oid, GeneralName location)create an AuthorityInformationAccess with the oid and location provided.Extension(ASN1ObjectIdentifier extnId, boolean critical, byte[] value)Extension(ASN1ObjectIdentifier extnId, boolean critical, ASN1OctetString value)Extension(ASN1ObjectIdentifier extnId, ASN1Boolean critical, ASN1OctetString value)ObjectDigestInfo(int digestedObjectType, ASN1ObjectIdentifier otherObjectTypeID, AlgorithmIdentifier digestAlgorithm, byte[] objectDigest)Constructor from given details.OtherName(ASN1ObjectIdentifier typeID, ASN1Encodable value)Base constructor.PolicyInformation(ASN1ObjectIdentifier policyIdentifier)PolicyInformation(ASN1ObjectIdentifier policyIdentifier, ASN1Sequence policyQualifiers)PolicyQualifierInfo(ASN1ObjectIdentifier policyQualifierId, ASN1Encodable qualifier)Creates a newPolicyQualifierInfoinstance. -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.x509.qualified
Fields in org.bouncycastle.asn1.x509.qualified declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierETSIQCObjectIdentifiers. id_etsi_qcs_LimiteValuestatic ASN1ObjectIdentifierETSIQCObjectIdentifiers. id_etsi_qcs_QcCompliancestatic ASN1ObjectIdentifierETSIQCObjectIdentifiers. id_etsi_qcs_QcPdsstatic ASN1ObjectIdentifierETSIQCObjectIdentifiers. id_etsi_qcs_QcSSCDstatic ASN1ObjectIdentifierETSIQCObjectIdentifiers. id_etsi_qcs_QcTypestatic ASN1ObjectIdentifierETSIQCObjectIdentifiers. id_etsi_qcs_RetentionPeriodstatic ASN1ObjectIdentifierETSIQCObjectIdentifiers. id_etsi_qct_esealstatic ASN1ObjectIdentifierETSIQCObjectIdentifiers. id_etsi_qct_esignstatic ASN1ObjectIdentifierETSIQCObjectIdentifiers. id_etsi_qct_webstatic ASN1ObjectIdentifierRFC3739QCObjectIdentifiers. id_qcs_pkixQCSyntax_v1OID: 1.3.6.1.5.5.7.11.1static ASN1ObjectIdentifierRFC3739QCObjectIdentifiers. id_qcs_pkixQCSyntax_v2OID: 1.3.6.1.5.5.7.11.2Methods in org.bouncycastle.asn1.x509.qualified that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierTypeOfBiometricData. getBiometricDataOid()ASN1ObjectIdentifierSemanticsInformation. getSemanticsIdentifier()ASN1ObjectIdentifierQCStatement. getStatementId()Constructors in org.bouncycastle.asn1.x509.qualified with parameters of type ASN1ObjectIdentifier Constructor Description QCStatement(ASN1ObjectIdentifier qcStatementId)QCStatement(ASN1ObjectIdentifier qcStatementId, ASN1Encodable qcStatementInfo)SemanticsInformation(ASN1ObjectIdentifier semanticsIdentifier)SemanticsInformation(ASN1ObjectIdentifier semanticsIdentifier, GeneralName[] generalNames)TypeOfBiometricData(ASN1ObjectIdentifier BiometricDataID) -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.x509.sigi
Fields in org.bouncycastle.asn1.x509.sigi declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierSigIObjectIdentifiers. id_sigiOID: 1.3.36.8static ASN1ObjectIdentifierSigIObjectIdentifiers. id_sigi_cpCertificate policy IDs for German SigI (Signature Interoperability Specification)static ASN1ObjectIdentifierSigIObjectIdentifiers. id_sigi_cp_sigconformCertificate is conformant to german signature law.static ASN1ObjectIdentifierSigIObjectIdentifiers. id_sigi_kpKey purpose IDs for German SigI (Signature Interoperability Specification)static ASN1ObjectIdentifierSigIObjectIdentifiers. id_sigi_kp_directoryServiceTo be used for for the generation of directory service certificates.static ASN1ObjectIdentifierSigIObjectIdentifiers. id_sigi_onOther Name IDs for German SigI (Signature Interoperability Specification)static ASN1ObjectIdentifierSigIObjectIdentifiers. id_sigi_on_personalDataID for PersonalData -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.x9
Fields in org.bouncycastle.asn1.x9 declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifierX9ObjectIdentifiers. ansi_X9_42X9.42static ASN1ObjectIdentifierX9ObjectIdentifiers. ansi_X9_62Base OID: 1.2.840.10045static ASN1ObjectIdentifierX9ObjectIdentifiers. c2onb191v4Two Curve c2onb191v4, OID: 1.2.840.10045.3.0.8static ASN1ObjectIdentifierX9ObjectIdentifiers. c2onb191v5Two Curve c2onb191v5, OID: 1.2.840.10045.3.0.9static ASN1ObjectIdentifierX9ObjectIdentifiers. c2onb239v4Two Curve c2onb239v4, OID: 1.2.840.10045.3.0.14static ASN1ObjectIdentifierX9ObjectIdentifiers. c2onb239v5Two Curve c2onb239v5, OID: 1.2.840.10045.3.0.15static ASN1ObjectIdentifierX9ObjectIdentifiers. c2pnb163v1Two Curve c2pnb163v1, OID: 1.2.840.10045.3.0.1static ASN1ObjectIdentifierX9ObjectIdentifiers. c2pnb163v2Two Curve c2pnb163v2, OID: 1.2.840.10045.3.0.2static ASN1ObjectIdentifierX9ObjectIdentifiers. c2pnb163v3Two Curve c2pnb163v3, OID: 1.2.840.10045.3.0.3static ASN1ObjectIdentifierX9ObjectIdentifiers. c2pnb176w1Two Curve c2pnb176w1, OID: 1.2.840.10045.3.0.4static ASN1ObjectIdentifierX9ObjectIdentifiers. c2pnb208w1Two Curve c2pnb208w1, OID: 1.2.840.10045.3.0.10static ASN1ObjectIdentifierX9ObjectIdentifiers. c2pnb272w1Two Curve c2pnb272w1, OID: 1.2.840.10045.3.0.16static ASN1ObjectIdentifierX9ObjectIdentifiers. c2pnb304w1Two Curve c2pnb304w1, OID: 1.2.840.10045.3.0.17static ASN1ObjectIdentifierX9ObjectIdentifiers. c2pnb368w1Two Curve c2pnb368w1, OID: 1.2.840.10045.3.0.19static ASN1ObjectIdentifierX9ObjectIdentifiers. c2tnb191v1Two Curve c2tnb191v1, OID: 1.2.840.10045.3.0.5static ASN1ObjectIdentifierX9ObjectIdentifiers. c2tnb191v2Two Curve c2tnb191v2, OID: 1.2.840.10045.3.0.6static ASN1ObjectIdentifierX9ObjectIdentifiers. c2tnb191v3Two Curve c2tnb191v3, OID: 1.2.840.10045.3.0.7static ASN1ObjectIdentifierX9ObjectIdentifiers. c2tnb239v1Two Curve c2tnb239v1, OID: 1.2.840.10045.3.0.11static ASN1ObjectIdentifierX9ObjectIdentifiers. c2tnb239v2Two Curve c2tnb239v2, OID: 1.2.840.10045.3.0.12static ASN1ObjectIdentifierX9ObjectIdentifiers. c2tnb239v3Two Curve c2tnb239v3, OID: 1.2.840.10045.3.0.13static ASN1ObjectIdentifierX9ObjectIdentifiers. c2tnb359v1Two Curve c2tnb359v1, OID: 1.2.840.10045.3.0.18static ASN1ObjectIdentifierX9ObjectIdentifiers. c2tnb431r1Two Curve c2tnb431r1, OID: 1.2.840.10045.3.0.20static ASN1ObjectIdentifierX9ObjectIdentifiers. characteristic_two_fieldOID: 1.2.840.10045.1.2static ASN1ObjectIdentifierX9ObjectIdentifiers. cTwoCurveTwo Curvesstatic ASN1ObjectIdentifierX9ObjectIdentifiers. dhEphemX9.42 dhEphem OID: 1.2.840.10046.3.2static ASN1ObjectIdentifierX9ObjectIdentifiers. dhHybrid1X9.42 dhHybrid1 OID: 1.2.840.10046.3.4static ASN1ObjectIdentifierX9ObjectIdentifiers. dhHybrid2X9.42 dhHybrid2 OID: 1.2.840.10046.3.5static ASN1ObjectIdentifierX9ObjectIdentifiers. dhHybridOneFlowX9.42 dhHybridOneFlow OID: 1.2.840.10046.3.6static ASN1ObjectIdentifierX9ObjectIdentifiers. dhOneFlowX9.42 dhOneFlow OID: 1.2.840.10046.3.3static ASN1ObjectIdentifierX9ObjectIdentifiers. dhpublicnumberDiffie-Hellmanstatic ASN1ObjectIdentifierX9ObjectIdentifiers. dhSinglePass_cofactorDH_sha1kdf_schemeOID: 1.3.133.16.840.63.0.3static ASN1ObjectIdentifierX9ObjectIdentifiers. dhSinglePass_stdDH_sha1kdf_schemeOID: 1.3.133.16.840.63.0.2static ASN1ObjectIdentifierX9ObjectIdentifiers. dhStaticX9.42 dhStatic OID: 1.2.840.10046.3.1static ASN1ObjectIdentifierX9ObjectIdentifiers. ecdsa_with_SHA1OID: 1.2.840.10045.4.1static ASN1ObjectIdentifierX9ObjectIdentifiers. ecdsa_with_SHA2OID: 1.2.840.10045.4.3static ASN1ObjectIdentifierX9ObjectIdentifiers. ecdsa_with_SHA224OID: 1.2.840.10045.4.3.1static ASN1ObjectIdentifierX9ObjectIdentifiers. ecdsa_with_SHA256OID: 1.2.840.10045.4.3.2static ASN1ObjectIdentifierX9ObjectIdentifiers. ecdsa_with_SHA384OID: 1.2.840.10045.4.3.3static ASN1ObjectIdentifierX9ObjectIdentifiers. ecdsa_with_SHA512OID: 1.2.840.10045.4.3.4static ASN1ObjectIdentifierX9ObjectIdentifiers. ellipticCurveNamed curves basestatic ASN1ObjectIdentifierX9ObjectIdentifiers. gnBasisOID: 1.2.840.10045.1.2.3.1static ASN1ObjectIdentifierX9ObjectIdentifiers. id_dsaDSAstatic ASN1ObjectIdentifierX9ObjectIdentifiers. id_dsa_with_sha1id-dsa-with-sha1 OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) x9-57(10040) x9cm(4) 3 }static ASN1ObjectIdentifierX9ObjectIdentifiers. id_ecPublicKeyOID: 1.2.840.10045.2.1static ASN1ObjectIdentifierX9ObjectIdentifiers. id_ecSigTypeOID: 1.2.840.10045.4static ASN1ObjectIdentifierX9ObjectIdentifiers. id_fieldTypeOID: 1.2.840.10045.1static ASN1ObjectIdentifierX9ObjectIdentifiers. id_kdf_kdf2static ASN1ObjectIdentifierX9ObjectIdentifiers. id_kdf_kdf3static ASN1ObjectIdentifierX9ObjectIdentifiers. id_publicKeyTypeOID: 1.2.840.10045.2static ASN1ObjectIdentifierX9ObjectIdentifiers. mqv1X9.42 MQV1 OID: 1.2.840.10046.3.8static ASN1ObjectIdentifierX9ObjectIdentifiers. mqv2X9.42 MQV2 OID: 1.2.840.10046.3.7static ASN1ObjectIdentifierX9ObjectIdentifiers. mqvSinglePass_sha1kdf_schemeOID: 1.3.133.16.840.63.0.16static ASN1ObjectIdentifierX9ObjectIdentifiers. ppBasisOID: 1.2.840.10045.1.2.3.3static ASN1ObjectIdentifierX9ObjectIdentifiers. prime_fieldOID: 1.2.840.10045.1.1static ASN1ObjectIdentifierX9ObjectIdentifiers. prime192v1Prime Curve prime192v1, OID: 1.2.840.10045.3.1.1static ASN1ObjectIdentifierX9ObjectIdentifiers. prime192v2Prime Curve prime192v2, OID: 1.2.840.10045.3.1.2static ASN1ObjectIdentifierX9ObjectIdentifiers. prime192v3Prime Curve prime192v3, OID: 1.2.840.10045.3.1.3static ASN1ObjectIdentifierX9ObjectIdentifiers. prime239v1Prime Curve prime239v1, OID: 1.2.840.10045.3.1.4static ASN1ObjectIdentifierX9ObjectIdentifiers. prime239v2Prime Curve prime239v2, OID: 1.2.840.10045.3.1.5static ASN1ObjectIdentifierX9ObjectIdentifiers. prime239v3Prime Curve prime239v3, OID: 1.2.840.10045.3.1.6static ASN1ObjectIdentifierX9ObjectIdentifiers. prime256v1Prime Curve prime256v1, OID: 1.2.840.10045.3.1.7static ASN1ObjectIdentifierX9ObjectIdentifiers. primeCurvePrime Curvesstatic ASN1ObjectIdentifierX9ObjectIdentifiers. tpBasisOID: 1.2.840.10045.1.2.3.2static ASN1ObjectIdentifierX9ObjectIdentifiers. x9_42_schemesX9.42 schemas base OID: 1.2.840.10046.3static ASN1ObjectIdentifierX9ObjectIdentifiers. x9_44X9.44static ASN1ObjectIdentifierX9ObjectIdentifiers. x9_44_componentsstatic ASN1ObjectIdentifierX9ObjectIdentifiers. x9_63_schemeX9.63 - Signature SpecificationMethods in org.bouncycastle.asn1.x9 that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierKeySpecificInfo. getAlgorithm()The object identifier for the CEK wrapping algorithm.ASN1ObjectIdentifierX9FieldID. getIdentifier()static ASN1ObjectIdentifierECNamedCurveTable. getOID(java.lang.String name)return the object identifier signified by the passed in name.static ASN1ObjectIdentifierX962NamedCurves. getOID(java.lang.String name)return the object identifier signified by the passed in name.Methods in org.bouncycastle.asn1.x9 with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description static X9ECParametersECNamedCurveTable. getByOID(ASN1ObjectIdentifier oid)return a X9ECParameters object representing the passed in named curve.static X9ECParametersX962NamedCurves. getByOID(ASN1ObjectIdentifier oid)return the X9ECParameters object for the named curve represented by the passed in object identifier.static java.lang.StringECNamedCurveTable. getName(ASN1ObjectIdentifier oid)return a X9ECParameters object representing the passed in named curve.static java.lang.StringX962NamedCurves. getName(ASN1ObjectIdentifier oid)return the named curve name represented by the given object identifier.Constructors in org.bouncycastle.asn1.x9 with parameters of type ASN1ObjectIdentifier Constructor Description KeySpecificInfo(ASN1ObjectIdentifier algorithm, ASN1OctetString counter)Base constructor.X962Parameters(ASN1ObjectIdentifier namedCurve) -
Uses of ASN1ObjectIdentifier in org.bouncycastle.crypto.asymmetric
Methods in org.bouncycastle.crypto.asymmetric that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierGOST3410Parameters. getDigestParamSet()Return the object identifier for the digest parameter set.ASN1ObjectIdentifierGOST3410Parameters. getEncryptionParamSet()Return the object identifier for the encryption parameter set.ASN1ObjectIdentifierNamedECDomainParameters. getID()Return object identifier that identifies these parameters.ASN1ObjectIdentifierGOST3410Parameters. getPublicKeyParamSet()Return the object identifier for the public key parameter set.static ASN1ObjectIdentifierECDomainParametersIndex. lookupOID(ECDomainParameters domainParameters)Methods in org.bouncycastle.crypto.asymmetric with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description static NamedECDomainParametersECDomainParametersIndex. lookupDomainParameters(ASN1ObjectIdentifier paramOid)Retrieve an EC based domain parameter by OID.Constructors in org.bouncycastle.crypto.asymmetric with parameters of type ASN1ObjectIdentifier Constructor Description DSTU4145Parameters(ASN1ObjectIdentifier domainParameters)DSTU4145Parameters(ASN1ObjectIdentifier domainParameters, byte[] dke)GOST3410Parameters(ASN1ObjectIdentifier publicKeyParamSet)Constructor from the public key parameter set object identifier.GOST3410Parameters(ASN1ObjectIdentifier publicKeyParamSet, ASN1ObjectIdentifier digestParamSet)Constructor for signing parameters.GOST3410Parameters(ASN1ObjectIdentifier publicKeyParamSet, ASN1ObjectIdentifier digestParamSet, ASN1ObjectIdentifier encryptionParamSet)Constructor for signing/encryption parameters.GOST3410Parameters(ASN1ObjectIdentifier publicKeyParamSet, ASN1ObjectIdentifier digestParamSet, ASN1ObjectIdentifier encryptionParamSet, T domainParameters)Constructor for signing/encryption parameters with explicit domain parameters.GOST3410Parameters(ASN1ObjectIdentifier publicKeyParamSet, ASN1ObjectIdentifier digestParamSet, T domainParameters)Constructor for signing parameters with explicit domain parameters.NamedECDomainParameters(ASN1ObjectIdentifier id, ECCurve curve, ECPoint G, java.math.BigInteger n)Constructor that assumes the co-factor h is 1.NamedECDomainParameters(ASN1ObjectIdentifier id, ECCurve curve, ECPoint G, java.math.BigInteger n, java.math.BigInteger h)Constructor with explicit co-factor.NamedECDomainParameters(ASN1ObjectIdentifier id, ECCurve curve, ECPoint G, java.math.BigInteger n, java.math.BigInteger h, byte[] seed)Constructor with explicit co-factor and generation seed. -
Uses of ASN1ObjectIdentifier in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return ASN1ObjectIdentifier Modifier and Type Method Description static ASN1ObjectIdentifierGOST28147. getSBoxOID(byte[] sBox)static ASN1ObjectIdentifierGOST28147. getSBoxOID(java.lang.String name)Methods in org.bouncycastle.crypto.general with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description static byte[]GOST28147. getSBox(ASN1ObjectIdentifier sBoxOID)Return the S-Box associated with SBox OID.static java.lang.StringGOST28147. getSBoxName(ASN1ObjectIdentifier oid) -
Uses of ASN1ObjectIdentifier in org.bouncycastle.crypto.internal.params
Methods in org.bouncycastle.crypto.internal.params that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierEcNamedDomainParameters. getName() -
Uses of ASN1ObjectIdentifier in org.bouncycastle.crypto.internal.signers
Constructors in org.bouncycastle.crypto.internal.signers with parameters of type ASN1ObjectIdentifier Constructor Description BaseRsaDigestSigner(AsymmetricBlockCipher rsaEngine, Digest digest, ASN1ObjectIdentifier digestOid) -
Uses of ASN1ObjectIdentifier in org.bouncycastle.crypto.util
Methods in org.bouncycastle.crypto.util that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierPBKDFConfig. getAlgorithm()Constructors in org.bouncycastle.crypto.util with parameters of type ASN1ObjectIdentifier Constructor Description PBKDFConfig(ASN1ObjectIdentifier algorithm) -
Uses of ASN1ObjectIdentifier in org.bouncycastle.jcajce.spec
Methods in org.bouncycastle.jcajce.spec that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifierGOST3410ParameterSpec. getDigestParamSet()ASN1ObjectIdentifierGOST3410ParameterSpec. getEncryptionParamSet()ASN1ObjectIdentifierGOST3410ParameterSpec. getPublicKeyParamSet()Constructors in org.bouncycastle.jcajce.spec with parameters of type ASN1ObjectIdentifier Constructor Description GOST28147GenParameterSpec(ASN1ObjectIdentifier sBoxOID)GOST28147ParameterSpec(ASN1ObjectIdentifier sBoxOID, byte[] iv) -
Uses of ASN1ObjectIdentifier in org.bouncycastle.jcajce.util
Methods in org.bouncycastle.jcajce.util with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description static java.lang.StringMessageDigestUtils. getDigestName(ASN1ObjectIdentifier digestAlgOID)Attempt to find a standard JCA name for the digest represented by the passed in OID.
-