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 ASN1ObjectIdentifier
ASN1External. directReference
Methods in org.bouncycastle.asn1 that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifier
ASN1ObjectIdentifier. branch(java.lang.String branchID)
Return an OID that creates a branch under the current one.ASN1ObjectIdentifier
ASN1External. getDirectReference()
Returns the direct reference of the external elementstatic ASN1ObjectIdentifier
ASN1ObjectIdentifier. getInstance(java.lang.Object obj)
Return an OID from the passed in objectstatic ASN1ObjectIdentifier
ASN1ObjectIdentifier. getInstance(ASN1TaggedObject obj, boolean explicit)
Return an OBJECT IDENTIFIER from a tagged object.ASN1ObjectIdentifier
ASN1ObjectIdentifier. 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 boolean
ASN1ObjectIdentifier. 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 ASN1ObjectIdentifier
ANSSIObjectIdentifiers. FRP256v1
Methods in org.bouncycastle.asn1.anssi that return ASN1ObjectIdentifier Modifier and Type Method Description static ASN1ObjectIdentifier
ANSSINamedCurves. 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 X9ECParameters
ANSSINamedCurves. getByOID(ASN1ObjectIdentifier oid)
return the X9ECParameters object for the named curve represented by the passed in object identifier.static java.lang.String
ANSSINamedCurves. 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 ASN1ObjectIdentifier
BCObjectIdentifiers. bc
iso.org.dod.internet.private.enterprise.legion-of-the-bouncy-castlestatic ASN1ObjectIdentifier
BCObjectIdentifiers. bc_exch
key_exchange(3) algorithmsstatic ASN1ObjectIdentifier
BCObjectIdentifiers. bc_pbe
pbe(1) algorithmsstatic ASN1ObjectIdentifier
BCObjectIdentifiers. bc_pbe_sha1
SHA-1(1)static ASN1ObjectIdentifier
BCObjectIdentifiers. bc_pbe_sha1_pkcs12
SHA-1.PKCS12; 1.3.6.1.4.1.22554.1.1.2static ASN1ObjectIdentifier
BCObjectIdentifiers. bc_pbe_sha1_pkcs12_aes128_cbc
1.3.6.1.4.1.22554.1.1.2.1.2static ASN1ObjectIdentifier
BCObjectIdentifiers. bc_pbe_sha1_pkcs12_aes192_cbc
1.3.6.1.4.1.22554.1.1.2.1.22static ASN1ObjectIdentifier
BCObjectIdentifiers. bc_pbe_sha1_pkcs12_aes256_cbc
1.3.6.1.4.1.22554.1.1.2.1.42static ASN1ObjectIdentifier
BCObjectIdentifiers. bc_pbe_sha1_pkcs5
SHA-1.PKCS5; 1.3.6.1.4.1.22554.1.1.1static ASN1ObjectIdentifier
BCObjectIdentifiers. bc_pbe_sha224
SHA-2.SHA-224; 1.3.6.1.4.1.22554.1.2.4static ASN1ObjectIdentifier
BCObjectIdentifiers. bc_pbe_sha256
SHA-2.SHA-256; 1.3.6.1.4.1.22554.1.2.1static ASN1ObjectIdentifier
BCObjectIdentifiers. bc_pbe_sha256_pkcs12
SHA-256.PKCS12; 1.3.6.1.4.1.22554.1.2.1.2static ASN1ObjectIdentifier
BCObjectIdentifiers. bc_pbe_sha256_pkcs12_aes128_cbc
1.3.6.1.4.1.22554.1.1.2.2.2static ASN1ObjectIdentifier
BCObjectIdentifiers. bc_pbe_sha256_pkcs12_aes192_cbc
1.3.6.1.4.1.22554.1.1.2.2.22static ASN1ObjectIdentifier
BCObjectIdentifiers. bc_pbe_sha256_pkcs12_aes256_cbc
1.3.6.1.4.1.22554.1.1.2.2.42static ASN1ObjectIdentifier
BCObjectIdentifiers. bc_pbe_sha256_pkcs5
SHA-256.PKCS12; 1.3.6.1.4.1.22554.1.2.1.1static ASN1ObjectIdentifier
BCObjectIdentifiers. bc_pbe_sha384
SHA-2.SHA-384; 1.3.6.1.4.1.22554.1.2.2static ASN1ObjectIdentifier
BCObjectIdentifiers. bc_pbe_sha512
SHA-2.SHA-512; 1.3.6.1.4.1.22554.1.2.3static ASN1ObjectIdentifier
BCObjectIdentifiers. bc_sig
signature(2) algorithmsstatic ASN1ObjectIdentifier
BCObjectIdentifiers. newHope
NewHopestatic ASN1ObjectIdentifier
BCObjectIdentifiers. sphincs256
Sphincs-256static ASN1ObjectIdentifier
BCObjectIdentifiers. sphincs256_with_BLAKE512
static ASN1ObjectIdentifier
BCObjectIdentifiers. sphincs256_with_SHA3_512
static ASN1ObjectIdentifier
BCObjectIdentifiers. sphincs256_with_SHA512
static ASN1ObjectIdentifier
BCObjectIdentifiers. xmss
XMSSstatic ASN1ObjectIdentifier
BCObjectIdentifiers. xmss_mt
XMSS^MTstatic ASN1ObjectIdentifier
BCObjectIdentifiers. xmss_mt_SHA256
static ASN1ObjectIdentifier
BCObjectIdentifiers. xmss_mt_SHA256ph
static ASN1ObjectIdentifier
BCObjectIdentifiers. xmss_mt_SHA512
static ASN1ObjectIdentifier
BCObjectIdentifiers. xmss_mt_SHA512ph
static ASN1ObjectIdentifier
BCObjectIdentifiers. xmss_mt_SHAKE128
static ASN1ObjectIdentifier
BCObjectIdentifiers. xmss_mt_SHAKE128ph
static ASN1ObjectIdentifier
BCObjectIdentifiers. xmss_mt_SHAKE256
static ASN1ObjectIdentifier
BCObjectIdentifiers. xmss_mt_SHAKE256ph
static ASN1ObjectIdentifier
BCObjectIdentifiers. xmss_SHA256
static ASN1ObjectIdentifier
BCObjectIdentifiers. xmss_SHA256ph
static ASN1ObjectIdentifier
BCObjectIdentifiers. xmss_SHA512
static ASN1ObjectIdentifier
BCObjectIdentifiers. xmss_SHA512ph
static ASN1ObjectIdentifier
BCObjectIdentifiers. xmss_SHAKE128
static ASN1ObjectIdentifier
BCObjectIdentifiers. xmss_SHAKE128ph
static ASN1ObjectIdentifier
BCObjectIdentifiers. xmss_SHAKE256
static ASN1ObjectIdentifier
BCObjectIdentifiers. xmss_SHAKE256ph
Methods in org.bouncycastle.asn1.bc that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifier
SecretKeyData. 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 ASN1ObjectIdentifier
BSIObjectIdentifiers. algorithm
0.4.0.127.0.7.1static ASN1ObjectIdentifier
BSIObjectIdentifiers. bsi_de
static ASN1ObjectIdentifier
BSIObjectIdentifiers. ecdsa_plain_RIPEMD160
static ASN1ObjectIdentifier
BSIObjectIdentifiers. ecdsa_plain_SHA1
static ASN1ObjectIdentifier
BSIObjectIdentifiers. ecdsa_plain_SHA224
static ASN1ObjectIdentifier
BSIObjectIdentifiers. ecdsa_plain_SHA256
static ASN1ObjectIdentifier
BSIObjectIdentifiers. ecdsa_plain_SHA384
static ASN1ObjectIdentifier
BSIObjectIdentifiers. ecdsa_plain_SHA512
static ASN1ObjectIdentifier
BSIObjectIdentifiers. ecdsa_plain_signatures
static ASN1ObjectIdentifier
BSIObjectIdentifiers. ecka_eg
static ASN1ObjectIdentifier
BSIObjectIdentifiers. ecka_eg_SessionKDF
Key Derivation Function for Session Keysstatic ASN1ObjectIdentifier
BSIObjectIdentifiers. ecka_eg_SessionKDF_3DES
static ASN1ObjectIdentifier
BSIObjectIdentifiers. ecka_eg_SessionKDF_AES128
static ASN1ObjectIdentifier
BSIObjectIdentifiers. ecka_eg_SessionKDF_AES192
static ASN1ObjectIdentifier
BSIObjectIdentifiers. ecka_eg_SessionKDF_AES256
static ASN1ObjectIdentifier
BSIObjectIdentifiers. ecka_eg_X963kdf
ElGamal Elliptic Curve Key Agreement and Key Derivation according to X963 OID: 0.4.0.127.0.7.1.1.5.1.1static ASN1ObjectIdentifier
BSIObjectIdentifiers. ecka_eg_X963kdf_RIPEMD160
ElGamal 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 ASN1ObjectIdentifier
BSIObjectIdentifiers. ecka_eg_X963kdf_SHA1
ElGamal 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 ASN1ObjectIdentifier
BSIObjectIdentifiers. ecka_eg_X963kdf_SHA224
ElGamal 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 ASN1ObjectIdentifier
BSIObjectIdentifiers. ecka_eg_X963kdf_SHA256
ElGamal 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 ASN1ObjectIdentifier
BSIObjectIdentifiers. ecka_eg_X963kdf_SHA384
ElGamal 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 ASN1ObjectIdentifier
BSIObjectIdentifiers. ecka_eg_X963kdf_SHA512
ElGamal 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 ASN1ObjectIdentifier
BSIObjectIdentifiers. 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 ASN1ObjectIdentifier
CMPObjectIdentifiers. ct_encKeyWithID
1.2.840.113549.1.9.16.1.21static ASN1ObjectIdentifier
CMPObjectIdentifiers. dhBasedMac
id-DHBasedMac OBJECT IDENTIFIER ::= {1 2 840 113533 7 66 30}static ASN1ObjectIdentifier
CMPObjectIdentifiers. id_pkip
RFC 4211: it-pkip: PKIX.5 = 1.3.6.1.5.5.7.5static ASN1ObjectIdentifier
CMPObjectIdentifiers. id_regCtrl
RFC 4211: it-regCtrl: 1.3.6.1.5.5.7.5.1static ASN1ObjectIdentifier
CMPObjectIdentifiers. id_regInfo
RFC 4211: it-regInfo: 1.3.6.1.5.5.7.5.2static ASN1ObjectIdentifier
CMPObjectIdentifiers. it_caKeyUpdateInfo
RFC 4120: 1.3.6.1.5.5.7.4.5static ASN1ObjectIdentifier
CMPObjectIdentifiers. it_caProtEncCert
RFC 4120: 1.3.6.1.5.5.7.4.1static ASN1ObjectIdentifier
CMPObjectIdentifiers. it_confirmWaitTime
RFC 4120: 1.3.6.1.5.5.7.4.14static ASN1ObjectIdentifier
CMPObjectIdentifiers. it_currentCRL
RFC 4120: 1.3.6.1.5.5.7.4.6static ASN1ObjectIdentifier
CMPObjectIdentifiers. it_encKeyPairTypes
RFC 4120: 1.3.6.1.5.5.7.4.3static ASN1ObjectIdentifier
CMPObjectIdentifiers. it_implicitConfirm
RFC 4120: 1.3.6.1.5.5.7.4.13static ASN1ObjectIdentifier
CMPObjectIdentifiers. it_keyPairParamRep
RFC 4120: 1.3.6.1.5.5.7.4.11static ASN1ObjectIdentifier
CMPObjectIdentifiers. it_keyPairParamReq
RFC 4120: 1.3.6.1.5.5.7.4.10static ASN1ObjectIdentifier
CMPObjectIdentifiers. it_origPKIMessage
RFC 4120: 1.3.6.1.5.5.7.4.15static ASN1ObjectIdentifier
CMPObjectIdentifiers. it_preferredSymAlg
RFC 4120: 1.3.6.1.5.5.7.4.4static ASN1ObjectIdentifier
CMPObjectIdentifiers. it_revPassphrase
RFC 4120: 1.3.6.1.5.5.7.4.12static ASN1ObjectIdentifier
CMPObjectIdentifiers. it_signKeyPairTypes
RFC 4120: 1.3.6.1.5.5.7.4.2static ASN1ObjectIdentifier
CMPObjectIdentifiers. it_suppLangTags
RFC 4120: 1.3.6.1.5.5.7.4.16static ASN1ObjectIdentifier
CMPObjectIdentifiers. it_unsupportedOIDs
RFC 4120: 1.3.6.1.5.5.7.4.7static ASN1ObjectIdentifier
CMPObjectIdentifiers. passwordBasedMac
id-PasswordBasedMac OBJECT IDENTIFIER ::= {1 2 840 113533 7 66 13}static ASN1ObjectIdentifier
CMPObjectIdentifiers. regCtrl_altCertTemplate
From RFC4210: id-regCtrl-altCertTemplate OBJECT IDENTIFIER ::= {id-regCtrl 7}; 1.3.6.1.5.5.7.1.7static ASN1ObjectIdentifier
CMPObjectIdentifiers. regCtrl_authenticator
1.3.6.1.5.5.7.5.1.2static ASN1ObjectIdentifier
CMPObjectIdentifiers. regCtrl_oldCertID
1.3.6.1.5.5.7.5.1.5static ASN1ObjectIdentifier
CMPObjectIdentifiers. regCtrl_pkiArchiveOptions
1.3.6.1.5.5.7.5.1.4static ASN1ObjectIdentifier
CMPObjectIdentifiers. regCtrl_pkiPublicationInfo
1.3.6.1.5.5.7.5.1.3static ASN1ObjectIdentifier
CMPObjectIdentifiers. regCtrl_protocolEncrKey
1.3.6.1.5.5.7.5.1.6static ASN1ObjectIdentifier
CMPObjectIdentifiers. regCtrl_regToken
1.3.6.1.5.5.7.5.1.1static ASN1ObjectIdentifier
CMPObjectIdentifiers. regInfo_certReq
RFC 4211: it-regInfo-certReq: 1.3.6.1.5.5.7.5.2.1static ASN1ObjectIdentifier
CMPObjectIdentifiers. regInfo_utf8Pairs
RFC 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 ASN1ObjectIdentifier
InfoTypeAndValue. 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 ASN1ObjectIdentifier
CMSObjectIdentifiers. authenticatedData
PKCS#9: 1.2.840.113549.1.9.16.1.2 -- smime ct authDatastatic ASN1ObjectIdentifier
CMSObjectIdentifiers. authEnvelopedData
PKCS#9: 1.2.840.113549.1.9.16.1.23 -- smime ct authEnvelopedDatastatic ASN1ObjectIdentifier
CMSAttributes. cmsAlgorithmProtect
static ASN1ObjectIdentifier
CMSObjectIdentifiers. compressedData
PKCS#9: 1.2.840.113549.1.9.16.1.9 -- smime ct compressedDatastatic ASN1ObjectIdentifier
CMSAttributes. contentHint
PKCS#9: 1.2.840.113549.1.9.16.6.2.4 - See RFC 2634static ASN1ObjectIdentifier
CMSAttributes. contentType
PKCS#9: 1.2.840.113549.1.9.3static ASN1ObjectIdentifier
CMSAttributes. counterSignature
PKCS#9: 1.2.840.113549.1.9.6static ASN1ObjectIdentifier
CMSObjectIdentifiers. data
PKCS#7: 1.2.840.113549.1.7.1static ASN1ObjectIdentifier
CMSObjectIdentifiers. digestedData
PKCS#7: 1.2.840.113549.1.7.5static ASN1ObjectIdentifier
CMSObjectIdentifiers. encryptedData
PKCS#7: 1.2.840.113549.1.7.6static ASN1ObjectIdentifier
CMSObjectIdentifiers. envelopedData
PKCS#7: 1.2.840.113549.1.7.3static ASN1ObjectIdentifier
CMSObjectIdentifiers. id_ri
The other Revocation Info arcstatic ASN1ObjectIdentifier
CMSObjectIdentifiers. id_ri_ocsp_response
1.3.6.1.5.5.7.16.2static ASN1ObjectIdentifier
CMSObjectIdentifiers. id_ri_scvp
1.3.6.1.5.5.7.16.4static ASN1ObjectIdentifier
CMSAttributes. messageDigest
PKCS#9: 1.2.840.113549.1.9.4static ASN1ObjectIdentifier
CMSObjectIdentifiers. signedAndEnvelopedData
PKCS#7: 1.2.840.113549.1.7.4static ASN1ObjectIdentifier
CMSObjectIdentifiers. signedData
PKCS#7: 1.2.840.113549.1.7.2static ASN1ObjectIdentifier
CMSAttributes. signingTime
PKCS#9: 1.2.840.113549.1.9.5static ASN1ObjectIdentifier
CMSObjectIdentifiers. timestampedData
PKCS#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 ASN1ObjectIdentifier
Attribute. getAttrType()
ASN1ObjectIdentifier
ContentInfo. getContentType()
ASN1ObjectIdentifier
ContentInfoParser. getContentType()
ASN1ObjectIdentifier
EncryptedContentInfo. getContentType()
ASN1ObjectIdentifier
EncryptedContentInfoParser. getContentType()
ASN1ObjectIdentifier
OtherRevocationInfoFormat. getInfoFormat()
ASN1ObjectIdentifier
OtherKeyAttribute. getKeyAttrId()
ASN1ObjectIdentifier
OtherRecipientInfo. getType()
Methods in org.bouncycastle.asn1.cms with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description AttributeTable
AttributeTable. add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue)
Return a new table with the passed in attribute added.Attribute
AttributeTable. get(ASN1ObjectIdentifier oid)
Return the first attribute matching the OBJECT IDENTIFIER oid.ASN1EncodableVector
AttributeTable. getAll(ASN1ObjectIdentifier oid)
Return all the attributes matching the OBJECT IDENTIFIER oid.AttributeTable
AttributeTable. 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 ASN1ObjectIdentifier
CRMFObjectIdentifiers. id_ct_encKeyWithID
1.2.840.113549.1.9.16.1,21static ASN1ObjectIdentifier
CRMFObjectIdentifiers. id_pkip
1.3.6.1.5.5.7.5static ASN1ObjectIdentifier
CRMFObjectIdentifiers. id_pkix
1.3.6.1.5.5.7static ASN1ObjectIdentifier
CRMFObjectIdentifiers. id_regCtrl
1.3.6.1.5.5.7.1static ASN1ObjectIdentifier
CRMFObjectIdentifiers. id_regCtrl_authenticator
1.3.6.1.5.5.7.1.2static ASN1ObjectIdentifier
CRMFObjectIdentifiers. id_regCtrl_pkiArchiveOptions
1.3.6.1.5.5.7.1.4static ASN1ObjectIdentifier
CRMFObjectIdentifiers. id_regCtrl_pkiPublicationInfo
1.3.6.1.5.5.7.1.3static ASN1ObjectIdentifier
CRMFObjectIdentifiers. id_regCtrl_regToken
1.3.6.1.5.5.7.1.1Methods in org.bouncycastle.asn1.crmf that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifier
AttributeTypeAndValue. 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 ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gost_ElSgDH3410_1
Gost R3410-ElSqDH3410-1 OID: 1.2.643.2.2.36.1static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gost_ElSgDH3410_default
Gost R3410-ElSqDH3410-default OID: 1.2.643.2.2.36.0static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. GOST_id
Base OID: 1.2.643.2.2static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR28147_gcfb
Gost R28147 OID: 1.2.643.2.2.21static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3410_2001
Gost R3410-2001 OID: 1.2.643.2.2.19static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3410_2001_CryptoPro_A
{ iso(1) member-body(2)ru(643) rans(2) cryptopro(2) ecc-signs(35) }static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3410_2001_CryptoPro_B
Gost R3410-2001-CryptoPro-B OID: 1.2.643.2.2.35.2static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3410_2001_CryptoPro_C
Gost R3410-2001-CryptoPro-C OID: 1.2.643.2.2.35.3static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3410_2001_CryptoPro_ESDH
static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3410_2001_CryptoPro_XchA
{ iso(1) member-body(2) ru(643) rans(2) cryptopro(2) ecc-exchanges(36) }static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3410_2001_CryptoPro_XchB
Gost R3410-2001-CryptoPro-XchA OID: 1.2.643.2.2.36.1static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3410_2001DH
static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3410_94
Gost R3410-94 OID: 1.2.643.2.2.20static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3410_94_CryptoPro_A
{ iso(1) member-body(2) ru(643) rans(2) cryptopro(2) signs(32) }static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3410_94_CryptoPro_B
Gost R3410-94-CryptoPro-B OID: 1.2.643.2.2.32.3static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3410_94_CryptoPro_C
Gost R3410-94-CryptoPro-C OID: 1.2.643.2.2.32.4static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3410_94_CryptoPro_D
Gost R3410-94-CryptoPro-D OID: 1.2.643.2.2.32.5static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3410_94_CryptoPro_XchA
{ iso(1) member-body(2) ru(643) rans(2) cryptopro(2) exchanges(33) }static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3410_94_CryptoPro_XchB
Gost R3410-94-CryptoPro-XchB OID: 1.2.643.2.2.33.2static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3410_94_CryptoPro_XchC
Gost R3410-94-CryptoPro-XchC OID: 1.2.643.2.2.33.3static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3411
Gost R3411 OID: 1.2.643.2.2.9static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3411_94_CryptoProParamSet
{ iso(1) member-body(2) ru(643) rans(2) cryptopro(2) hashes(30) }static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3411_94_with_gostR3410_2001
Gost R3411-94-with-R3410-2001 OID: 1.2.643.2.2.3static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3411_94_with_gostR3410_94
Gost R3411-94-with-R3410-94 OID: 1.2.643.2.2.4static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. gostR3411Hmac
Gost R3411 HMAC OID: 1.2.643.2.2.10static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. id_Gost28147_89_CryptoPro_A_ParamSet
Gost R28147-89-CryotoPro-A-ParamSet OID: 1.2.643.2.2.31.1static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. id_Gost28147_89_CryptoPro_B_ParamSet
Gost R28147-89-CryotoPro-B-ParamSet OID: 1.2.643.2.2.31.2static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. id_Gost28147_89_CryptoPro_C_ParamSet
Gost R28147-89-CryotoPro-C-ParamSet OID: 1.2.643.2.2.31.3static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. id_Gost28147_89_CryptoPro_D_ParamSet
Gost R28147-89-CryotoPro-D-ParamSet OID: 1.2.643.2.2.31.4static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. id_Gost28147_89_CryptoPro_KeyWrap
static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. id_Gost28147_89_CryptoPro_TestParamSet
Gost R28147-89-CryotoPro-A-ParamSet OID: 1.2.643.2.2.31.0static ASN1ObjectIdentifier
CryptoProObjectIdentifiers. id_Gost28147_89_None_KeyWrap
Methods in org.bouncycastle.asn1.cryptopro that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifier
GOST3410PublicKeyAlgParameters. getDigestParamSet()
ASN1ObjectIdentifier
GOST28147Parameters. getEncryptionParamSet()
Return the OID representing the sBox to use.ASN1ObjectIdentifier
GOST3410PublicKeyAlgParameters. getEncryptionParamSet()
static ASN1ObjectIdentifier
ECGOST3410NamedCurves. getOID(java.lang.String name)
static ASN1ObjectIdentifier
GOST3410NamedParameters. getOID(java.lang.String name)
ASN1ObjectIdentifier
GOST3410PublicKeyAlgParameters. getPublicKeyParamSet()
Methods in org.bouncycastle.asn1.cryptopro with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description static ECDomainParameters
ECGOST3410NamedCurves. getByOID(ASN1ObjectIdentifier oid)
return the ECDomainParameters object for the given OID, null if it isn't present.static GOST3410ParamSetParameters
GOST3410NamedParameters. getByOID(ASN1ObjectIdentifier oid)
return the GOST3410ParamSetParameters object for the given OID, null if it isn't present.static java.lang.String
ECGOST3410NamedCurves. 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 ASN1ObjectIdentifier
DVCSObjectIdentifiers. id_aa_dvcs_dvc
SMIME DataValidation certificate attribute id-aa-dvcs-dvc; OID: 1.2.840.113549.1.9.16.2,29static ASN1ObjectIdentifier
DVCSObjectIdentifiers. id_ad_dvcs
Authority Information Access for DVCS; id-ad-dcvs; OID: 1.3.6.1.5.5.7.48.4static ASN1ObjectIdentifier
DVCSObjectIdentifiers. id_ct_DVCSRequestData
SMIME eContentType id-ct-DVCSRequestData; OID: 1.2.840.113549.1.9.16.1.7static ASN1ObjectIdentifier
DVCSObjectIdentifiers. id_ct_DVCSResponseData
SMIME eContentType id-ct-DVCSResponseData; OID: 1.2.840.113549.1.9.16.1.8static ASN1ObjectIdentifier
DVCSObjectIdentifiers. id_kp_dvcs
Key Purpose for DVCS; id-kp-dvcs; OID: 1.3.6.1.5.5.7.3.10static ASN1ObjectIdentifier
DVCSObjectIdentifiers. id_pkix
Base OID id-pkix: 1.3.6.1.5.5.7static ASN1ObjectIdentifier
DVCSObjectIdentifiers. id_smime
Base 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 ASN1ObjectIdentifier
EACObjectIdentifiers. bsi_de
bsi-de OBJECT IDENTIFIER ::= { itu-t(0) identified-organization(4) etsi(0) reserved(127) etsi-identified-organization(0) 7 }static ASN1ObjectIdentifier
EACObjectIdentifiers. id_CA
id-CA OBJECT IDENTIFIER ::= { bsi-de protocols(2) smartcard(2) 3 }static ASN1ObjectIdentifier
EACObjectIdentifiers. id_CA_DH
OID: 0.4.0.127.0.7.2.2.3.1static ASN1ObjectIdentifier
EACObjectIdentifiers. id_CA_DH_3DES_CBC_CBC
OID: 0.4.0.127.0.7.2.2.3.1.1static ASN1ObjectIdentifier
EACObjectIdentifiers. id_CA_ECDH
OID: 0.4.0.127.0.7.2.2.3.2static ASN1ObjectIdentifier
EACObjectIdentifiers. id_CA_ECDH_3DES_CBC_CBC
OID: 0.4.0.127.0.7.2.2.3.2.1static ASN1ObjectIdentifier
EACObjectIdentifiers. id_EAC_ePassport
id-EAC-ePassport OBJECT IDENTIFIER ::= { bsi-de applications(3) mrtd(1) roles(2) 1 }static ASN1ObjectIdentifier
EACObjectIdentifiers. id_PK
id-PK OBJECT IDENTIFIER ::= { bsi-de protocols(2) smartcard(2) 1 }static ASN1ObjectIdentifier
EACObjectIdentifiers. id_PK_DH
OID: 0.4.0.127.0.7.2.2.1.1static ASN1ObjectIdentifier
EACObjectIdentifiers. id_PK_ECDH
OID: 0.4.0.127.0.7.2.2.1.2static ASN1ObjectIdentifier
CertificateHolderAuthorization. id_role_EAC
static ASN1ObjectIdentifier
EACObjectIdentifiers. id_TA
id-TA OBJECT IDENTIFIER ::= { bsi-de protocols(2) smartcard(2) 2 }static ASN1ObjectIdentifier
EACObjectIdentifiers. id_TA_ECDSA
OID: 0.4.0.127.0.7.2.2.2.2static ASN1ObjectIdentifier
EACObjectIdentifiers. id_TA_ECDSA_SHA_1
OID: 0.4.0.127.0.7.2.2.2.2.1static ASN1ObjectIdentifier
EACObjectIdentifiers. id_TA_ECDSA_SHA_224
OID: 0.4.0.127.0.7.2.2.2.2.2static ASN1ObjectIdentifier
EACObjectIdentifiers. id_TA_ECDSA_SHA_256
OID: 0.4.0.127.0.7.2.2.2.2.3static ASN1ObjectIdentifier
EACObjectIdentifiers. id_TA_ECDSA_SHA_384
OID: 0.4.0.127.0.7.2.2.2.2.4static ASN1ObjectIdentifier
EACObjectIdentifiers. id_TA_ECDSA_SHA_512
OID: 0.4.0.127.0.7.2.2.2.2.5static ASN1ObjectIdentifier
EACObjectIdentifiers. id_TA_RSA
OID: 0.4.0.127.0.7.2.2.2.1static ASN1ObjectIdentifier
EACObjectIdentifiers. id_TA_RSA_PSS_SHA_1
OID: 0.4.0.127.0.7.2.2.2.1.3static ASN1ObjectIdentifier
EACObjectIdentifiers. id_TA_RSA_PSS_SHA_256
OID: 0.4.0.127.0.7.2.2.2.1.4static ASN1ObjectIdentifier
EACObjectIdentifiers. id_TA_RSA_PSS_SHA_512
OID: 0.4.0.127.0.7.2.2.2.1.6static ASN1ObjectIdentifier
EACObjectIdentifiers. id_TA_RSA_v1_5_SHA_1
OID: 0.4.0.127.0.7.2.2.2.1.1static ASN1ObjectIdentifier
EACObjectIdentifiers. id_TA_RSA_v1_5_SHA_256
OID: 0.4.0.127.0.7.2.2.2.1.2static ASN1ObjectIdentifier
EACObjectIdentifiers. id_TA_RSA_v1_5_SHA_512
OID: 0.4.0.127.0.7.2.2.2.1.5Methods in org.bouncycastle.asn1.eac that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifier
CVCertificate. getHolderAuthorization()
ASN1ObjectIdentifier
CertificateHolderAuthorization. getOid()
ASN1ObjectIdentifier
ECDSAPublicKey. getUsage()
abstract ASN1ObjectIdentifier
PublicKeyDataObject. getUsage()
ASN1ObjectIdentifier
RSAPublicKey. getUsage()
Methods in org.bouncycastle.asn1.eac with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description ASN1EncodableVector
ECDSAPublicKey. 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 ASN1ObjectIdentifier
EdECObjectIdentifiers. id_Ed25519
static ASN1ObjectIdentifier
EdECObjectIdentifiers. id_Ed448
static ASN1ObjectIdentifier
EdECObjectIdentifiers. id_edwards_curve_algs
static ASN1ObjectIdentifier
EdECObjectIdentifiers. id_X25519
static ASN1ObjectIdentifier
EdECObjectIdentifiers. id_X448
-
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.esf
Methods in org.bouncycastle.asn1.esf that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifier
CommitmentTypeIndication. getCommitmentTypeId()
ASN1ObjectIdentifier
CommitmentTypeQualifier. getCommitmentTypeIdentifier()
ASN1ObjectIdentifier
OtherRevRefs. getOtherRevRefType()
ASN1ObjectIdentifier
OtherRevVals. getOtherRevValType()
ASN1ObjectIdentifier
SignaturePolicyId. getSigPolicyId()
ASN1ObjectIdentifier
SigPolicyQualifierInfo. getSigPolicyQualifierId()
-
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.ess
Methods in org.bouncycastle.asn1.ess that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifier
ContentHints. 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 ASN1ObjectIdentifier
GNUObjectIdentifiers. CRC
1.3.6.1.4.1.11591.14 -- CRC algorithmsstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. CRC32
1.3.6.1.4.1.11591.14,1 -- CRC32static ASN1ObjectIdentifier
GNUObjectIdentifiers. digestAlgorithm
1.3.6.1.4.1.11591.12 -- digestAlgorithmstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. Ed25519
static ASN1ObjectIdentifier
GNUObjectIdentifiers. ellipticCurve
1.3.6.1.4.1.11591.15 - ellipticCurvestatic ASN1ObjectIdentifier
GNUObjectIdentifiers. encryptionAlgorithm
1.3.6.1.4.1.11591.13 -- encryptionAlgorithmstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. GNU
1.3.6.1.4.1.11591.1 -- used by GNU Radiusstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. GnuPG
1.3.6.1.4.1.11591.2 -- used by GNU PGstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. GnuRadar
1.3.6.1.4.1.11591.3 -- GNU Radarstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. notation
1.3.6.1.4.1.11591.2.1 -- notationstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. pkaAddress
1.3.6.1.4.1.11591.2.1.1 -- pkaAddressstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. Serpent
1.3.6.1.4.1.11591.13.2 -- Serpentstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. Serpent_128_CBC
1.3.6.1.4.1.11591.13.2.2 -- Serpent-128-CBCstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. Serpent_128_CFB
1.3.6.1.4.1.11591.13.2.4 -- Serpent-128-CFBstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. Serpent_128_ECB
1.3.6.1.4.1.11591.13.2.1 -- Serpent-128-ECBstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. Serpent_128_OFB
1.3.6.1.4.1.11591.13.2.3 -- Serpent-128-OFBstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. Serpent_192_CBC
1.3.6.1.4.1.11591.13.2.22 -- Serpent-192-CCBstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. Serpent_192_CFB
1.3.6.1.4.1.11591.13.2.24 -- Serpent-192-CFBstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. Serpent_192_ECB
1.3.6.1.4.1.11591.13.2.21 -- Serpent-192-ECBstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. Serpent_192_OFB
1.3.6.1.4.1.11591.13.2.23 -- Serpent-192-OFBstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. Serpent_256_CBC
1.3.6.1.4.1.11591.13.2.42 -- Serpent-256-CBCstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. Serpent_256_CFB
1.3.6.1.4.1.11591.13.2.44 -- Serpent-256-CFBstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. Serpent_256_ECB
1.3.6.1.4.1.11591.13.2.41 -- Serpent-256-ECBstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. Serpent_256_OFB
1.3.6.1.4.1.11591.13.2.43 -- Serpent-256-OFBstatic ASN1ObjectIdentifier
GNUObjectIdentifiers. Tiger_192
1.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 ASN1ObjectIdentifier
IANAObjectIdentifiers. _private
1.3.6.1.4:static ASN1ObjectIdentifier
IANAObjectIdentifiers. directory
1.3.6.1.1: Internet directory: X.500static ASN1ObjectIdentifier
IANAObjectIdentifiers. experimental
1.3.6.1.3:static ASN1ObjectIdentifier
IANAObjectIdentifiers. hmacMD5
IPSEC ISAKMP-Oakley hmacMD5 OID: 1.3.6.1.5.5.8.1.1static ASN1ObjectIdentifier
IANAObjectIdentifiers. hmacRIPEMD160
IPSEC ISAKMP-Oakley hmacRIPEMD160 OID: 1.3.6.1.5.5.8.1.4static ASN1ObjectIdentifier
IANAObjectIdentifiers. hmacSHA1
IPSEC ISAKMP-Oakley hmacSHA1 OID: 1.3.6.1.5.5.8.1.2static ASN1ObjectIdentifier
IANAObjectIdentifiers. hmacTIGER
IPSEC ISAKMP-Oakley hmacTIGER OID: 1.3.6.1.5.5.8.1.3static ASN1ObjectIdentifier
IANAObjectIdentifiers. internet
{ iso(1) identifier-organization(3) dod(6) internet(1) } == IETF defined thingsstatic ASN1ObjectIdentifier
IANAObjectIdentifiers. ipsec
IPSEC base OID: 1.3.6.1.5.5.8static ASN1ObjectIdentifier
IANAObjectIdentifiers. isakmpOakley
IPSEC ISAKMP-Oakley OID: 1.3.6.1.5.5.8.1static ASN1ObjectIdentifier
IANAObjectIdentifiers. mail
1.3.6.1.7: mail -- never really usedstatic ASN1ObjectIdentifier
IANAObjectIdentifiers. mgmt
1.3.6.1.2: Internet managementstatic ASN1ObjectIdentifier
IANAObjectIdentifiers. pkix
PKIX base OID: 1.3.6.1.5.6.6static ASN1ObjectIdentifier
IANAObjectIdentifiers. security
1.3.6.1.5: Security servicesstatic ASN1ObjectIdentifier
IANAObjectIdentifiers. security_mechanisms
IANA security mechanisms; 1.3.6.1.5.5static ASN1ObjectIdentifier
IANAObjectIdentifiers. security_nametypes
IANA security nametypes; 1.3.6.1.5.6static ASN1ObjectIdentifier
IANAObjectIdentifiers. SNMPv2
1.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 ASN1ObjectIdentifier
ICAOObjectIdentifiers. id_icao
2.23.136static ASN1ObjectIdentifier
ICAOObjectIdentifiers. id_icao_aaProtocolObject
Active Authentication protocol, see draft TR LDS and PKI Maintenance, par.static ASN1ObjectIdentifier
ICAOObjectIdentifiers. id_icao_cscaMasterList
CSCA master list, see TR CSCA Countersigning and Master List issuancestatic ASN1ObjectIdentifier
ICAOObjectIdentifiers. id_icao_cscaMasterListSigningKey
2.23.136.1.1.3static ASN1ObjectIdentifier
ICAOObjectIdentifiers. id_icao_documentTypeList
document type list, see draft TR LDS and PKI Maintenance, par.static ASN1ObjectIdentifier
ICAOObjectIdentifiers. id_icao_extensions
CSCA name change and key reoll-over, see draft TR LDS and PKI Maintenance, par.static ASN1ObjectIdentifier
ICAOObjectIdentifiers. id_icao_extensions_namechangekeyrollover
2.23.136.1.1.6.1static ASN1ObjectIdentifier
ICAOObjectIdentifiers. id_icao_ldsSecurityObject
LDS security object, see ICAO Doc 9303-Volume 2-Section IV-A3.2static ASN1ObjectIdentifier
ICAOObjectIdentifiers. id_icao_mrtd
2.23.136.1static ASN1ObjectIdentifier
ICAOObjectIdentifiers. id_icao_mrtd_security
2.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 ASN1ObjectIdentifier
ISISMTTObjectIdentifiers. id_isismtt
1.3.36.8static ASN1ObjectIdentifier
ISISMTTObjectIdentifiers. id_isismtt_at
1.3.36.8.3static ASN1ObjectIdentifier
ISISMTTObjectIdentifiers. id_isismtt_at_additionalInformation
Some other information of non-restrictive nature regarding the usage of this certificate.static ASN1ObjectIdentifier
ISISMTTObjectIdentifiers. id_isismtt_at_admission
Attribute to indicate admissions to certain professions.static ASN1ObjectIdentifier
ISISMTTObjectIdentifiers. id_isismtt_at_certHash
Hash of a certificate in OCSP.static ASN1ObjectIdentifier
ISISMTTObjectIdentifiers. id_isismtt_at_certInDirSince
SingleOCSPResponse extension: Date, when certificate has been published in the directory and status information has become available.static ASN1ObjectIdentifier
ISISMTTObjectIdentifiers. id_isismtt_at_dateOfCertGen
Certificate extensionDate of certificate generationstatic ASN1ObjectIdentifier
ISISMTTObjectIdentifiers. id_isismtt_at_declarationOfMajority
A declaration of majority.static ASN1ObjectIdentifier
ISISMTTObjectIdentifiers. id_isismtt_at_iCCSN
Serial number of the smart card containing the corresponding private keystatic ASN1ObjectIdentifier
ISISMTTObjectIdentifiers. id_isismtt_at_liabilityLimitationFlag
Indicates that an attribute certificate exists, which limits the usability of this public key certificate.static ASN1ObjectIdentifier
ISISMTTObjectIdentifiers. id_isismtt_at_monetaryLimit
Monetary limit for transactions.static ASN1ObjectIdentifier
ISISMTTObjectIdentifiers. id_isismtt_at_nameAtBirth
NameAtBirth ::= DirectoryString(SIZE(1..64)static ASN1ObjectIdentifier
ISISMTTObjectIdentifiers. id_isismtt_at_namingAuthorities
Base ObjectIdentifier for naming authoritiesstatic ASN1ObjectIdentifier
ISISMTTObjectIdentifiers. id_isismtt_at_PKReference
Reference for a file of a smartcard that stores the public key of this certificate and that is used as "security anchor".static ASN1ObjectIdentifier
ISISMTTObjectIdentifiers. id_isismtt_at_procuration
Attribute to indicate that the certificate holder may sign in the name of a third person.static ASN1ObjectIdentifier
ISISMTTObjectIdentifiers. id_isismtt_at_requestedCertificate
SingleOCSPResponse extension: The certificate requested by the client by inserting the RetrieveIfAllowed extension in the request, will be returned in this extension.static ASN1ObjectIdentifier
ISISMTTObjectIdentifiers. id_isismtt_at_restriction
Some other restriction regarding the usage of this certificate.static ASN1ObjectIdentifier
ISISMTTObjectIdentifiers. id_isismtt_at_retrieveIfAllowed
(Single)Request extension: Clients may include this extension in a (single) Request to request the responder to send the certificate in the response message along with the status information.static ASN1ObjectIdentifier
ISISMTTObjectIdentifiers. id_isismtt_cp
1.3.36.8.1static ASN1ObjectIdentifier
ISISMTTObjectIdentifiers. id_isismtt_cp_accredited
The id-isismtt-cp-accredited OID indicates that the certificate is a qualified certificate according to Directive 1999/93/EC of the European Parliament and of the Council of 13 December 1999 on a Community Framework for Electronic Signatures, which additionally conforms the special requirements of the SigG and has been issued by an accredited CA. -
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.isismtt.x509
Fields in org.bouncycastle.asn1.isismtt.x509 declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifier
NamingAuthority. id_isismtt_at_namingAuthorities_RechtWirtschaftSteuern
Profession OIDs should always be defined under the OID branch of the responsible naming authority.static ASN1ObjectIdentifier
ProfessionInfo. Notar
Notarstatic ASN1ObjectIdentifier
ProfessionInfo. Notariatsverwalter
Notariatsverwalterstatic ASN1ObjectIdentifier
ProfessionInfo. Notariatsverwalterin
Notariatsverwalterinstatic ASN1ObjectIdentifier
ProfessionInfo. Notarin
Notarinstatic ASN1ObjectIdentifier
ProfessionInfo. Notarvertreter
Notarvertreterstatic ASN1ObjectIdentifier
ProfessionInfo. Notarvertreterin
Notarvertreterinstatic ASN1ObjectIdentifier
ProfessionInfo. Patentanwalt
Patentanwaltstatic ASN1ObjectIdentifier
ProfessionInfo. Patentanwltin
Patentanw?ltinstatic ASN1ObjectIdentifier
ProfessionInfo. Rechtsanwalt
Rechtsanwaltstatic ASN1ObjectIdentifier
ProfessionInfo. Rechtsanwltin
Rechtsanw?ltinstatic ASN1ObjectIdentifier
ProfessionInfo. Rechtsbeistand
Rechtsbeistandstatic ASN1ObjectIdentifier
ProfessionInfo. Steuerberater
Steuerberaterstatic ASN1ObjectIdentifier
ProfessionInfo. Steuerberaterin
Steuerberaterinstatic ASN1ObjectIdentifier
ProfessionInfo. Steuerbevollmchtigte
Steuerbevollm?chtigtestatic ASN1ObjectIdentifier
ProfessionInfo. Steuerbevollmchtigter
Steuerbevollm?chtigterstatic ASN1ObjectIdentifier
ProfessionInfo. VereidigteBuchprferin
Vereidigte Buchpr?ferinstatic ASN1ObjectIdentifier
ProfessionInfo. VereidigterBuchprfer
Vereidigter Buchpr?ferstatic ASN1ObjectIdentifier
ProfessionInfo. Wirtschaftsprfer
Wirtschaftspr?ferstatic ASN1ObjectIdentifier
ProfessionInfo. Wirtschaftsprferin
Wirtschaftspr?ferinMethods in org.bouncycastle.asn1.isismtt.x509 that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifier
NamingAuthority. 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 ASN1ObjectIdentifier
ISOIECObjectIdentifiers. hash_algorithms
static ASN1ObjectIdentifier
ISOIECObjectIdentifiers. id_ac_generic_hybrid
static ASN1ObjectIdentifier
ISOIECObjectIdentifiers. id_kem_rsa
id-kem-rsa OID ::= { is18033-2 key-encapsulation-mechanism(2) rsa(4) }static ASN1ObjectIdentifier
ISOIECObjectIdentifiers. is18033_2
-- ISO/IEC 18033-2 arc is18033-2 OID ::= { iso(1) standard(0) is18033(18033) part2(2) }static ASN1ObjectIdentifier
ISOIECObjectIdentifiers. iso_encryption_algorithms
static ASN1ObjectIdentifier
ISOIECObjectIdentifiers. ripemd128
static ASN1ObjectIdentifier
ISOIECObjectIdentifiers. ripemd160
static ASN1ObjectIdentifier
ISOIECObjectIdentifiers. whirlpool
-
Uses of ASN1ObjectIdentifier in org.bouncycastle.asn1.kisa
Fields in org.bouncycastle.asn1.kisa declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifier
KISAObjectIdentifiers. id_mod_cms_seed
RFC 4010: SeedEncryptionAlgorithmInCMS; OID 1.2.840.113549.1.9.16.0.24static ASN1ObjectIdentifier
KISAObjectIdentifiers. id_npki_app_cmsSeed_wrap
RFC 4010: id-npki-app-cmsSeed-wrap; OID 1.2.410.200004.7.1.1.1static ASN1ObjectIdentifier
KISAObjectIdentifiers. id_seedCBC
RFC 4010, 4269: id-seedCBC; OID 1.2.410.200004.1.4static ASN1ObjectIdentifier
KISAObjectIdentifiers. id_seedMAC
RFC 4269: id-seedMAC; OID 1.2.410.200004.1.7static ASN1ObjectIdentifier
KISAObjectIdentifiers. pbeWithSHA1AndSEED_CBC
RFC 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 ASN1ObjectIdentifier
MicrosoftObjectIdentifiers. microsoft
Base OID: 1.3.6.1.4.1.311static ASN1ObjectIdentifier
MicrosoftObjectIdentifiers. microsoftAppPolicies
OID: 1.3.6.1.4.1.311.21.10static ASN1ObjectIdentifier
MicrosoftObjectIdentifiers. microsoftCaVersion
OID: 1.3.6.1.4.1.311.21.1static ASN1ObjectIdentifier
MicrosoftObjectIdentifiers. microsoftCertTemplateV1
OID: 1.3.6.1.4.1.311.20.2static ASN1ObjectIdentifier
MicrosoftObjectIdentifiers. microsoftCertTemplateV2
OID: 1.3.6.1.4.1.311.21.7static ASN1ObjectIdentifier
MicrosoftObjectIdentifiers. microsoftCrlNextPublish
OID: 1.3.6.1.4.1.311.21.4static ASN1ObjectIdentifier
MicrosoftObjectIdentifiers. microsoftPrevCaCertHash
OID: 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 ASN1ObjectIdentifier
MiscObjectIdentifiers. as_sys_sec_alg_ideaCBC
static ASN1ObjectIdentifier
MiscObjectIdentifiers. blake2
static ASN1ObjectIdentifier
MiscObjectIdentifiers. cast5CBC
cast5CBC OBJECT IDENTIFIER ::= {iso(1) member-body(2) us(840) nt(113533) nsn(7) algorithms(66) 10} SEE RFC 2984static ASN1ObjectIdentifier
MiscObjectIdentifiers. cryptlib
static ASN1ObjectIdentifier
MiscObjectIdentifiers. cryptlib_algorithm
static ASN1ObjectIdentifier
MiscObjectIdentifiers. cryptlib_algorithm_blowfish_CBC
static ASN1ObjectIdentifier
MiscObjectIdentifiers. cryptlib_algorithm_blowfish_CFB
static ASN1ObjectIdentifier
MiscObjectIdentifiers. cryptlib_algorithm_blowfish_ECB
static ASN1ObjectIdentifier
MiscObjectIdentifiers. cryptlib_algorithm_blowfish_OFB
static ASN1ObjectIdentifier
MiscObjectIdentifiers. entrust
NortelNetworks Entrust OID base: 1.2.840.113533.7static ASN1ObjectIdentifier
MiscObjectIdentifiers. entrustVersionExtension
NortelNetworks Entrust VersionExtension OID: 1.2.840.113533.7.65.0static ASN1ObjectIdentifier
MiscObjectIdentifiers. id_blake2b160
static ASN1ObjectIdentifier
MiscObjectIdentifiers. id_blake2b256
static ASN1ObjectIdentifier
MiscObjectIdentifiers. id_blake2b384
static ASN1ObjectIdentifier
MiscObjectIdentifiers. id_blake2b512
static ASN1ObjectIdentifier
MiscObjectIdentifiers. id_blake2s128
static ASN1ObjectIdentifier
MiscObjectIdentifiers. id_blake2s160
static ASN1ObjectIdentifier
MiscObjectIdentifiers. id_blake2s224
static ASN1ObjectIdentifier
MiscObjectIdentifiers. id_blake2s256
static ASN1ObjectIdentifier
MiscObjectIdentifiers. id_scrypt
static ASN1ObjectIdentifier
MiscObjectIdentifiers. netscape
Netscape cert extensions OID base: 2.16.840.1.113730.1static ASN1ObjectIdentifier
MiscObjectIdentifiers. netscapeBaseURL
Netscape cert BaseURL OID: 2.16.840.1.113730.1.2static ASN1ObjectIdentifier
MiscObjectIdentifiers. netscapeCApolicyURL
Netscape cert CApolicyURL OID: 2.16.840.1.113730.1.8static ASN1ObjectIdentifier
MiscObjectIdentifiers. netscapeCARevocationURL
Netscape cert CARevocationURL OID: 2.16.840.1.113730.1.4static ASN1ObjectIdentifier
MiscObjectIdentifiers. netscapeCertComment
Netscape cert CertComment OID: 2.16.840.1.113730.1.13static ASN1ObjectIdentifier
MiscObjectIdentifiers. netscapeCertType
Netscape cert CertType OID: 2.16.840.1.113730.1.1static ASN1ObjectIdentifier
MiscObjectIdentifiers. netscapeRenewalURL
Netscape cert RenewalURL OID: 2.16.840.1.113730.1.7static ASN1ObjectIdentifier
MiscObjectIdentifiers. netscapeRevocationURL
Netscape cert RevocationURL OID: 2.16.840.1.113730.1.3static ASN1ObjectIdentifier
MiscObjectIdentifiers. netscapeSSLServerName
Netscape cert SSLServerName OID: 2.16.840.1.113730.1.12static ASN1ObjectIdentifier
MiscObjectIdentifiers. novell
Novell OID base: 2.16.840.1.113719static ASN1ObjectIdentifier
MiscObjectIdentifiers. novellSecurityAttribs
Novell SecurityAttribs OID: 2.16.840.1.113719.1.9.4.1static ASN1ObjectIdentifier
MiscObjectIdentifiers. verisign
Verisign OID base: 2.16.840.1.113733.1static ASN1ObjectIdentifier
MiscObjectIdentifiers. verisignBitString_6_13
static ASN1ObjectIdentifier
MiscObjectIdentifiers. verisignCzagExtension
Verisign CZAG (Country,Zip,Age,Gender) Extension OID: 2.16.840.1.113733.1.6.3static ASN1ObjectIdentifier
MiscObjectIdentifiers. verisignDnbDunsNumber
Verisign D&B D-U-N-S number Extension OID: 2.16.840.1.113733.1.6.15static ASN1ObjectIdentifier
MiscObjectIdentifiers. verisignIssStrongCrypto
static ASN1ObjectIdentifier
MiscObjectIdentifiers. verisignOnSiteJurisdictionHash
static ASN1ObjectIdentifier
MiscObjectIdentifiers. 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 ASN1ObjectIdentifier
NISTObjectIdentifiers. aes
2.16.840.1.101.3.4.1static ASN1ObjectIdentifier
NISTObjectIdentifiers. dsa_with_sha224
2.16.840.1.101.3.4.3.1static ASN1ObjectIdentifier
NISTObjectIdentifiers. dsa_with_sha256
2.16.840.1.101.3.4.3.2static ASN1ObjectIdentifier
NISTObjectIdentifiers. dsa_with_sha384
2.16.840.1.101.3.4.3.3static ASN1ObjectIdentifier
NISTObjectIdentifiers. dsa_with_sha512
2.16.840.1.101.3.4.3.4static ASN1ObjectIdentifier
NISTObjectIdentifiers. hashAlgs
2.16.840.1.101.3.4.2static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes128_CBC
2.16.840.1.101.3.4.1.2static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes128_CCM
2.16.840.1.101.3.4.1.7static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes128_CFB
2.16.840.1.101.3.4.1.4static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes128_ECB
2.16.840.1.101.3.4.1.1static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes128_GCM
2.16.840.1.101.3.4.1.6static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes128_OFB
2.16.840.1.101.3.4.1.3static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes128_wrap
2.16.840.1.101.3.4.1.5static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes128_wrap_pad
2.16.840.1.101.3.4.1.28static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes192_CBC
2.16.840.1.101.3.4.1.22static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes192_CCM
2.16.840.1.101.3.4.1.27static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes192_CFB
2.16.840.1.101.3.4.1.24static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes192_ECB
2.16.840.1.101.3.4.1.21static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes192_GCM
2.16.840.1.101.3.4.1.26static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes192_OFB
2.16.840.1.101.3.4.1.23static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes192_wrap
2.16.840.1.101.3.4.1.25static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes192_wrap_pad
2.16.840.1.101.3.4.1.28static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes256_CBC
2.16.840.1.101.3.4.1.42static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes256_CCM
2.16.840.1.101.3.4.1.47static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes256_CFB
2.16.840.1.101.3.4.1.44static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes256_ECB
2.16.840.1.101.3.4.1.41static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes256_GCM
2.16.840.1.101.3.4.1.46static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes256_OFB
2.16.840.1.101.3.4.1.43static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes256_wrap
2.16.840.1.101.3.4.1.45static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_aes256_wrap_pad
2.16.840.1.101.3.4.1.48static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_dsa_with_sha2
static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_dsa_with_sha3_224
2.16.840.1.101.3.4.3.5static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_dsa_with_sha3_256
2.16.840.1.101.3.4.3.6static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_dsa_with_sha3_384
2.16.840.1.101.3.4.3.7static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_dsa_with_sha3_512
2.16.840.1.101.3.4.3.8static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_ecdsa_with_sha3_224
2.16.840.1.101.3.4.3.9static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_ecdsa_with_sha3_256
2.16.840.1.101.3.4.3.10static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_ecdsa_with_sha3_384
2.16.840.1.101.3.4.3.11static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_ecdsa_with_sha3_512
2.16.840.1.101.3.4.3.12static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_hmacWithSHA3_224
2.16.840.1.101.3.4.2.13static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_hmacWithSHA3_256
2.16.840.1.101.3.4.2.14static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_hmacWithSHA3_384
2.16.840.1.101.3.4.2.15static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_hmacWithSHA3_512
2.16.840.1.101.3.4.2.16static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_rsassa_pkcs1_v1_5_with_sha3_224
2.16.840.1.101.3.4.3.9static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_rsassa_pkcs1_v1_5_with_sha3_256
2.16.840.1.101.3.4.3.10static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_rsassa_pkcs1_v1_5_with_sha3_384
2.16.840.1.101.3.4.3.11static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_rsassa_pkcs1_v1_5_with_sha3_512
2.16.840.1.101.3.4.3.12static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_sha224
2.16.840.1.101.3.4.2.4static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_sha256
2.16.840.1.101.3.4.2.1static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_sha3_224
2.16.840.1.101.3.4.2.7static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_sha3_256
2.16.840.1.101.3.4.2.8static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_sha3_384
2.16.840.1.101.3.4.2.9static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_sha3_512
2.16.840.1.101.3.4.2.10static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_sha384
2.16.840.1.101.3.4.2.2static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_sha512
2.16.840.1.101.3.4.2.3static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_sha512_224
2.16.840.1.101.3.4.2.5static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_sha512_256
2.16.840.1.101.3.4.2.6static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_shake128
2.16.840.1.101.3.4.2.11static ASN1ObjectIdentifier
NISTObjectIdentifiers. id_shake256
2.16.840.1.101.3.4.2.12static ASN1ObjectIdentifier
NISTObjectIdentifiers. nistAlgorithm
2.16.840.1.101.3.4 -- algorithmsstatic ASN1ObjectIdentifier
NISTObjectIdentifiers. sigAlgs
2.16.840.1.101.3.4.3Methods in org.bouncycastle.asn1.nist that return ASN1ObjectIdentifier Modifier and Type Method Description static ASN1ObjectIdentifier
NISTNamedCurves. 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 X9ECParameters
NISTNamedCurves. getByOID(ASN1ObjectIdentifier oid)
return the X9ECParameters object for the named curve represented by the passed in object identifier.static java.lang.String
NISTNamedCurves. 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 ASN1ObjectIdentifier
NTTObjectIdentifiers. id_camellia128_cbc
id-camellia128-cbc; OID 1.2.392.200011.61.1.1.1.2static ASN1ObjectIdentifier
NTTObjectIdentifiers. id_camellia128_wrap
id-camellia128-wrap; OID 1.2.392.200011.61.1.1.3.2static ASN1ObjectIdentifier
NTTObjectIdentifiers. id_camellia192_cbc
id-camellia192-cbc; OID 1.2.392.200011.61.1.1.1.3static ASN1ObjectIdentifier
NTTObjectIdentifiers. id_camellia192_wrap
id-camellia192-wrap; OID 1.2.392.200011.61.1.1.3.3static ASN1ObjectIdentifier
NTTObjectIdentifiers. id_camellia256_cbc
id-camellia256-cbc; OID 1.2.392.200011.61.1.1.1.4static ASN1ObjectIdentifier
NTTObjectIdentifiers. id_camellia256_wrap
id-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 ASN1ObjectIdentifier
OCSPObjectIdentifiers. id_pkix_ocsp
OID: 1.3.6.1.5.5.7.48.1static ASN1ObjectIdentifier
OCSPObjectIdentifiers. id_pkix_ocsp_archive_cutoff
OID: 1.3.6.1.5.5.7.48.1.6static ASN1ObjectIdentifier
OCSPObjectIdentifiers. id_pkix_ocsp_basic
OID: 1.3.6.1.5.5.7.48.1.1static ASN1ObjectIdentifier
OCSPObjectIdentifiers. id_pkix_ocsp_crl
OID: 1.3.6.1.5.5.7.48.1.3static ASN1ObjectIdentifier
OCSPObjectIdentifiers. id_pkix_ocsp_extended_revoke
static ASN1ObjectIdentifier
OCSPObjectIdentifiers. id_pkix_ocsp_nocheck
OID: 1.3.6.1.5.5.7.48.1.5static ASN1ObjectIdentifier
OCSPObjectIdentifiers. id_pkix_ocsp_nonce
OID: 1.3.6.1.5.5.7.48.1.2static ASN1ObjectIdentifier
OCSPObjectIdentifiers. id_pkix_ocsp_pref_sig_algs
static ASN1ObjectIdentifier
OCSPObjectIdentifiers. id_pkix_ocsp_response
OID: 1.3.6.1.5.5.7.48.1.4static ASN1ObjectIdentifier
OCSPObjectIdentifiers. id_pkix_ocsp_service_locator
OID: 1.3.6.1.5.5.7.48.1.7Methods in org.bouncycastle.asn1.ocsp that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifier
ResponseBytes. 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 ASN1ObjectIdentifier
OIWObjectIdentifiers. desCBC
OID: 1.3.14.3.2.7static ASN1ObjectIdentifier
OIWObjectIdentifiers. desCFB
OID: 1.3.14.3.2.9static ASN1ObjectIdentifier
OIWObjectIdentifiers. desECB
OID: 1.3.14.3.2.6static ASN1ObjectIdentifier
OIWObjectIdentifiers. desEDE
OID: 1.3.14.3.2.17static ASN1ObjectIdentifier
OIWObjectIdentifiers. desOFB
OID: 1.3.14.3.2.8static ASN1ObjectIdentifier
OIWObjectIdentifiers. dsaWithSHA1
OID: 1.3.14.3.2.27static ASN1ObjectIdentifier
OIWObjectIdentifiers. elGamalAlgorithm
ElGamal Algorithm OBJECT IDENTIFIER ::= {iso(1) identified-organization(3) oiw(14) dirservsig(7) algorithm(2) encryption(1) 1 }static ASN1ObjectIdentifier
OIWObjectIdentifiers. idSHA1
OID: 1.3.14.3.2.26static ASN1ObjectIdentifier
OIWObjectIdentifiers. md4WithRSA
OID: 1.3.14.3.2.2static ASN1ObjectIdentifier
OIWObjectIdentifiers. md4WithRSAEncryption
OID: 1.3.14.3.2.4static ASN1ObjectIdentifier
OIWObjectIdentifiers. md5WithRSA
OID: 1.3.14.3.2.3static ASN1ObjectIdentifier
OIWObjectIdentifiers. sha1WithRSA
OID: 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 ASN1ObjectIdentifier
PKCSObjectIdentifiers. bagtypes
PKCS#12: 1.2.840.113549.1.12.10.1static ASN1ObjectIdentifier
PKCSObjectIdentifiers. canNotDecryptAny
PKCS#9: 1.2.840.113549.1.9.15.2 -- smime capabilitystatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. certBag
PKCS#12: 1.2.840.113549.1.12.10.1.3static ASN1ObjectIdentifier
PKCSObjectIdentifiers. certTypes
PKCS#9: 1.2.840.113549.1.9.22static ASN1ObjectIdentifier
PKCSObjectIdentifiers. crlBag
PKCS#12: 1.2.840.113549.1.12.10.1.4static ASN1ObjectIdentifier
PKCSObjectIdentifiers. crlTypes
PKCS#9: 1.2.840.113549.1.9.23static ASN1ObjectIdentifier
PKCSObjectIdentifiers. data
PKCS#7: 1.2.840.113549.1.7.1static ASN1ObjectIdentifier
PKCSObjectIdentifiers. des_EDE3_CBC
1.2.840.113549.3.7static ASN1ObjectIdentifier
PKCSObjectIdentifiers. dhKeyAgreement
PKCS#3: 1.2.840.113549.1.3.1static ASN1ObjectIdentifier
PKCSObjectIdentifiers. digestAlgorithm
1.2.840.113549.2static ASN1ObjectIdentifier
PKCSObjectIdentifiers. digestedData
PKCS#7: 1.2.840.113549.1.7.5static ASN1ObjectIdentifier
PKCSObjectIdentifiers. encryptedData
PKCS#7: 1.2.840.113549.1.7.76static ASN1ObjectIdentifier
PKCSObjectIdentifiers. encryptionAlgorithm
1.2.840.113549.3static ASN1ObjectIdentifier
PKCSObjectIdentifiers. envelopedData
PKCS#7: 1.2.840.113549.1.7.3static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa
PKCS#9: 1.2.840.113549.1.9.16.6.2 - smime attributesstatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_asymmDecryptKeyID
PKCS#9: 1.2.840.113549.1.9.16.2.54 RFC7030static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_cmsAlgorithmProtect
RFC 6211 - id-aa-cmsAlgorithmProtect OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9) 52 }static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_commitmentType
Deprecated.use id_aa_ets_commitmentType insteadstatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_communityIdentifiers
PKCS#9: 1.2.840.113549.1.9.16.2.40 RFC7030static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_contentHint
PKCS#9: 1.2.840.113549.1.9.16.6.2.4 - See RFC 2634static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_contentIdentifier
PKCS#9: 1.2.840.113549.1.9.16.6.2.7 - See RFC 2634static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_contentReference
PKCS#9: 1.2.840.113549.1.9.16.6.2.10static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_decryptKeyID
PKCS#9: 1.2.840.113549.1.9.16.6.2.37 - RFC 4108static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_encrypKeyPref
PKCS#9: 1.2.840.113549.1.9.16.6.2.11static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_ets_archiveTimestamp
PKCS#9: 1.2.840.113549.1.9.16.6.2.27 - RFC 3126static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_ets_certCRLTimestamp
PKCS#9: 1.2.840.113549.1.9.16.6.2.26 - RFC 3126static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_ets_certificateRefs
PKCS#9: 1.2.840.113549.1.9.16.6.2.21 - RFC 3126static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_ets_certValues
PKCS#9: 1.2.840.113549.1.9.16.6.2.23 - RFC 3126static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_ets_commitmentType
PKCS#9: 1.2.840.113549.1.9.16.6.2.16 - RFC 3126static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_ets_contentTimestamp
PKCS#9: 1.2.840.113549.1.9.16.6.2.20 - RFC 3126static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_ets_escTimeStamp
PKCS#9: 1.2.840.113549.1.9.16.6.2.25 - RFC 3126static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_ets_otherSigCert
PKCS#9: 1.2.840.113549.1.9.16.6.2.19 - RFC 3126static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_ets_revocationRefs
PKCS#9: 1.2.840.113549.1.9.16.6.2.22 - RFC 3126static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_ets_revocationValues
PKCS#9: 1.2.840.113549.1.9.16.6.2.24 - RFC 3126static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_ets_signerAttr
PKCS#9: 1.2.840.113549.1.9.16.6.2.18 - RFC 3126static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_ets_signerLocation
PKCS#9: 1.2.840.113549.1.9.16.6.2.17 - RFC 3126static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_ets_sigPolicyId
PKCS#9: 1.2.840.113549.1.9.16.6.2.15 - RFC 3126static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_implCompressAlgs
PKCS#9: 1.2.840.113549.1.9.16.2.43 RFC7030static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_implCryptoAlgs
PKCS#9: 1.2.840.113549.1.9.16.6.2.38 - RFC 4108static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_msgSigDigest
PKCS#9: 1.2.840.113549.1.9.16.6.2.5static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_otherSigCert
Deprecated.use id_aa_ets_otherSigCert insteadstatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_receiptRequest
PKCS#9: 1.2.840.113549.1.9.16.6.2.1 -- smime attribute receiptRequeststatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_signatureTimeStampToken
PKCS#9: 1.2.840.113549.1.9.16.6.2.14 - RFC 3126static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_signerLocation
Deprecated.use id_aa_ets_signerLocation insteadstatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_signingCertificate
PKCS#9: 1.2.840.113549.1.9.16.6.2.12static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_signingCertificateV2
PKCS#9: 1.2.840.113549.1.9.16.6.2.47static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_aa_sigPolicyId
Deprecated.use id_aa_ets_sigPolicyId insteadstatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_alg
S/MIME: Algorithm Identifiers ; 1.2.840.113549.1.9.16.3static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_alg_CMS3DESwrap
PKCS#9: 1.2.840.113549.1.9.16.3.6static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_alg_CMSRC2wrap
PKCS#9: 1.2.840.113549.1.9.16.3.7static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_alg_ESDH
PKCS#9: 1.2.840.113549.1.9.16.3.5static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_alg_PWRI_KEK
PKCS#9: 1.2.840.113549.1.9.16.3.9static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_alg_SSDH
PKCS#9: 1.2.840.113549.1.9.16.3.10static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_ct
PKCS#9: 1.2.840.113549.1.9.16.1 -- smime ctstatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_ct_authData
PKCS#9: 1.2.840.113549.1.9.16.1.2 -- smime ct authDatastatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_ct_authEnvelopedData
PKCS#9: 1.2.840.113549.1.9.16.1.23 -- smime ct authEnvelopedDatastatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_ct_compressedData
PKCS#9: 1.2.840.113549.1.9.16.1.9 -- smime ct compressedDatastatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_ct_timestampedData
PKCS#9: 1.2.840.113549.1.9.16.1.31 -- smime ct timestampedDatastatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_ct_TSTInfo
PKCS#9: 1.2.840.113549.1.9.16.1.4 -- smime ct TSTInfostatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_cti
PKCS#9: 1.2.840.113549.1.9.16.6 -- smime ctistatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_cti_ets_proofOfApproval
PKCS#9: 1.2.840.113549.1.9.16.6.5 -- smime cti proofOfApprovalstatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_cti_ets_proofOfCreation
PKCS#9: 1.2.840.113549.1.9.16.6.6 -- smime cti proofOfCreationstatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_cti_ets_proofOfDelivery
PKCS#9: 1.2.840.113549.1.9.16.6.3 -- smime cti proofOfDeliverystatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_cti_ets_proofOfOrigin
PKCS#9: 1.2.840.113549.1.9.16.6.1 -- smime cti proofOfOriginstatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_cti_ets_proofOfReceipt
PKCS#9: 1.2.840.113549.1.9.16.6.2 -- smime cti proofOfReceiptstatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_cti_ets_proofOfSender
PKCS#9: 1.2.840.113549.1.9.16.6.4 -- smime cti proofOfSenderstatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_hmacWithSHA1
1.2.840.113549.2.7static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_hmacWithSHA224
1.2.840.113549.2.8static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_hmacWithSHA256
1.2.840.113549.2.9static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_hmacWithSHA384
1.2.840.113549.2.10static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_hmacWithSHA512
1.2.840.113549.2.11static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_mgf1
PKCS#1: 1.2.840.113549.1.1.8static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_PBES2
PKCS#5: 1.2.840.113549.1.5.13static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_PBKDF2
PKCS#5: 1.2.840.113549.1.5.12static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_pSpecified
PKCS#1: 1.2.840.113549.1.1.9static ASN1ObjectIdentifier
PKCSObjectIdentifiers. 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 ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_RSAES_OAEP
PKCS#1: 1.2.840.113549.1.1.7static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_RSASSA_PSS
PKCS#1: 1.2.840.113549.1.1.10static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_smime
PKCS#9: 1.2.840.113549.1.9.16static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_spq_ets_unotice
SMIME SPQ UNOTICE: 1.2.840.113549.1.9.16.5.2static ASN1ObjectIdentifier
PKCSObjectIdentifiers. id_spq_ets_uri
SMIME SPQ URI: 1.2.840.113549.1.9.16.5.1static ASN1ObjectIdentifier
PKCSObjectIdentifiers. keyBag
PKCS#12: 1.2.840.113549.1.12.10.1.1static ASN1ObjectIdentifier
PKCSObjectIdentifiers. md2
1.2.840.113549.2.2static ASN1ObjectIdentifier
PKCSObjectIdentifiers. md2WithRSAEncryption
PKCS#1: 1.2.840.113549.1.1.2static ASN1ObjectIdentifier
PKCSObjectIdentifiers. md4
1.2.840.113549.2.4static ASN1ObjectIdentifier
PKCSObjectIdentifiers. md4WithRSAEncryption
PKCS#1: 1.2.840.113549.1.1.3static ASN1ObjectIdentifier
PKCSObjectIdentifiers. md5
1.2.840.113549.2.5static ASN1ObjectIdentifier
PKCSObjectIdentifiers. md5WithRSAEncryption
PKCS#1: 1.2.840.113549.1.1.4static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pbeUnknownGost
PKCS#12: 1.2.840.113549.1.12.1.80static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pbeWithMD2AndDES_CBC
PKCS#5: 1.2.840.113549.1.5.1static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pbeWithMD2AndRC2_CBC
PKCS#5: 1.2.840.113549.1.5.4static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pbeWithMD5AndDES_CBC
PKCS#5: 1.2.840.113549.1.5.3static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pbeWithMD5AndRC2_CBC
PKCS#5: 1.2.840.113549.1.5.6static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pbeWithSHA1AndDES_CBC
PKCS#5: 1.2.840.113549.1.5.10static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pbeWithSHA1AndRC2_CBC
PKCS#5: 1.2.840.113549.1.5.11static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pbeWithSHAAnd128BitRC2_CBC
PKCS#12: 1.2.840.113549.1.12.1.5static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pbeWithSHAAnd128BitRC4
PKCS#12: 1.2.840.113549.1.12.1.1static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pbeWithSHAAnd2_KeyTripleDES_CBC
PKCS#12: 1.2.840.113549.1.12.1.4static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pbeWithSHAAnd3_KeyTripleDES_CBC
PKCS#12: 1.2.840.113549.1.12.1.3static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pbeWithSHAAnd40BitRC2_CBC
PKCS#12: 1.2.840.113549.1.12.1.6static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pbeWithSHAAnd40BitRC4
PKCS#12: 1.2.840.113549.1.12.1.2static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_1
PKCS#1: 1.2.840.113549.1.1static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_12
PKCS#12: 1.2.840.113549.1.12static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_12PbeIds
PKCS#12: 1.2.840.113549.1.12.1static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_3
PKCS#3: 1.2.840.113549.1.3static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_5
PKCS#5: 1.2.840.113549.1.5static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_7
pkcs#7: 1.2.840.113549.1.7static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_9
PKCS#9: 1.2.840.113549.1.9static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_9_at_challengePassword
PKCS#9: 1.2.840.113549.1.9.7static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_9_at_contentType
PKCS#9: 1.2.840.113549.1.9.3static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_9_at_counterSignature
PKCS#9: 1.2.840.113549.1.9.6static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_9_at_emailAddress
PKCS#9: 1.2.840.113549.1.9.1static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_9_at_extendedCertificateAttributes
PKCS#9: 1.2.840.113549.1.9.9static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_9_at_extensionRequest
PKCS#9: 1.2.840.113549.1.9.14static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_9_at_friendlyName
PKCS#9: 1.2.840.113549.1.9.20static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_9_at_localKeyId
PKCS#9: 1.2.840.113549.1.9.21static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_9_at_messageDigest
PKCS#9: 1.2.840.113549.1.9.4static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_9_at_signingDescription
PKCS#9: 1.2.840.113549.1.9.13static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_9_at_signingTime
PKCS#9: 1.2.840.113549.1.9.5static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_9_at_smimeCapabilities
PKCS#9: 1.2.840.113549.1.9.15static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_9_at_unstructuredAddress
PKCS#9: 1.2.840.113549.1.9.8static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs_9_at_unstructuredName
PKCS#9: 1.2.840.113549.1.9.2static ASN1ObjectIdentifier
PKCSObjectIdentifiers. pkcs8ShroudedKeyBag
PKCS#12: 1.2.840.113549.1.12.10.1.2static ASN1ObjectIdentifier
PKCSObjectIdentifiers. preferSignedData
PKCS#9: 1.2.840.113549.1.9.15.1 -- smime capabilitystatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. RC2_CBC
1.2.840.113549.3.2static ASN1ObjectIdentifier
PKCSObjectIdentifiers. rc4
1.2.840.113549.3.4static ASN1ObjectIdentifier
PKCSObjectIdentifiers. rsaEncryption
PKCS#1: 1.2.840.113549.1.1.1static ASN1ObjectIdentifier
PKCSObjectIdentifiers. safeContentsBag
PKCS#12: 1.2.840.113549.1.12.10.1.6static ASN1ObjectIdentifier
PKCSObjectIdentifiers. sdsiCertificate
PKCS#9: 1.2.840.113549.1.9.22.2static ASN1ObjectIdentifier
PKCSObjectIdentifiers. secretBag
PKCS#12: 1.2.840.113549.1.12.10.1.5static ASN1ObjectIdentifier
PKCSObjectIdentifiers. sha1WithRSAEncryption
PKCS#1: 1.2.840.113549.1.1.5static ASN1ObjectIdentifier
PKCSObjectIdentifiers. sha224WithRSAEncryption
PKCS#1: 1.2.840.113549.1.1.14static ASN1ObjectIdentifier
PKCSObjectIdentifiers. sha256WithRSAEncryption
PKCS#1: 1.2.840.113549.1.1.11static ASN1ObjectIdentifier
PKCSObjectIdentifiers. sha384WithRSAEncryption
PKCS#1: 1.2.840.113549.1.1.12static ASN1ObjectIdentifier
PKCSObjectIdentifiers. sha512_224WithRSAEncryption
PKCS#1: 1.2.840.113549.1.1.15static ASN1ObjectIdentifier
PKCSObjectIdentifiers. sha512_256WithRSAEncryption
PKCS#1: 1.2.840.113549.1.1.16static ASN1ObjectIdentifier
PKCSObjectIdentifiers. sha512WithRSAEncryption
PKCS#1: 1.2.840.113549.1.1.13static ASN1ObjectIdentifier
PKCSObjectIdentifiers. signedAndEnvelopedData
PKCS#7: 1.2.840.113549.1.7.4static ASN1ObjectIdentifier
PKCSObjectIdentifiers. signedData
PKCS#7: 1.2.840.113549.1.7.2static ASN1ObjectIdentifier
PKCSObjectIdentifiers. sMIMECapabilitiesVersions
PKCS#9: 1.2.840.113549.1.9.15.3 -- smime capabilitystatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. srsaOAEPEncryptionSET
PKCS#1: 1.2.840.113549.1.1.6static ASN1ObjectIdentifier
PKCSObjectIdentifiers. x509Certificate
PKCS#9: 1.2.840.113549.1.9.22.1static ASN1ObjectIdentifier
PKCSObjectIdentifiers. x509certType
Deprecated.use x509Certificate insteadstatic ASN1ObjectIdentifier
PKCSObjectIdentifiers. x509Crl
PKCS#9: 1.2.840.113549.1.9.23.1Methods in org.bouncycastle.asn1.pkcs that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifier
EncryptionScheme. getAlgorithm()
ASN1ObjectIdentifier
KeyDerivationFunc. getAlgorithm()
ASN1ObjectIdentifier
Attribute. getAttrType()
ASN1ObjectIdentifier
SafeBag. getBagId()
ASN1ObjectIdentifier
CertBag. getCertId()
ASN1ObjectIdentifier
ContentInfo. getContentType()
ASN1ObjectIdentifier
EncryptedData. getContentType()
ASN1ObjectIdentifier
CRLBag. 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 ASN1ObjectIdentifier
SECObjectIdentifiers. dhSinglePass_cofactorDH_sha224kdf_scheme
static ASN1ObjectIdentifier
SECObjectIdentifiers. dhSinglePass_cofactorDH_sha256kdf_scheme
static ASN1ObjectIdentifier
SECObjectIdentifiers. dhSinglePass_cofactorDH_sha384kdf_scheme
static ASN1ObjectIdentifier
SECObjectIdentifiers. dhSinglePass_cofactorDH_sha512kdf_scheme
static ASN1ObjectIdentifier
SECObjectIdentifiers. dhSinglePass_stdDH_sha224kdf_scheme
static ASN1ObjectIdentifier
SECObjectIdentifiers. dhSinglePass_stdDH_sha256kdf_scheme
static ASN1ObjectIdentifier
SECObjectIdentifiers. dhSinglePass_stdDH_sha384kdf_scheme
static ASN1ObjectIdentifier
SECObjectIdentifiers. dhSinglePass_stdDH_sha512kdf_scheme
static ASN1ObjectIdentifier
SECObjectIdentifiers. ellipticCurve
Base OID: 1.3.132.0static ASN1ObjectIdentifier
SECObjectIdentifiers. mqvFull_sha224kdf_scheme
static ASN1ObjectIdentifier
SECObjectIdentifiers. mqvFull_sha256kdf_scheme
static ASN1ObjectIdentifier
SECObjectIdentifiers. mqvFull_sha384kdf_scheme
static ASN1ObjectIdentifier
SECObjectIdentifiers. mqvFull_sha512kdf_scheme
static ASN1ObjectIdentifier
SECObjectIdentifiers. mqvSinglePass_sha224kdf_scheme
static ASN1ObjectIdentifier
SECObjectIdentifiers. mqvSinglePass_sha256kdf_scheme
static ASN1ObjectIdentifier
SECObjectIdentifiers. mqvSinglePass_sha384kdf_scheme
static ASN1ObjectIdentifier
SECObjectIdentifiers. mqvSinglePass_sha512kdf_scheme
static ASN1ObjectIdentifier
SECObjectIdentifiers. secg_scheme
static ASN1ObjectIdentifier
SECObjectIdentifiers. secp112r1
secp112r1 OID: 1.3.132.0.6static ASN1ObjectIdentifier
SECObjectIdentifiers. secp112r2
secp112r2 OID: 1.3.132.0.7static ASN1ObjectIdentifier
SECObjectIdentifiers. secp128r1
secp128r1 OID: 1.3.132.0.28static ASN1ObjectIdentifier
SECObjectIdentifiers. secp128r2
secp128r2 OID: 1.3.132.0.29static ASN1ObjectIdentifier
SECObjectIdentifiers. secp160k1
secp160k1 OID: 1.3.132.0.9static ASN1ObjectIdentifier
SECObjectIdentifiers. secp160r1
secp160r1 OID: 1.3.132.0.8static ASN1ObjectIdentifier
SECObjectIdentifiers. secp160r2
secp160r2 OID: 1.3.132.0.30static ASN1ObjectIdentifier
SECObjectIdentifiers. secp192k1
secp192k1 OID: 1.3.132.0.31static ASN1ObjectIdentifier
SECObjectIdentifiers. secp192r1
secp192r1 OID: 1.3.132.0.prime192v1static ASN1ObjectIdentifier
SECObjectIdentifiers. secp224k1
secp224k1 OID: 1.3.132.0.32static ASN1ObjectIdentifier
SECObjectIdentifiers. secp224r1
secp224r1 OID: 1.3.132.0.33static ASN1ObjectIdentifier
SECObjectIdentifiers. secp256k1
secp256k1 OID: 1.3.132.0.10static ASN1ObjectIdentifier
SECObjectIdentifiers. secp256r1
secp256r1 OID: 1.3.132.0.prime256v1static ASN1ObjectIdentifier
SECObjectIdentifiers. secp384r1
secp384r1 OID: 1.3.132.0.34static ASN1ObjectIdentifier
SECObjectIdentifiers. secp521r1
secp521r1 OID: 1.3.132.0.35static ASN1ObjectIdentifier
SECObjectIdentifiers. sect113r1
sect113r1 OID: 1.3.132.0.4static ASN1ObjectIdentifier
SECObjectIdentifiers. sect113r2
sect113r2 OID: 1.3.132.0.5static ASN1ObjectIdentifier
SECObjectIdentifiers. sect131r1
sect131r1 OID: 1.3.132.0.22static ASN1ObjectIdentifier
SECObjectIdentifiers. sect131r2
sect131r2 OID: 1.3.132.0.23static ASN1ObjectIdentifier
SECObjectIdentifiers. sect163k1
sect163k1 OID: 1.3.132.0.1static ASN1ObjectIdentifier
SECObjectIdentifiers. sect163r1
sect163r1 OID: 1.3.132.0.2static ASN1ObjectIdentifier
SECObjectIdentifiers. sect163r2
sect163r2 OID: 1.3.132.0.15static ASN1ObjectIdentifier
SECObjectIdentifiers. sect193r1
sect193r1 OID: 1.3.132.0.24static ASN1ObjectIdentifier
SECObjectIdentifiers. sect193r2
sect193r2 OID: 1.3.132.0.25static ASN1ObjectIdentifier
SECObjectIdentifiers. sect233k1
sect233k1 OID: 1.3.132.0.26static ASN1ObjectIdentifier
SECObjectIdentifiers. sect233r1
sect233r1 OID: 1.3.132.0.27static ASN1ObjectIdentifier
SECObjectIdentifiers. sect239k1
sect239k1 OID: 1.3.132.0.3static ASN1ObjectIdentifier
SECObjectIdentifiers. sect283k1
sect283k1 OID: 1.3.132.0.16static ASN1ObjectIdentifier
SECObjectIdentifiers. sect283r1
sect283r1 OID: 1.3.132.0.17static ASN1ObjectIdentifier
SECObjectIdentifiers. sect409k1
sect409k1 OID: 1.3.132.0.36static ASN1ObjectIdentifier
SECObjectIdentifiers. sect409r1
sect409r1 OID: 1.3.132.0.37static ASN1ObjectIdentifier
SECObjectIdentifiers. sect571k1
sect571k1 OID: 1.3.132.0.38static ASN1ObjectIdentifier
SECObjectIdentifiers. sect571r1
sect571r1 OID: 1.3.132.0.39Methods in org.bouncycastle.asn1.sec that return ASN1ObjectIdentifier Modifier and Type Method Description static ASN1ObjectIdentifier
SECNamedCurves. 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 X9ECParameters
SECNamedCurves. getByOID(ASN1ObjectIdentifier oid)
return the X9ECParameters object for the named curve represented by the passed in object identifier.static java.lang.String
SECNamedCurves. 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 ASN1ObjectIdentifier
SMIMECapability. getCapabilityID()
Methods in org.bouncycastle.asn1.smime with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description void
SMIMECapabilityVector. addCapability(ASN1ObjectIdentifier capability)
void
SMIMECapabilityVector. addCapability(ASN1ObjectIdentifier capability, int value)
void
SMIMECapabilityVector. addCapability(ASN1ObjectIdentifier capability, ASN1Encodable params)
java.util.Vector
SMIMECapabilities. 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 ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. brainpoolP160r1
1.3.36.3.3.2.8.1.1.1static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. brainpoolP160t1
1.3.36.3.3.2.8.1.1.2static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. brainpoolP192r1
1.3.36.3.3.2.8.1.1.3static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. brainpoolP192t1
1.3.36.3.3.2.8.1.1.4static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. brainpoolP224r1
1.3.36.3.3.2.8.1.1.5static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. brainpoolP224t1
1.3.36.3.3.2.8.1.1.6static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. brainpoolP256r1
1.3.36.3.3.2.8.1.1.7static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. brainpoolP256t1
1.3.36.3.3.2.8.1.1.8static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. brainpoolP320r1
1.3.36.3.3.2.8.1.1.9static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. brainpoolP320t1
1.3.36.3.3.2.8.1.1.10static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. brainpoolP384r1
1.3.36.3.3.2.8.1.1.11static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. brainpoolP384t1
1.3.36.3.3.2.8.1.1.12static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. brainpoolP512r1
1.3.36.3.3.2.8.1.1.13static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. brainpoolP512t1
1.3.36.3.3.2.8.1.1.14static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. ecc_brainpool
1.3.36.3.3.2.8static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. ecSign
1.3.36.3.3.2static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. ecSignWithRipemd160
1.3.36.3.3.2.2static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. ecSignWithSha1
1.3.36.3.3.2,1static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. ellipticCurve
1.3.36.3.3.2.8.1static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. ripemd128
1.3.36.3.2.2static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. ripemd160
1.3.36.3.2.1static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. ripemd256
1.3.36.3.2.3static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. rsaSignatureWithripemd128
1.3.36.3.3.1.3static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. rsaSignatureWithripemd160
1.3.36.3.3.1.2static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. rsaSignatureWithripemd256
1.3.36.3.3.1.4static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. teleTrusTAlgorithm
1.3.36.3static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. teleTrusTRSAsignatureAlgorithm
1.3.36.3.3.1static ASN1ObjectIdentifier
TeleTrusTObjectIdentifiers. versionOne
1.3.36.3.3.2.8.1.1Methods in org.bouncycastle.asn1.teletrust that return ASN1ObjectIdentifier Modifier and Type Method Description static ASN1ObjectIdentifier
TeleTrusTNamedCurves. getOID(short curvesize, boolean twisted)
static ASN1ObjectIdentifier
TeleTrusTNamedCurves. 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 X9ECParameters
TeleTrusTNamedCurves. getByOID(ASN1ObjectIdentifier oid)
return the X9ECParameters object for the named curve represented by the passed in object identifier.static java.lang.String
TeleTrusTNamedCurves. 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 ASN1ObjectIdentifier
TSTInfo. getPolicy()
ASN1ObjectIdentifier
TimeStampReq. 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 ASN1ObjectIdentifier
UAObjectIdentifiers. dstu4145be
DSTU4145 Big Endian presentation.static ASN1ObjectIdentifier
UAObjectIdentifiers. dstu4145le
DSTU4145 Little Endian presentation.static ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7564digest_256
DSTU7564 256-bit digest presentation.static ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7564digest_384
DSTU7564 384-bit digest presentation.static ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7564digest_512
DSTU7564 512-bit digest presentation.static ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7564mac_256
DSTU7564 256-bit mac presentation.static ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7564mac_384
DSTU7564 384-bit mac presentation.static ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7564mac_512
DSTU7564 512-bit mac presentation.static ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624cbc_128
DSTU7624 in CBC mode with 128 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624cbc_256
DSTU7624 in CBC mode with 256 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624cbc_512
DSTU7624 in CBC mode with 512 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624ccm_128
DSTU7624 in CCM mode with 128 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624ccm_256
DSTU7624 in CCM mode with 256 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624ccm_512
DSTU7624 in CCM mode with 512 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624cfb_128
DSTU7624 in CFB mode with 128 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624cfb_256
DSTU7624 in CFB mode with 256 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624cfb_512
DSTU7624 in CFB mode with 512 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624cmac_128
DSTU7624 in MAC mode with 128 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624cmac_256
DSTU7624 in MAC mode with 256 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624cmac_512
DSTU7624 in MAC mode with 512 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624ctr_128
DSTU7624 in CTR mode with 128 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624ctr_256
DSTU7624 in CTR mode with 256 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624ctr_512
DSTU7624 in CTR mode with 512 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624ecb_128
DSTU7624 in ECB mode with 128 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624ecb_256
DSTU7624 in ECB mode with 256 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624ecb_512
DSTU7624 in ECB mode with 512 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624gmac_128
DSTU7624 in GMAC (GCM witout encryption) mode with 128 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624gmac_256
DSTU7624 in GMAC (GCM witout encryption) mode with 256 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624gmac_512
DSTU7624 in GMAC (GCM witout encryption) mode with 512 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624kw_128
DSTU7624 in key wrap (KW) mode with 128 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624kw_256
DSTU7624 in key wrap (KW) mode with 256 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624kw_512
DSTU7624 in key wrap (KW) mode with 512 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624ofb_128
DSTU7624 in OFB mode with 128 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624ofb_256
DSTU7624 in OFB mode with 256 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624ofb_512
DSTU7624 in OFB mode with 512 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624xts_128
DSTU7624 in XTS mode with 128 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624xts_256
DSTU7624 in XTS mode with 256 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. dstu7624xts_512
DSTU7624 in XTS mode with 512 bit block/key presentationstatic ASN1ObjectIdentifier
UAObjectIdentifiers. UaOid
Base OID: 1.2.804.2.1.1.1Methods in org.bouncycastle.asn1.ua that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifier
DSTU4145Params. 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 ECDomainParameters
DSTU4145NamedCurves. 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 ASN1ObjectIdentifier
X500NameStyle. 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.ASN1ObjectIdentifier
AttributeTypeAndValue. getType()
Methods in org.bouncycastle.asn1.x500 with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description X500NameBuilder
X500NameBuilder. addMultiValuedRDN(ASN1ObjectIdentifier[] oids, java.lang.String[] values)
Add a multi-valued RDN made up of the passed in OIDs and associated string values.X500NameBuilder
X500NameBuilder. addMultiValuedRDN(ASN1ObjectIdentifier[] oids, ASN1Encodable[] values)
Add a multi-valued RDN made up of the passed in OIDs and associated ASN.1 values.X500NameBuilder
X500NameBuilder. addRDN(ASN1ObjectIdentifier oid, java.lang.String value)
Add an RDN based on a single OID and a string representation of its value.X500NameBuilder
X500NameBuilder. 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.String
X500NameStyle. oidToDisplayName(ASN1ObjectIdentifier oid)
Return the display name for toString() associated with the OID.ASN1Encodable
X500NameStyle. 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 ASN1ObjectIdentifier
BCStyle. BUSINESS_CATEGORY
businessCategory - DirectoryString(SIZE(1..128)static ASN1ObjectIdentifier
RFC4519Style. businessCategory
static ASN1ObjectIdentifier
RFC4519Style. c
static ASN1ObjectIdentifier
BCStyle. C
country code - StringType(SIZE(2))static ASN1ObjectIdentifier
RFC4519Style. cn
static ASN1ObjectIdentifier
BCStyle. CN
common name - StringType(SIZE(1..64))static ASN1ObjectIdentifier
BCStyle. COUNTRY_OF_CITIZENSHIP
RFC 3039 CountryOfCitizenship - PrintableString (SIZE (2)) -- ISO 3166 codes onlystatic ASN1ObjectIdentifier
BCStyle. COUNTRY_OF_RESIDENCE
RFC 3039 CountryOfResidence - PrintableString (SIZE (2)) -- ISO 3166 codes onlystatic ASN1ObjectIdentifier
BCStyle. DATE_OF_BIRTH
RFC 3039 DateOfBirth - GeneralizedTime - YYYYMMDD000000Zstatic ASN1ObjectIdentifier
RFC4519Style. dc
static ASN1ObjectIdentifier
BCStyle. DC
static ASN1ObjectIdentifier
RFC4519Style. description
static ASN1ObjectIdentifier
RFC4519Style. destinationIndicator
static ASN1ObjectIdentifier
RFC4519Style. distinguishedName
static ASN1ObjectIdentifier
BCStyle. DMD_NAME
RFC 2256 dmdNamestatic ASN1ObjectIdentifier
BCStyle. DN_QUALIFIER
dnQualifier - DirectoryString(SIZE(1..64)static ASN1ObjectIdentifier
RFC4519Style. dnQualifier
static ASN1ObjectIdentifier
BCStyle. E
email address in Verisign certificatesstatic ASN1ObjectIdentifier
BCStyle. EmailAddress
Email address (RSA PKCS#9 extension) - IA5String.static ASN1ObjectIdentifier
RFC4519Style. enhancedSearchGuide
static ASN1ObjectIdentifier
RFC4519Style. facsimileTelephoneNumber
static ASN1ObjectIdentifier
BCStyle. GENDER
RFC 3039 Gender - PrintableString (SIZE(1)) -- "M", "F", "m" or "f"static ASN1ObjectIdentifier
BCStyle. GENERATION
static ASN1ObjectIdentifier
RFC4519Style. generationQualifier
static ASN1ObjectIdentifier
RFC4519Style. givenName
static ASN1ObjectIdentifier
BCStyle. GIVENNAME
static ASN1ObjectIdentifier
RFC4519Style. houseIdentifier
static ASN1ObjectIdentifier
RFC4519Style. initials
static ASN1ObjectIdentifier
BCStyle. INITIALS
static ASN1ObjectIdentifier
RFC4519Style. internationalISDNNumber
static ASN1ObjectIdentifier
RFC4519Style. l
static ASN1ObjectIdentifier
BCStyle. L
locality name - StringType(SIZE(1..64))static ASN1ObjectIdentifier
RFC4519Style. member
static ASN1ObjectIdentifier
RFC4519Style. name
static ASN1ObjectIdentifier
BCStyle. NAME
id-at-namestatic ASN1ObjectIdentifier
BCStyle. NAME_AT_BIRTH
ISIS-MTT NameAtBirth - DirectoryString(SIZE(1..64)static ASN1ObjectIdentifier
RFC4519Style. o
static ASN1ObjectIdentifier
BCStyle. O
organization - StringType(SIZE(1..64))static ASN1ObjectIdentifier
RFC4519Style. ou
static ASN1ObjectIdentifier
BCStyle. OU
organizational unit name - StringType(SIZE(1..64))static ASN1ObjectIdentifier
RFC4519Style. owner
static ASN1ObjectIdentifier
RFC4519Style. physicalDeliveryOfficeName
static ASN1ObjectIdentifier
BCStyle. PLACE_OF_BIRTH
RFC 3039 PlaceOfBirth - DirectoryString(SIZE(1..128)static ASN1ObjectIdentifier
BCStyle. POSTAL_ADDRESS
RFC 3039 PostalAddress - SEQUENCE SIZE (1..6) OF DirectoryString(SIZE(1..30))static ASN1ObjectIdentifier
BCStyle. POSTAL_CODE
postalCode - DirectoryString(SIZE(1..40)static ASN1ObjectIdentifier
RFC4519Style. postalAddress
static ASN1ObjectIdentifier
RFC4519Style. postalCode
static ASN1ObjectIdentifier
RFC4519Style. postOfficeBox
static ASN1ObjectIdentifier
RFC4519Style. preferredDeliveryMethod
static ASN1ObjectIdentifier
BCStyle. PSEUDONYM
RFC 3039 Pseudonym - DirectoryString(SIZE(1..64)static ASN1ObjectIdentifier
RFC4519Style. registeredAddress
static ASN1ObjectIdentifier
RFC4519Style. roleOccupant
static ASN1ObjectIdentifier
RFC4519Style. searchGuide
static ASN1ObjectIdentifier
RFC4519Style. seeAlso
static ASN1ObjectIdentifier
RFC4519Style. serialNumber
static ASN1ObjectIdentifier
BCStyle. SERIALNUMBER
device serial number name - StringType(SIZE(1..64))static ASN1ObjectIdentifier
RFC4519Style. sn
static ASN1ObjectIdentifier
BCStyle. SN
device serial number name - StringType(SIZE(1..64))static ASN1ObjectIdentifier
RFC4519Style. st
static ASN1ObjectIdentifier
BCStyle. ST
state, or province name - StringType(SIZE(1..64))static ASN1ObjectIdentifier
RFC4519Style. street
static ASN1ObjectIdentifier
BCStyle. STREET
street - StringType(SIZE(1..64))static ASN1ObjectIdentifier
BCStyle. SURNAME
Naming attributes of type X520namestatic ASN1ObjectIdentifier
BCStyle. T
Titlestatic ASN1ObjectIdentifier
BCStyle. TELEPHONE_NUMBER
id-at-telephoneNumberstatic ASN1ObjectIdentifier
RFC4519Style. telephoneNumber
static ASN1ObjectIdentifier
RFC4519Style. teletexTerminalIdentifier
static ASN1ObjectIdentifier
RFC4519Style. telexNumber
static ASN1ObjectIdentifier
RFC4519Style. title
static ASN1ObjectIdentifier
RFC4519Style. uid
static ASN1ObjectIdentifier
BCStyle. UID
LDAP User id.static ASN1ObjectIdentifier
BCStyle. UNIQUE_IDENTIFIER
static ASN1ObjectIdentifier
RFC4519Style. uniqueMember
static ASN1ObjectIdentifier
BCStyle. UnstructuredAddress
static ASN1ObjectIdentifier
BCStyle. UnstructuredName
more from PKCS#9static ASN1ObjectIdentifier
RFC4519Style. userPassword
static ASN1ObjectIdentifier
RFC4519Style. x121Address
static ASN1ObjectIdentifier
RFC4519Style. x500UniqueIdentifier
Methods in org.bouncycastle.asn1.x500.style that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifier
BCStyle. attrNameToOID(java.lang.String attrName)
ASN1ObjectIdentifier
RFC4519Style. attrNameToOID(java.lang.String attrName)
static ASN1ObjectIdentifier
IETFUtils. 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 ASN1Encodable
AbstractX500NameStyle. encodeStringValue(ASN1ObjectIdentifier oid, java.lang.String value)
Encoded every value into a UTF8String.protected ASN1Encodable
BCStyle. encodeStringValue(ASN1ObjectIdentifier oid, java.lang.String value)
protected ASN1Encodable
RFC4519Style. 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.String
BCStyle. oidToDisplayName(ASN1ObjectIdentifier oid)
java.lang.String
RFC4519Style. oidToDisplayName(ASN1ObjectIdentifier oid)
ASN1Encodable
AbstractX500NameStyle. 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 class
PolicyQualifierId
PolicyQualifierId, used in the CertificatePolicies X509V3 extension.Fields in org.bouncycastle.asn1.x509 declared as ASN1ObjectIdentifier Modifier and Type Field Description static ASN1ObjectIdentifier
Extension. auditIdentity
Audit identity extension in attribute certificates.static ASN1ObjectIdentifier
Extension. authorityInfoAccess
Authority Info Accessstatic ASN1ObjectIdentifier
Extension. authorityKeyIdentifier
Authority Key Identifierstatic ASN1ObjectIdentifier
Extension. basicConstraints
Basic Constraintsstatic ASN1ObjectIdentifier
Extension. biometricInfo
BiometricInfostatic ASN1ObjectIdentifier
Extension. certificateIssuer
Certificate Issuerstatic ASN1ObjectIdentifier
Extension. certificatePolicies
Certificate Policiesstatic ASN1ObjectIdentifier
X509ObjectIdentifiers. commonName
Subject RDN components: commonName = 2.5.4.3static ASN1ObjectIdentifier
X509ObjectIdentifiers. countryName
Subject RDN components: countryName = 2.5.4.6static ASN1ObjectIdentifier
X509ObjectIdentifiers. crlAccessMethod
OID for crl uri in AuthorityInformationAccess extensionstatic ASN1ObjectIdentifier
Extension. cRLDistributionPoints
CRL Distribution Pointsstatic ASN1ObjectIdentifier
Extension. cRLNumber
CRL Numberstatic ASN1ObjectIdentifier
Extension. deltaCRLIndicator
Delta CRL indicatorstatic ASN1ObjectIdentifier
Extension. expiredCertsOnCRL
Expired Certificates on CRL extensionstatic ASN1ObjectIdentifier
Extension. extendedKeyUsage
Extended Key Usagestatic ASN1ObjectIdentifier
Extension. freshestCRL
Freshest CRLstatic ASN1ObjectIdentifier
X509AttributeIdentifiers. id_aca
static ASN1ObjectIdentifier
X509AttributeIdentifiers. id_aca_accessIdentity
static ASN1ObjectIdentifier
X509AttributeIdentifiers. id_aca_authenticationInfo
static ASN1ObjectIdentifier
X509AttributeIdentifiers. id_aca_chargingIdentity
static ASN1ObjectIdentifier
X509AttributeIdentifiers. id_aca_encAttrs
static ASN1ObjectIdentifier
X509AttributeIdentifiers. id_aca_group
static ASN1ObjectIdentifier
X509ObjectIdentifiers. id_ad
id-pkix OID: 1.3.6.1.5.5.7.48static ASN1ObjectIdentifier
AccessDescription. id_ad_caIssuers
static ASN1ObjectIdentifier
X509ObjectIdentifiers. id_ad_caIssuers
id-ad-caIssuers OID: 1.3.6.1.5.5.7.48.2static ASN1ObjectIdentifier
AccessDescription. id_ad_ocsp
static ASN1ObjectIdentifier
X509ObjectIdentifiers. id_ad_ocsp
id-ad-ocsp OID: 1.3.6.1.5.5.7.48.1static ASN1ObjectIdentifier
X509AttributeIdentifiers. id_at_clearance
static ASN1ObjectIdentifier
X509ObjectIdentifiers. id_at_name
Subject RDN components: name = 2.5.4.41static ASN1ObjectIdentifier
X509ObjectIdentifiers. id_at_organizationIdentifier
static ASN1ObjectIdentifier
X509AttributeIdentifiers. id_at_role
static ASN1ObjectIdentifier
X509ObjectIdentifiers. id_at_telephoneNumber
Subject RDN components: telephone_number = 2.5.4.20static ASN1ObjectIdentifier
X509ObjectIdentifiers. id_ce
ISO ARC for standard certificate and CRL extensionsstatic ASN1ObjectIdentifier
X509AttributeIdentifiers. id_ce_targetInformation
static ASN1ObjectIdentifier
X509ObjectIdentifiers. id_ea_rsa
OID: 2.5.8.1.1static ASN1ObjectIdentifier
X509ObjectIdentifiers. id_pe
private internet extensions; OID = 1.3.6.1.5.5.7.1static ASN1ObjectIdentifier
X509AttributeIdentifiers. id_pe_aaControls
static ASN1ObjectIdentifier
X509AttributeIdentifiers. id_pe_ac_auditIdentity
static ASN1ObjectIdentifier
X509AttributeIdentifiers. id_pe_ac_proxying
static ASN1ObjectIdentifier
X509ObjectIdentifiers. id_pkix
id-pkix OID: 1.3.6.1.5.5.7static ASN1ObjectIdentifier
X509ObjectIdentifiers. id_SHA1
id-SHA1 OBJECT IDENTIFIER ::= {iso(1) identified-organization(3) oiw(14) secsig(3) algorithms(2) 26 }static ASN1ObjectIdentifier
Extension. inhibitAnyPolicy
Inhibit Any Policystatic ASN1ObjectIdentifier
Extension. instructionCode
Hold Instruction Codestatic ASN1ObjectIdentifier
Extension. invalidityDate
Invalidity Datestatic ASN1ObjectIdentifier
Extension. issuerAlternativeName
Issuer Alternative Namestatic ASN1ObjectIdentifier
Extension. issuingDistributionPoint
Issuing Distribution Pointstatic ASN1ObjectIdentifier
Extension. keyUsage
Key Usagestatic ASN1ObjectIdentifier
X509ObjectIdentifiers. localityName
Subject RDN components: localityName = 2.5.4.7static ASN1ObjectIdentifier
Extension. logoType
Logo Typestatic ASN1ObjectIdentifier
Extension. nameConstraints
Name Constraintsstatic ASN1ObjectIdentifier
Extension. noRevAvail
NoRevAvail extension in attribute certificates.static ASN1ObjectIdentifier
X509ObjectIdentifiers. ocspAccessMethod
OID for ocsp uri in AuthorityInformationAccess extensionstatic ASN1ObjectIdentifier
X509ObjectIdentifiers. organization
Subject RDN components: organization = 2.5.4.10static ASN1ObjectIdentifier
X509ObjectIdentifiers. organizationalUnitName
Subject RDN components: organizationalUnitName = 2.5.4.11static ASN1ObjectIdentifier
Extension. policyConstraints
Policy Constraintsstatic ASN1ObjectIdentifier
Extension. policyMappings
Policy Mappingsstatic ASN1ObjectIdentifier
Extension. privateKeyUsagePeriod
Private Key Usage Periodstatic ASN1ObjectIdentifier
Extension. qCStatements
QCStatementsstatic ASN1ObjectIdentifier
Extension. reasonCode
Reason codestatic ASN1ObjectIdentifier
X509ObjectIdentifiers. ripemd160
ripemd160 OBJECT IDENTIFIER ::= {iso(1) identified-organization(3) TeleTrust(36) algorithm(3) hashAlgorithm(2) RIPEMD-160(1)}static ASN1ObjectIdentifier
X509ObjectIdentifiers. ripemd160WithRSAEncryption
ripemd160WithRSAEncryption OBJECT IDENTIFIER ::= {iso(1) identified-organization(3) TeleTrust(36) algorithm(3) signatureAlgorithm(3) rsaSignature(1) rsaSignatureWithripemd160(2) }static ASN1ObjectIdentifier
X509ObjectIdentifiers. stateOrProvinceName
Subject RDN components: stateOrProvinceName = 2.5.4.8static ASN1ObjectIdentifier
Extension. subjectAlternativeName
Subject Alternative Namestatic ASN1ObjectIdentifier
Extension. subjectDirectoryAttributes
Subject Directory Attributesstatic ASN1ObjectIdentifier
Extension. subjectInfoAccess
Subject Info Accessstatic ASN1ObjectIdentifier
Extension. subjectKeyIdentifier
Subject Key Identifierstatic ASN1ObjectIdentifier
Extension. targetInformation
TargetInformation extension in attribute certificates.Methods in org.bouncycastle.asn1.x509 that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifier
AccessDescription. getAccessMethod()
ASN1ObjectIdentifier
AlgorithmIdentifier. getAlgorithm()
ASN1ObjectIdentifier
Attribute. getAttrType()
ASN1ObjectIdentifier[]
Extensions. getCriticalExtensionOIDs()
ASN1ObjectIdentifier[]
Extensions. getExtensionOIDs()
ASN1ObjectIdentifier
Extension. getExtnId()
ASN1ObjectIdentifier[]
Extensions. getNonCriticalExtensionOIDs()
ASN1ObjectIdentifier
ObjectDigestInfo. getOtherObjectTypeID()
ASN1ObjectIdentifier
PolicyInformation. getPolicyIdentifier()
ASN1ObjectIdentifier
PolicyQualifierInfo. getPolicyQualifierId()
ASN1ObjectIdentifier
OtherName. getTypeID()
ASN1ObjectIdentifier
KeyPurposeId. toOID()
Methods in org.bouncycastle.asn1.x509 with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description void
ExtensionsGenerator. 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.void
ExtensionsGenerator. 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 GeneralNames
GeneralNames. fromExtensions(Extensions extensions, ASN1ObjectIdentifier extOID)
Extension
Extensions. getExtension(ASN1ObjectIdentifier oid)
return the extension represented by the object identifier passed in.ASN1Encodable
Extensions. getExtensionParsedValue(ASN1ObjectIdentifier oid)
return the parsed value of the extension represented by the object identifier passed in.PolicyInformation
CertificatePolicies. 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 newPolicyQualifierInfo
instance. -
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 ASN1ObjectIdentifier
ETSIQCObjectIdentifiers. id_etsi_qcs_LimiteValue
static ASN1ObjectIdentifier
ETSIQCObjectIdentifiers. id_etsi_qcs_QcCompliance
static ASN1ObjectIdentifier
ETSIQCObjectIdentifiers. id_etsi_qcs_QcPds
static ASN1ObjectIdentifier
ETSIQCObjectIdentifiers. id_etsi_qcs_QcSSCD
static ASN1ObjectIdentifier
ETSIQCObjectIdentifiers. id_etsi_qcs_QcType
static ASN1ObjectIdentifier
ETSIQCObjectIdentifiers. id_etsi_qcs_RetentionPeriod
static ASN1ObjectIdentifier
ETSIQCObjectIdentifiers. id_etsi_qct_eseal
static ASN1ObjectIdentifier
ETSIQCObjectIdentifiers. id_etsi_qct_esign
static ASN1ObjectIdentifier
ETSIQCObjectIdentifiers. id_etsi_qct_web
static ASN1ObjectIdentifier
RFC3739QCObjectIdentifiers. id_qcs_pkixQCSyntax_v1
OID: 1.3.6.1.5.5.7.11.1static ASN1ObjectIdentifier
RFC3739QCObjectIdentifiers. id_qcs_pkixQCSyntax_v2
OID: 1.3.6.1.5.5.7.11.2Methods in org.bouncycastle.asn1.x509.qualified that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifier
TypeOfBiometricData. getBiometricDataOid()
ASN1ObjectIdentifier
SemanticsInformation. getSemanticsIdentifier()
ASN1ObjectIdentifier
QCStatement. 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 ASN1ObjectIdentifier
SigIObjectIdentifiers. id_sigi
OID: 1.3.36.8static ASN1ObjectIdentifier
SigIObjectIdentifiers. id_sigi_cp
Certificate policy IDs for German SigI (Signature Interoperability Specification)static ASN1ObjectIdentifier
SigIObjectIdentifiers. id_sigi_cp_sigconform
Certificate is conformant to german signature law.static ASN1ObjectIdentifier
SigIObjectIdentifiers. id_sigi_kp
Key purpose IDs for German SigI (Signature Interoperability Specification)static ASN1ObjectIdentifier
SigIObjectIdentifiers. id_sigi_kp_directoryService
To be used for for the generation of directory service certificates.static ASN1ObjectIdentifier
SigIObjectIdentifiers. id_sigi_on
Other Name IDs for German SigI (Signature Interoperability Specification)static ASN1ObjectIdentifier
SigIObjectIdentifiers. id_sigi_on_personalData
ID 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 ASN1ObjectIdentifier
X9ObjectIdentifiers. ansi_X9_42
X9.42static ASN1ObjectIdentifier
X9ObjectIdentifiers. ansi_X9_62
Base OID: 1.2.840.10045static ASN1ObjectIdentifier
X9ObjectIdentifiers. c2onb191v4
Two Curve c2onb191v4, OID: 1.2.840.10045.3.0.8static ASN1ObjectIdentifier
X9ObjectIdentifiers. c2onb191v5
Two Curve c2onb191v5, OID: 1.2.840.10045.3.0.9static ASN1ObjectIdentifier
X9ObjectIdentifiers. c2onb239v4
Two Curve c2onb239v4, OID: 1.2.840.10045.3.0.14static ASN1ObjectIdentifier
X9ObjectIdentifiers. c2onb239v5
Two Curve c2onb239v5, OID: 1.2.840.10045.3.0.15static ASN1ObjectIdentifier
X9ObjectIdentifiers. c2pnb163v1
Two Curve c2pnb163v1, OID: 1.2.840.10045.3.0.1static ASN1ObjectIdentifier
X9ObjectIdentifiers. c2pnb163v2
Two Curve c2pnb163v2, OID: 1.2.840.10045.3.0.2static ASN1ObjectIdentifier
X9ObjectIdentifiers. c2pnb163v3
Two Curve c2pnb163v3, OID: 1.2.840.10045.3.0.3static ASN1ObjectIdentifier
X9ObjectIdentifiers. c2pnb176w1
Two Curve c2pnb176w1, OID: 1.2.840.10045.3.0.4static ASN1ObjectIdentifier
X9ObjectIdentifiers. c2pnb208w1
Two Curve c2pnb208w1, OID: 1.2.840.10045.3.0.10static ASN1ObjectIdentifier
X9ObjectIdentifiers. c2pnb272w1
Two Curve c2pnb272w1, OID: 1.2.840.10045.3.0.16static ASN1ObjectIdentifier
X9ObjectIdentifiers. c2pnb304w1
Two Curve c2pnb304w1, OID: 1.2.840.10045.3.0.17static ASN1ObjectIdentifier
X9ObjectIdentifiers. c2pnb368w1
Two Curve c2pnb368w1, OID: 1.2.840.10045.3.0.19static ASN1ObjectIdentifier
X9ObjectIdentifiers. c2tnb191v1
Two Curve c2tnb191v1, OID: 1.2.840.10045.3.0.5static ASN1ObjectIdentifier
X9ObjectIdentifiers. c2tnb191v2
Two Curve c2tnb191v2, OID: 1.2.840.10045.3.0.6static ASN1ObjectIdentifier
X9ObjectIdentifiers. c2tnb191v3
Two Curve c2tnb191v3, OID: 1.2.840.10045.3.0.7static ASN1ObjectIdentifier
X9ObjectIdentifiers. c2tnb239v1
Two Curve c2tnb239v1, OID: 1.2.840.10045.3.0.11static ASN1ObjectIdentifier
X9ObjectIdentifiers. c2tnb239v2
Two Curve c2tnb239v2, OID: 1.2.840.10045.3.0.12static ASN1ObjectIdentifier
X9ObjectIdentifiers. c2tnb239v3
Two Curve c2tnb239v3, OID: 1.2.840.10045.3.0.13static ASN1ObjectIdentifier
X9ObjectIdentifiers. c2tnb359v1
Two Curve c2tnb359v1, OID: 1.2.840.10045.3.0.18static ASN1ObjectIdentifier
X9ObjectIdentifiers. c2tnb431r1
Two Curve c2tnb431r1, OID: 1.2.840.10045.3.0.20static ASN1ObjectIdentifier
X9ObjectIdentifiers. characteristic_two_field
OID: 1.2.840.10045.1.2static ASN1ObjectIdentifier
X9ObjectIdentifiers. cTwoCurve
Two Curvesstatic ASN1ObjectIdentifier
X9ObjectIdentifiers. dhEphem
X9.42 dhEphem OID: 1.2.840.10046.3.2static ASN1ObjectIdentifier
X9ObjectIdentifiers. dhHybrid1
X9.42 dhHybrid1 OID: 1.2.840.10046.3.4static ASN1ObjectIdentifier
X9ObjectIdentifiers. dhHybrid2
X9.42 dhHybrid2 OID: 1.2.840.10046.3.5static ASN1ObjectIdentifier
X9ObjectIdentifiers. dhHybridOneFlow
X9.42 dhHybridOneFlow OID: 1.2.840.10046.3.6static ASN1ObjectIdentifier
X9ObjectIdentifiers. dhOneFlow
X9.42 dhOneFlow OID: 1.2.840.10046.3.3static ASN1ObjectIdentifier
X9ObjectIdentifiers. dhpublicnumber
Diffie-Hellmanstatic ASN1ObjectIdentifier
X9ObjectIdentifiers. dhSinglePass_cofactorDH_sha1kdf_scheme
OID: 1.3.133.16.840.63.0.3static ASN1ObjectIdentifier
X9ObjectIdentifiers. dhSinglePass_stdDH_sha1kdf_scheme
OID: 1.3.133.16.840.63.0.2static ASN1ObjectIdentifier
X9ObjectIdentifiers. dhStatic
X9.42 dhStatic OID: 1.2.840.10046.3.1static ASN1ObjectIdentifier
X9ObjectIdentifiers. ecdsa_with_SHA1
OID: 1.2.840.10045.4.1static ASN1ObjectIdentifier
X9ObjectIdentifiers. ecdsa_with_SHA2
OID: 1.2.840.10045.4.3static ASN1ObjectIdentifier
X9ObjectIdentifiers. ecdsa_with_SHA224
OID: 1.2.840.10045.4.3.1static ASN1ObjectIdentifier
X9ObjectIdentifiers. ecdsa_with_SHA256
OID: 1.2.840.10045.4.3.2static ASN1ObjectIdentifier
X9ObjectIdentifiers. ecdsa_with_SHA384
OID: 1.2.840.10045.4.3.3static ASN1ObjectIdentifier
X9ObjectIdentifiers. ecdsa_with_SHA512
OID: 1.2.840.10045.4.3.4static ASN1ObjectIdentifier
X9ObjectIdentifiers. ellipticCurve
Named curves basestatic ASN1ObjectIdentifier
X9ObjectIdentifiers. gnBasis
OID: 1.2.840.10045.1.2.3.1static ASN1ObjectIdentifier
X9ObjectIdentifiers. id_dsa
DSAstatic ASN1ObjectIdentifier
X9ObjectIdentifiers. id_dsa_with_sha1
id-dsa-with-sha1 OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) x9-57(10040) x9cm(4) 3 }static ASN1ObjectIdentifier
X9ObjectIdentifiers. id_ecPublicKey
OID: 1.2.840.10045.2.1static ASN1ObjectIdentifier
X9ObjectIdentifiers. id_ecSigType
OID: 1.2.840.10045.4static ASN1ObjectIdentifier
X9ObjectIdentifiers. id_fieldType
OID: 1.2.840.10045.1static ASN1ObjectIdentifier
X9ObjectIdentifiers. id_kdf_kdf2
static ASN1ObjectIdentifier
X9ObjectIdentifiers. id_kdf_kdf3
static ASN1ObjectIdentifier
X9ObjectIdentifiers. id_publicKeyType
OID: 1.2.840.10045.2static ASN1ObjectIdentifier
X9ObjectIdentifiers. mqv1
X9.42 MQV1 OID: 1.2.840.10046.3.8static ASN1ObjectIdentifier
X9ObjectIdentifiers. mqv2
X9.42 MQV2 OID: 1.2.840.10046.3.7static ASN1ObjectIdentifier
X9ObjectIdentifiers. mqvSinglePass_sha1kdf_scheme
OID: 1.3.133.16.840.63.0.16static ASN1ObjectIdentifier
X9ObjectIdentifiers. ppBasis
OID: 1.2.840.10045.1.2.3.3static ASN1ObjectIdentifier
X9ObjectIdentifiers. prime_field
OID: 1.2.840.10045.1.1static ASN1ObjectIdentifier
X9ObjectIdentifiers. prime192v1
Prime Curve prime192v1, OID: 1.2.840.10045.3.1.1static ASN1ObjectIdentifier
X9ObjectIdentifiers. prime192v2
Prime Curve prime192v2, OID: 1.2.840.10045.3.1.2static ASN1ObjectIdentifier
X9ObjectIdentifiers. prime192v3
Prime Curve prime192v3, OID: 1.2.840.10045.3.1.3static ASN1ObjectIdentifier
X9ObjectIdentifiers. prime239v1
Prime Curve prime239v1, OID: 1.2.840.10045.3.1.4static ASN1ObjectIdentifier
X9ObjectIdentifiers. prime239v2
Prime Curve prime239v2, OID: 1.2.840.10045.3.1.5static ASN1ObjectIdentifier
X9ObjectIdentifiers. prime239v3
Prime Curve prime239v3, OID: 1.2.840.10045.3.1.6static ASN1ObjectIdentifier
X9ObjectIdentifiers. prime256v1
Prime Curve prime256v1, OID: 1.2.840.10045.3.1.7static ASN1ObjectIdentifier
X9ObjectIdentifiers. primeCurve
Prime Curvesstatic ASN1ObjectIdentifier
X9ObjectIdentifiers. tpBasis
OID: 1.2.840.10045.1.2.3.2static ASN1ObjectIdentifier
X9ObjectIdentifiers. x9_42_schemes
X9.42 schemas base OID: 1.2.840.10046.3static ASN1ObjectIdentifier
X9ObjectIdentifiers. x9_44
X9.44static ASN1ObjectIdentifier
X9ObjectIdentifiers. x9_44_components
static ASN1ObjectIdentifier
X9ObjectIdentifiers. x9_63_scheme
X9.63 - Signature SpecificationMethods in org.bouncycastle.asn1.x9 that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifier
KeySpecificInfo. getAlgorithm()
The object identifier for the CEK wrapping algorithm.ASN1ObjectIdentifier
X9FieldID. getIdentifier()
static ASN1ObjectIdentifier
ECNamedCurveTable. getOID(java.lang.String name)
return the object identifier signified by the passed in name.static ASN1ObjectIdentifier
X962NamedCurves. 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 X9ECParameters
ECNamedCurveTable. getByOID(ASN1ObjectIdentifier oid)
return a X9ECParameters object representing the passed in named curve.static X9ECParameters
X962NamedCurves. getByOID(ASN1ObjectIdentifier oid)
return the X9ECParameters object for the named curve represented by the passed in object identifier.static java.lang.String
ECNamedCurveTable. getName(ASN1ObjectIdentifier oid)
return a X9ECParameters object representing the passed in named curve.static java.lang.String
X962NamedCurves. 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 ASN1ObjectIdentifier
GOST3410Parameters. getDigestParamSet()
Return the object identifier for the digest parameter set.ASN1ObjectIdentifier
GOST3410Parameters. getEncryptionParamSet()
Return the object identifier for the encryption parameter set.ASN1ObjectIdentifier
NamedECDomainParameters. getID()
Return object identifier that identifies these parameters.ASN1ObjectIdentifier
GOST3410Parameters. getPublicKeyParamSet()
Return the object identifier for the public key parameter set.static ASN1ObjectIdentifier
ECDomainParametersIndex. lookupOID(ECDomainParameters domainParameters)
Methods in org.bouncycastle.crypto.asymmetric with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description static NamedECDomainParameters
ECDomainParametersIndex. 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 ASN1ObjectIdentifier
GOST28147. getSBoxOID(byte[] sBox)
static ASN1ObjectIdentifier
GOST28147. 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.String
GOST28147. 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 ASN1ObjectIdentifier
EcNamedDomainParameters. 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 ASN1ObjectIdentifier
PBKDFConfig. 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 ASN1ObjectIdentifier
GOST3410ParameterSpec. getDigestParamSet()
ASN1ObjectIdentifier
GOST3410ParameterSpec. getEncryptionParamSet()
ASN1ObjectIdentifier
GOST3410ParameterSpec. 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.String
MessageDigestUtils. getDigestName(ASN1ObjectIdentifier digestAlgOID)
Attempt to find a standard JCA name for the digest represented by the passed in OID.
-