Package | Description |
---|---|
org.spongycastle.asn1 |
A library for parsing and writing ASN.1 objects.
|
org.spongycastle.asn1.bc | |
org.spongycastle.asn1.cryptopro |
Support classes for CRYPTO-PRO related objects - such as GOST identifiers.
|
org.spongycastle.asn1.eac | |
org.spongycastle.asn1.nist |
Support classes for NIST related objects.
|
org.spongycastle.asn1.oiw |
Objects and OID for the support of ISO OIW.
|
org.spongycastle.asn1.pkcs |
Support classes useful for encoding and supporting the various RSA PKCS documents.
|
org.spongycastle.asn1.sec |
Classes for support of the SEC standard for Elliptic Curve.
|
org.spongycastle.asn1.teletrust |
Support classes for TeleTrust related objects.
|
org.spongycastle.asn1.x500 | |
org.spongycastle.asn1.x500.style | |
org.spongycastle.asn1.x509 |
Support classes useful for encoding and processing X.509 certificates.
|
org.spongycastle.asn1.x9 |
Support classes useful for encoding and supporting X9.62 elliptic curve.
|
org.spongycastle.crypto.agreement.kdf | |
org.spongycastle.jcajce.provider.asymmetric.ec | |
org.spongycastle.jcajce.provider.asymmetric.util | |
org.spongycastle.jcajce.provider.config | |
org.spongycastle.jcajce.provider.util | |
org.spongycastle.jce.interfaces |
Interfaces for supporting Elliptic Curve Keys, El Gamal, and PKCS12 attributes.
|
org.spongycastle.jce.provider |
Modifier and Type | Field and Description |
---|---|
private static ASN1ObjectIdentifier[][] |
DERObjectIdentifier.cache |
private ASN1ObjectIdentifier |
DERExternal.directReference |
Modifier and Type | Method and Description |
---|---|
ASN1ObjectIdentifier |
ASN1ObjectIdentifier.branch(java.lang.String branchID)
Return an OID that creates a branch under the current one.
|
(package private) static ASN1ObjectIdentifier |
DERObjectIdentifier.fromOctetString(byte[] enc) |
ASN1ObjectIdentifier |
DERExternal.getDirectReference()
Returns the direct reference of the external element
|
static ASN1ObjectIdentifier |
DERObjectIdentifier.getInstance(ASN1TaggedObject obj,
boolean explicit)
return an Object Identifier from a tagged object.
|
static ASN1ObjectIdentifier |
DERObjectIdentifier.getInstance(java.lang.Object obj)
return an OID from the passed in object
|
Modifier and Type | Method and Description |
---|---|
boolean |
ASN1ObjectIdentifier.on(ASN1ObjectIdentifier stem)
Return true if this oid is an extension of the passed in branch, stem.
|
private void |
DERExternal.setDirectReference(ASN1ObjectIdentifier directReferemce)
Sets the direct reference of the external element
|
Constructor and Description |
---|
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 parameters
|
DERExternal(ASN1ObjectIdentifier directReference,
ASN1Integer indirectReference,
ASN1Primitive dataValueDescriptor,
int encoding,
ASN1Primitive externalData)
Creates a new instance of DERExternal.
|
Modifier and Type | Field and Description |
---|---|
static ASN1ObjectIdentifier |
BCObjectIdentifiers.bc
iso.org.dod.internet.private.enterprise.legion-of-the-bouncy-castle
1.3.6.1.4.1.22554
|
static ASN1ObjectIdentifier |
BCObjectIdentifiers.bc_pbe
pbe(1) algorithms
|
static ASN1ObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha1
SHA-1(1)
|
static ASN1ObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha1_pkcs12 |
static ASN1ObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha1_pkcs12_aes128_cbc
AES(1) .
|
static ASN1ObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha1_pkcs12_aes192_cbc |
static ASN1ObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha1_pkcs12_aes256_cbc |
static ASN1ObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha1_pkcs5
PKCS-5(1)|PKCS-12(2)
|
static ASN1ObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha224 |
static ASN1ObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha256
SHA-2(2) .
|
static ASN1ObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha256_pkcs12 |
static ASN1ObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha256_pkcs12_aes128_cbc |
static ASN1ObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha256_pkcs12_aes192_cbc |
static ASN1ObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha256_pkcs12_aes256_cbc |
static ASN1ObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha256_pkcs5 |
static ASN1ObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha384 |
static ASN1ObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha512 |
Modifier and Type | Method and Description |
---|---|
ASN1ObjectIdentifier |
GOST3410PublicKeyAlgParameters.getDigestParamSet() |
ASN1ObjectIdentifier |
GOST3410PublicKeyAlgParameters.getEncryptionParamSet() |
static ASN1ObjectIdentifier |
ECGOST3410NamedCurves.getOID(java.lang.String name) |
static ASN1ObjectIdentifier |
GOST3410NamedParameters.getOID(java.lang.String name) |
ASN1ObjectIdentifier |
GOST3410PublicKeyAlgParameters.getPublicKeyParamSet() |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
GOST3410PublicKeyAlgParameters(ASN1ObjectIdentifier publicKeyParamSet,
ASN1ObjectIdentifier digestParamSet) |
GOST3410PublicKeyAlgParameters(ASN1ObjectIdentifier publicKeyParamSet,
ASN1ObjectIdentifier digestParamSet,
ASN1ObjectIdentifier encryptionParamSet) |
Modifier and Type | Field and Description |
---|---|
static ASN1ObjectIdentifier |
EACObjectIdentifiers.bsi_de |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_CA |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_CA_DH |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_CA_DH_3DES_CBC_CBC |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_CA_ECDH |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_CA_ECDH_3DES_CBC_CBC |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_EAC_ePassport
id-EAC-ePassport OBJECT IDENTIFIER ::= {
bsi-de applications(3) mrtd(1) roles(2) 1}
|
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_PK |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_PK_DH |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_PK_ECDH |
static ASN1ObjectIdentifier |
CertificateHolderAuthorization.id_role_EAC |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_TA |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_TA_ECDSA |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_TA_ECDSA_SHA_1 |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_TA_ECDSA_SHA_224 |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_TA_ECDSA_SHA_256 |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_TA_ECDSA_SHA_384 |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_TA_ECDSA_SHA_512 |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_TA_RSA |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_TA_RSA_PSS_SHA_1 |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_TA_RSA_PSS_SHA_256 |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_TA_RSA_PSS_SHA_512 |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_TA_RSA_v1_5_SHA_1 |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_TA_RSA_v1_5_SHA_256 |
static ASN1ObjectIdentifier |
EACObjectIdentifiers.id_TA_RSA_v1_5_SHA_512 |
(package private) ASN1ObjectIdentifier |
CVCertificateRequest.keyOid |
(package private) ASN1ObjectIdentifier |
CertificateHolderAuthorization.oid |
(package private) ASN1ObjectIdentifier |
CVCertificateRequest.signOid |
private ASN1ObjectIdentifier |
RSAPublicKey.usage |
private ASN1ObjectIdentifier |
ECDSAPublicKey.usage |
Modifier and Type | Method and Description |
---|---|
ASN1ObjectIdentifier |
CVCertificate.getHolderAuthorization() |
ASN1ObjectIdentifier |
CertificateHolderAuthorization.getOid() |
ASN1ObjectIdentifier |
RSAPublicKey.getUsage() |
ASN1ObjectIdentifier |
ECDSAPublicKey.getUsage() |
abstract ASN1ObjectIdentifier |
PublicKeyDataObject.getUsage() |
Modifier and Type | Method and Description |
---|---|
ASN1EncodableVector |
ECDSAPublicKey.getASN1EncodableVector(ASN1ObjectIdentifier oid,
boolean publicPointOnly) |
private void |
CertificateHolderAuthorization.setOid(ASN1ObjectIdentifier oid)
set the Object Identifier
|
Constructor and Description |
---|
CertificateHolderAuthorization(ASN1ObjectIdentifier oid,
int rights)
create an Iso7816CertificateHolderAuthorization according to the parameters
|
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) |
ECDSAPublicKey(ASN1ObjectIdentifier usage,
byte[] ppY) |
RSAPublicKey(ASN1ObjectIdentifier usage,
java.math.BigInteger modulus,
java.math.BigInteger exponent) |
Modifier and Type | Method and Description |
---|---|
static ASN1ObjectIdentifier |
NISTNamedCurves.getOID(java.lang.String name)
return the object identifier signified by the passed in name.
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
NISTNamedCurves.defineCurve(java.lang.String name,
ASN1ObjectIdentifier oid) |
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.
|
Modifier and Type | Field and Description |
---|---|
static ASN1ObjectIdentifier |
OIWObjectIdentifiers.desCBC |
static ASN1ObjectIdentifier |
OIWObjectIdentifiers.desCFB |
static ASN1ObjectIdentifier |
OIWObjectIdentifiers.desECB |
static ASN1ObjectIdentifier |
OIWObjectIdentifiers.desEDE |
static ASN1ObjectIdentifier |
OIWObjectIdentifiers.desOFB |
static ASN1ObjectIdentifier |
OIWObjectIdentifiers.dsaWithSHA1 |
static ASN1ObjectIdentifier |
OIWObjectIdentifiers.elGamalAlgorithm |
static ASN1ObjectIdentifier |
OIWObjectIdentifiers.idSHA1 |
static ASN1ObjectIdentifier |
OIWObjectIdentifiers.md4WithRSA |
static ASN1ObjectIdentifier |
OIWObjectIdentifiers.md4WithRSAEncryption |
static ASN1ObjectIdentifier |
OIWObjectIdentifiers.md5WithRSA |
static ASN1ObjectIdentifier |
OIWObjectIdentifiers.sha1WithRSA |
Modifier and Type | Method and Description |
---|---|
ASN1ObjectIdentifier |
Attribute.getAttrType() |
ASN1ObjectIdentifier |
SafeBag.getBagId() |
ASN1ObjectIdentifier |
CertBag.getCertId() |
ASN1ObjectIdentifier |
EncryptedData.getContentType() |
ASN1ObjectIdentifier |
ContentInfo.getContentType() |
ASN1ObjectIdentifier |
CRLBag.getcrlId() |
ASN1ObjectIdentifier |
PBES2Algorithms.getObjectId()
Deprecated.
|
Constructor and 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,
ASN1Encodable parameters) |
KeyDerivationFunc(ASN1ObjectIdentifier id,
ASN1Encodable params) |
SafeBag(ASN1ObjectIdentifier oid,
ASN1Encodable obj) |
SafeBag(ASN1ObjectIdentifier oid,
ASN1Encodable obj,
ASN1Set bagAttributes) |
Modifier and Type | Field and Description |
---|---|
static ASN1ObjectIdentifier |
SECObjectIdentifiers.ellipticCurve
ellipticCurve OBJECT IDENTIFIER ::= {
iso(1) identified-organization(3) certicom(132) curve(0)
}
|
static ASN1ObjectIdentifier |
SECObjectIdentifiers.secp112r1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.secp112r2 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.secp128r1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.secp128r2 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.secp160k1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.secp160r1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.secp160r2 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.secp192k1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.secp192r1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.secp224k1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.secp224r1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.secp256k1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.secp256r1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.secp384r1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.secp521r1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.sect113r1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.sect113r2 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.sect131r1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.sect131r2 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.sect163k1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.sect163r1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.sect163r2 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.sect193r1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.sect193r2 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.sect233k1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.sect233r1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.sect239k1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.sect283k1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.sect283r1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.sect409k1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.sect409r1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.sect571k1 |
static ASN1ObjectIdentifier |
SECObjectIdentifiers.sect571r1 |
Modifier and Type | Method and Description |
---|---|
static ASN1ObjectIdentifier |
SECNamedCurves.getOID(java.lang.String name)
return the object identifier signified by the passed in name.
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
SECNamedCurves.defineCurve(java.lang.String name,
ASN1ObjectIdentifier oid,
X9ECParametersHolder holder) |
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.
|
Modifier and Type | Field and Description |
---|---|
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.brainpoolP160r1 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.brainpoolP160t1 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.brainpoolP192r1 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.brainpoolP192t1 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.brainpoolP224r1 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.brainpoolP224t1 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.brainpoolP256r1 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.brainpoolP256t1 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.brainpoolP320r1 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.brainpoolP320t1 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.brainpoolP384r1 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.brainpoolP384t1 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.brainpoolP512r1 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.brainpoolP512t1 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.ecc_brainpool |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.ecSign |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.ecSignWithRipemd160 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.ecSignWithSha1 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.ellipticCurve |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.ripemd128 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.ripemd160 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.ripemd256 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.rsaSignatureWithripemd128 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.rsaSignatureWithripemd160 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.rsaSignatureWithripemd256 |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.teleTrusTAlgorithm |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.teleTrusTRSAsignatureAlgorithm |
static ASN1ObjectIdentifier |
TeleTrusTObjectIdentifiers.versionOne |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
TeleTrusTNamedCurves.defineCurve(java.lang.String name,
ASN1ObjectIdentifier oid,
X9ECParametersHolder holder) |
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.
|
Modifier and Type | Field and Description |
---|---|
private ASN1ObjectIdentifier |
AttributeTypeAndValue.type |
Modifier and Type | Method and Description |
---|---|
ASN1ObjectIdentifier |
X500NameStyle.attrNameToOID(java.lang.String attrName) |
ASN1ObjectIdentifier[] |
X500Name.getAttributeTypes()
return an array of OIDs contained in the attribute type of each RDN in structure order.
|
ASN1ObjectIdentifier |
AttributeTypeAndValue.getType() |
Modifier and Type | Method and Description |
---|---|
X500NameBuilder |
X500NameBuilder.addMultiValuedRDN(ASN1ObjectIdentifier[] oids,
ASN1Encodable[] values) |
X500NameBuilder |
X500NameBuilder.addMultiValuedRDN(ASN1ObjectIdentifier[] oids,
java.lang.String[] values) |
X500NameBuilder |
X500NameBuilder.addRDN(ASN1ObjectIdentifier oid,
ASN1Encodable value) |
X500NameBuilder |
X500NameBuilder.addRDN(ASN1ObjectIdentifier oid,
java.lang.String value) |
RDN[] |
X500Name.getRDNs(ASN1ObjectIdentifier attributeType)
return an array of RDNs containing the attribute type given by OID in structure order.
|
ASN1Encodable |
X500NameStyle.stringToValue(ASN1ObjectIdentifier oid,
java.lang.String value)
Convert the passed in String value into the appropriate ASN.1
encoded object.
|
Constructor and Description |
---|
AttributeTypeAndValue(ASN1ObjectIdentifier type,
ASN1Encodable value) |
RDN(ASN1ObjectIdentifier oid,
ASN1Encodable value)
Create a single valued RDN.
|
Modifier and Type | Field and 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 only
|
static ASN1ObjectIdentifier |
BCStyle.COUNTRY_OF_RESIDENCE
RFC 3039 CountryOfResidence - PrintableString (SIZE (2)) -- ISO 3166
codes only
|
static ASN1ObjectIdentifier |
BCStyle.DATE_OF_BIRTH
RFC 3039 DateOfBirth - GeneralizedTime - YYYYMMDD000000Z
|
static 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 dmdName
|
static ASN1ObjectIdentifier |
BCStyle.DN_QUALIFIER
dnQualifier - DirectoryString(SIZE(1..64)
|
static ASN1ObjectIdentifier |
RFC4519Style.dnQualifier |
static ASN1ObjectIdentifier |
BCStyle.E
email address in Verisign certificates
|
static 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-name
|
static 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 X520name
|
static ASN1ObjectIdentifier |
BCStyle.T
Title
|
static ASN1ObjectIdentifier |
BCStyle.TELEPHONE_NUMBER
id-at-telephoneNumber
|
static 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#9
|
static ASN1ObjectIdentifier |
RFC4519Style.userPassword |
static ASN1ObjectIdentifier |
RFC4519Style.x121Address |
static ASN1ObjectIdentifier |
RFC4519Style.x500UniqueIdentifier |
Modifier and Type | Method and Description |
---|---|
ASN1ObjectIdentifier |
RFC4519Style.attrNameToOID(java.lang.String attrName) |
ASN1ObjectIdentifier |
BCStyle.attrNameToOID(java.lang.String attrName) |
static ASN1ObjectIdentifier |
IETFUtils.decodeAttrName(java.lang.String name,
java.util.Hashtable lookUp) |
private static ASN1ObjectIdentifier[] |
IETFUtils.toOIDArray(java.util.Vector oids) |
Modifier and Type | Method and Description |
---|---|
ASN1Encodable |
RFC4519Style.stringToValue(ASN1ObjectIdentifier oid,
java.lang.String value) |
ASN1Encodable |
BCStyle.stringToValue(ASN1ObjectIdentifier oid,
java.lang.String value) |
Modifier and Type | Class and Description |
---|---|
class |
CertPolicyId
CertPolicyId, used in the CertificatePolicies and PolicyMappings
X509V3 Extensions.
|
class |
KeyPurposeId
The KeyPurposeId object.
|
class |
PolicyQualifierId
PolicyQualifierId, used in the CertificatePolicies
X509V3 extension.
|
Modifier and Type | Field and Description |
---|---|
(package private) ASN1ObjectIdentifier |
AccessDescription.accessMethod |
private ASN1ObjectIdentifier |
Attribute.attrType |
static ASN1ObjectIdentifier |
X509Extension.auditIdentity
Audit identity extension in attribute certificates.
|
static ASN1ObjectIdentifier |
Extension.auditIdentity
Audit identity extension in attribute certificates.
|
static ASN1ObjectIdentifier |
X509Extensions.AuditIdentity
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Extension.authorityInfoAccess
Authority Info Access
|
static ASN1ObjectIdentifier |
Extension.authorityInfoAccess
Authority Info Access
|
static ASN1ObjectIdentifier |
X509Extensions.AuthorityInfoAccess
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Extension.authorityKeyIdentifier
Authority Key Identifier
|
static ASN1ObjectIdentifier |
Extension.authorityKeyIdentifier
Authority Key Identifier
|
static ASN1ObjectIdentifier |
X509Extensions.AuthorityKeyIdentifier
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Extension.basicConstraints
Basic Constraints
|
static ASN1ObjectIdentifier |
Extension.basicConstraints
Basic Constraints
|
static ASN1ObjectIdentifier |
X509Extensions.BasicConstraints
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Extension.biometricInfo
BiometricInfo
|
static ASN1ObjectIdentifier |
Extension.biometricInfo
BiometricInfo
|
static ASN1ObjectIdentifier |
X509Extensions.BiometricInfo
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Name.BUSINESS_CATEGORY
Deprecated.
businessCategory - DirectoryString(SIZE(1..128)
|
static ASN1ObjectIdentifier |
X509Name.C
Deprecated.
use a X500NameStyle
|
static ASN1ObjectIdentifier |
X509Extension.certificateIssuer
Certificate Issuer
|
static ASN1ObjectIdentifier |
Extension.certificateIssuer
Certificate Issuer
|
static ASN1ObjectIdentifier |
X509Extensions.CertificateIssuer
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Extension.certificatePolicies
Certificate Policies
|
static ASN1ObjectIdentifier |
Extension.certificatePolicies
Certificate Policies
|
static ASN1ObjectIdentifier |
X509Extensions.CertificatePolicies
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Name.CN
Deprecated.
use a X500NameStyle
|
static ASN1ObjectIdentifier |
X509ObjectIdentifiers.commonName |
static ASN1ObjectIdentifier |
X509Name.COUNTRY_OF_CITIZENSHIP
Deprecated.
RFC 3039 CountryOfCitizenship - PrintableString (SIZE (2)) -- ISO 3166
codes only
|
static ASN1ObjectIdentifier |
X509Name.COUNTRY_OF_RESIDENCE
Deprecated.
RFC 3039 CountryOfResidence - PrintableString (SIZE (2)) -- ISO 3166
codes only
|
static ASN1ObjectIdentifier |
X509ObjectIdentifiers.countryName |
static ASN1ObjectIdentifier |
X509ObjectIdentifiers.crlAccessMethod |
static ASN1ObjectIdentifier |
X509Extension.cRLDistributionPoints
CRL Distribution Points
|
static ASN1ObjectIdentifier |
Extension.cRLDistributionPoints
CRL Distribution Points
|
static ASN1ObjectIdentifier |
X509Extensions.CRLDistributionPoints
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Extension.cRLNumber
CRL Number
|
static ASN1ObjectIdentifier |
Extension.cRLNumber
CRL Number
|
static ASN1ObjectIdentifier |
X509Extensions.CRLNumber
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Name.DATE_OF_BIRTH
Deprecated.
RFC 3039 DateOfBirth - GeneralizedTime - YYYYMMDD000000Z
|
static ASN1ObjectIdentifier |
X509Name.DC
Deprecated.
|
static ASN1ObjectIdentifier |
X509Extension.deltaCRLIndicator
Delta CRL indicator
|
static ASN1ObjectIdentifier |
Extension.deltaCRLIndicator
Delta CRL indicator
|
static ASN1ObjectIdentifier |
X509Extensions.DeltaCRLIndicator
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Name.DMD_NAME
Deprecated.
RFC 2256 dmdName
|
static ASN1ObjectIdentifier |
X509Name.DN_QUALIFIER
Deprecated.
dnQualifier - DirectoryString(SIZE(1..64)
|
static ASN1ObjectIdentifier |
X509Name.E
Deprecated.
email address in Verisign certificates
|
static ASN1ObjectIdentifier |
X509Name.EmailAddress
Deprecated.
use a X500NameStyle
|
static ASN1ObjectIdentifier |
X509Extension.extendedKeyUsage
Extended Key Usage
|
static ASN1ObjectIdentifier |
Extension.extendedKeyUsage
Extended Key Usage
|
static ASN1ObjectIdentifier |
X509Extensions.ExtendedKeyUsage
Deprecated.
use X509Extension value.
|
private ASN1ObjectIdentifier |
Extension.extnId |
static ASN1ObjectIdentifier |
X509Extension.freshestCRL
Freshest CRL
|
static ASN1ObjectIdentifier |
Extension.freshestCRL
Freshest CRL
|
static ASN1ObjectIdentifier |
X509Extensions.FreshestCRL
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Name.GENDER
Deprecated.
RFC 3039 Gender - PrintableString (SIZE(1)) -- "M", "F", "m" or "f"
|
static ASN1ObjectIdentifier |
X509Name.GENERATION
Deprecated.
|
static ASN1ObjectIdentifier |
X509Name.GIVENNAME
Deprecated.
|
static 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 |
static ASN1ObjectIdentifier |
X509ObjectIdentifiers.id_ad_caIssuers |
static ASN1ObjectIdentifier |
AccessDescription.id_ad_caIssuers |
static ASN1ObjectIdentifier |
X509ObjectIdentifiers.id_ad_ocsp |
static ASN1ObjectIdentifier |
AccessDescription.id_ad_ocsp |
static ASN1ObjectIdentifier |
X509AttributeIdentifiers.id_at_clearance |
static ASN1ObjectIdentifier |
X509ObjectIdentifiers.id_at_name |
static ASN1ObjectIdentifier |
X509AttributeIdentifiers.id_at_role |
static ASN1ObjectIdentifier |
X509ObjectIdentifiers.id_at_telephoneNumber |
static ASN1ObjectIdentifier |
X509ObjectIdentifiers.id_ce |
static ASN1ObjectIdentifier |
X509AttributeIdentifiers.id_ce_targetInformation |
static ASN1ObjectIdentifier |
X509ObjectIdentifiers.id_ea_rsa |
static ASN1ObjectIdentifier |
X509ObjectIdentifiers.id_pe |
static ASN1ObjectIdentifier |
X509AttributeIdentifiers.id_pe_aaControls |
static ASN1ObjectIdentifier |
X509AttributeIdentifiers.id_pe_ac_auditIdentity |
static ASN1ObjectIdentifier |
X509AttributeIdentifiers.id_pe_ac_proxying |
static ASN1ObjectIdentifier |
X509ObjectIdentifiers.id_pkix |
static ASN1ObjectIdentifier |
X509ObjectIdentifiers.id_SHA1 |
static ASN1ObjectIdentifier |
X509Extension.inhibitAnyPolicy
Inhibit Any Policy
|
static ASN1ObjectIdentifier |
Extension.inhibitAnyPolicy
Inhibit Any Policy
|
static ASN1ObjectIdentifier |
X509Extensions.InhibitAnyPolicy
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Name.INITIALS
Deprecated.
|
static ASN1ObjectIdentifier |
X509Extension.instructionCode
Hold Instruction Code
|
static ASN1ObjectIdentifier |
Extension.instructionCode
Hold Instruction Code
|
static ASN1ObjectIdentifier |
X509Extensions.InstructionCode
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Extension.invalidityDate
Invalidity Date
|
static ASN1ObjectIdentifier |
Extension.invalidityDate
Invalidity Date
|
static ASN1ObjectIdentifier |
X509Extensions.InvalidityDate
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Extension.issuerAlternativeName
Issuer Alternative Name
|
static ASN1ObjectIdentifier |
Extension.issuerAlternativeName
Issuer Alternative Name
|
static ASN1ObjectIdentifier |
X509Extensions.IssuerAlternativeName
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Extension.issuingDistributionPoint
Issuing Distribution Point
|
static ASN1ObjectIdentifier |
Extension.issuingDistributionPoint
Issuing Distribution Point
|
static ASN1ObjectIdentifier |
X509Extensions.IssuingDistributionPoint
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Extension.keyUsage
Key Usage
|
static ASN1ObjectIdentifier |
Extension.keyUsage
Key Usage
|
static ASN1ObjectIdentifier |
X509Extensions.KeyUsage
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Name.L
Deprecated.
locality name - StringType(SIZE(1..64))
|
static ASN1ObjectIdentifier |
X509ObjectIdentifiers.localityName |
static ASN1ObjectIdentifier |
X509Extension.logoType
Logo Type
|
static ASN1ObjectIdentifier |
Extension.logoType
Logo Type
|
static ASN1ObjectIdentifier |
X509Extensions.LogoType
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Name.NAME
Deprecated.
id-at-name
|
static ASN1ObjectIdentifier |
X509Name.NAME_AT_BIRTH
Deprecated.
ISIS-MTT NameAtBirth - DirectoryString(SIZE(1..64)
|
static ASN1ObjectIdentifier |
X509Extension.nameConstraints
Name Constraints
|
static ASN1ObjectIdentifier |
Extension.nameConstraints
Name Constraints
|
static ASN1ObjectIdentifier |
X509Extensions.NameConstraints
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Extension.noRevAvail
NoRevAvail extension in attribute certificates.
|
static ASN1ObjectIdentifier |
Extension.noRevAvail
NoRevAvail extension in attribute certificates.
|
static ASN1ObjectIdentifier |
X509Extensions.NoRevAvail
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Name.O
Deprecated.
use a X500NameStyle
|
private ASN1ObjectIdentifier |
AlgorithmIdentifier.objectId |
static ASN1ObjectIdentifier |
X509ObjectIdentifiers.ocspAccessMethod |
static ASN1ObjectIdentifier |
X509ObjectIdentifiers.organization |
static ASN1ObjectIdentifier |
X509ObjectIdentifiers.organizationalUnitName |
(package private) ASN1ObjectIdentifier |
ObjectDigestInfo.otherObjectTypeID |
static ASN1ObjectIdentifier |
X509Name.OU
Deprecated.
use a X500NameStyle
|
static ASN1ObjectIdentifier |
X509Name.PLACE_OF_BIRTH
Deprecated.
RFC 3039 PlaceOfBirth - DirectoryString(SIZE(1..128)
|
static ASN1ObjectIdentifier |
X509Extension.policyConstraints
Policy Constraints
|
static ASN1ObjectIdentifier |
Extension.policyConstraints
Policy Constraints
|
static ASN1ObjectIdentifier |
X509Extensions.PolicyConstraints
Deprecated.
use X509Extension value.
|
private ASN1ObjectIdentifier |
PolicyInformation.policyIdentifier |
static ASN1ObjectIdentifier |
X509Extension.policyMappings
Policy Mappings
|
static ASN1ObjectIdentifier |
Extension.policyMappings
Policy Mappings
|
static ASN1ObjectIdentifier |
X509Extensions.PolicyMappings
Deprecated.
use X509Extension value.
|
private ASN1ObjectIdentifier |
PolicyQualifierInfo.policyQualifierId |
static ASN1ObjectIdentifier |
X509Name.POSTAL_ADDRESS
Deprecated.
RFC 3039 PostalAddress - SEQUENCE SIZE (1..6) OF
DirectoryString(SIZE(1..30))
|
static ASN1ObjectIdentifier |
X509Name.POSTAL_CODE
Deprecated.
postalCode - DirectoryString(SIZE(1..40)
|
static ASN1ObjectIdentifier |
X509Extension.privateKeyUsagePeriod
Private Key Usage Period
|
static ASN1ObjectIdentifier |
Extension.privateKeyUsagePeriod
Private Key Usage Period
|
static ASN1ObjectIdentifier |
X509Extensions.PrivateKeyUsagePeriod
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Name.PSEUDONYM
Deprecated.
RFC 3039 Pseudonym - DirectoryString(SIZE(1..64)
|
static ASN1ObjectIdentifier |
X509Extension.qCStatements
QCStatements
|
static ASN1ObjectIdentifier |
Extension.qCStatements
QCStatements
|
static ASN1ObjectIdentifier |
X509Extensions.QCStatements
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Extension.reasonCode
Reason code
|
static ASN1ObjectIdentifier |
Extension.reasonCode
Reason code
|
static ASN1ObjectIdentifier |
X509Extensions.ReasonCode
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509ObjectIdentifiers.ripemd160 |
static ASN1ObjectIdentifier |
X509ObjectIdentifiers.ripemd160WithRSAEncryption |
static ASN1ObjectIdentifier |
X509AttributeIdentifiers.RoleSyntax
Deprecated.
use id_at_role
|
static ASN1ObjectIdentifier |
X509Name.SERIALNUMBER
Deprecated.
device serial number name - StringType(SIZE(1..64))
|
static ASN1ObjectIdentifier |
X509Name.SN
Deprecated.
device serial number name - StringType(SIZE(1..64))
|
static ASN1ObjectIdentifier |
X509Name.ST
Deprecated.
state, or province name - StringType(SIZE(1..64))
|
static ASN1ObjectIdentifier |
X509ObjectIdentifiers.stateOrProvinceName |
static ASN1ObjectIdentifier |
X509Name.STREET
Deprecated.
street - StringType(SIZE(1..64))
|
static ASN1ObjectIdentifier |
X509Extension.subjectAlternativeName
Subject Alternative Name
|
static ASN1ObjectIdentifier |
Extension.subjectAlternativeName
Subject Alternative Name
|
static ASN1ObjectIdentifier |
X509Extensions.SubjectAlternativeName
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Extension.subjectDirectoryAttributes
Subject Directory Attributes
|
static ASN1ObjectIdentifier |
Extension.subjectDirectoryAttributes
Subject Directory Attributes
|
static ASN1ObjectIdentifier |
X509Extensions.SubjectDirectoryAttributes
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Extension.subjectInfoAccess
Subject Info Access
|
static ASN1ObjectIdentifier |
Extension.subjectInfoAccess
Subject Info Access
|
static ASN1ObjectIdentifier |
X509Extensions.SubjectInfoAccess
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Extension.subjectKeyIdentifier
Subject Key Identifier
|
static ASN1ObjectIdentifier |
Extension.subjectKeyIdentifier
Subject Key Identifier
|
static ASN1ObjectIdentifier |
X509Extensions.SubjectKeyIdentifier
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Name.SURNAME
Deprecated.
Naming attributes of type X520name
|
static ASN1ObjectIdentifier |
X509Name.T
Deprecated.
use a X500NameStyle
|
static ASN1ObjectIdentifier |
X509Extension.targetInformation
TargetInformation extension in attribute certificates.
|
static ASN1ObjectIdentifier |
Extension.targetInformation
TargetInformation extension in attribute certificates.
|
static ASN1ObjectIdentifier |
X509Extensions.TargetInformation
Deprecated.
use X509Extension value.
|
static ASN1ObjectIdentifier |
X509Name.TELEPHONE_NUMBER
Deprecated.
id-at-telephoneNumber
|
static ASN1ObjectIdentifier |
X509Name.UID
Deprecated.
LDAP User id.
|
static ASN1ObjectIdentifier |
X509Name.UNIQUE_IDENTIFIER
Deprecated.
|
static ASN1ObjectIdentifier |
X509Name.UnstructuredAddress
Deprecated.
|
static ASN1ObjectIdentifier |
X509Name.UnstructuredName
Deprecated.
more from PKCS#9
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
X509ExtensionsGenerator.addExtension(ASN1ObjectIdentifier oid,
boolean critical,
ASN1Encodable value)
Deprecated.
Add an extension with the given oid and the passed in value to be included
in the OCTET STRING associated with the extension.
|
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 |
X509ExtensionsGenerator.addExtension(ASN1ObjectIdentifier oid,
boolean critical,
byte[] value)
Deprecated.
Add an extension with the given oid and the passed in byte array to be wrapped in the
OCTET STRING associated with the extension.
|
private void |
X509Name.appendValue(java.lang.StringBuffer buf,
java.util.Hashtable oidSymbols,
ASN1ObjectIdentifier oid,
java.lang.String value)
Deprecated.
|
abstract ASN1Primitive |
X509NameEntryConverter.getConvertedValue(ASN1ObjectIdentifier oid,
java.lang.String value)
Convert the passed in String value into the appropriate ASN.1
encoded object.
|
ASN1Primitive |
X509DefaultEntryConverter.getConvertedValue(ASN1ObjectIdentifier oid,
java.lang.String value)
Apply default coversion for the given value depending on the oid
and the character range of the value.
|
Extension |
Extensions.getExtension(ASN1ObjectIdentifier oid)
return the extension represented by the object identifier
passed in.
|
X509Extension |
X509Extensions.getExtension(ASN1ObjectIdentifier oid)
Deprecated.
|
java.util.Vector |
X509Name.getValues(ASN1ObjectIdentifier oid)
Deprecated.
return a vector of the values found in the name, in the order they
were found, with the DN label corresponding to passed in oid.
|
Constructor and Description |
---|
AccessDescription(ASN1ObjectIdentifier oid,
GeneralName location)
create an AccessDescription with the oid and location provided.
|
AlgorithmIdentifier(ASN1ObjectIdentifier objectId) |
AlgorithmIdentifier(ASN1ObjectIdentifier objectId,
ASN1Encodable parameters) |
Attribute(ASN1ObjectIdentifier attrType,
ASN1Set attrValues) |
AuthorityInformationAccess(ASN1ObjectIdentifier oid,
GeneralName location)
create an AuthorityInformationAccess with the oid and location provided.
|
Extension(ASN1ObjectIdentifier extnId,
ASN1Boolean critical,
ASN1OctetString value) |
Extension(ASN1ObjectIdentifier extnId,
boolean critical,
ASN1OctetString value) |
Extension(ASN1ObjectIdentifier extnId,
boolean critical,
byte[] value) |
ObjectDigestInfo(int digestedObjectType,
ASN1ObjectIdentifier otherObjectTypeID,
AlgorithmIdentifier digestAlgorithm,
byte[] objectDigest)
Constructor from given details.
|
PolicyInformation(ASN1ObjectIdentifier policyIdentifier) |
PolicyInformation(ASN1ObjectIdentifier policyIdentifier,
ASN1Sequence policyQualifiers) |
PolicyQualifierInfo(ASN1ObjectIdentifier policyQualifierId,
ASN1Encodable qualifier)
Creates a new
PolicyQualifierInfo instance. |
Modifier and Type | Method and Description |
---|---|
ASN1ObjectIdentifier |
KeySpecificInfo.getAlgorithm() |
ASN1ObjectIdentifier |
X9FieldID.getIdentifier() |
static ASN1ObjectIdentifier |
X962NamedCurves.getOID(java.lang.String name)
return the object identifier signified by the passed in name.
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
X962NamedCurves.defineCurve(java.lang.String name,
ASN1ObjectIdentifier oid,
X9ECParametersHolder holder) |
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 |
X962NamedCurves.getName(ASN1ObjectIdentifier oid)
return the named curve name represented by the given object identifier.
|
Constructor and Description |
---|
KeySpecificInfo(ASN1ObjectIdentifier algorithm,
ASN1OctetString counter) |
X962Parameters(ASN1ObjectIdentifier namedCurve) |
Modifier and Type | Field and Description |
---|---|
private ASN1ObjectIdentifier |
DHKDFParameters.algorithm |
private ASN1ObjectIdentifier |
ECDHKEKGenerator.algorithm |
Modifier and Type | Method and Description |
---|---|
ASN1ObjectIdentifier |
DHKDFParameters.getAlgorithm() |
Modifier and Type | Method and Description |
---|---|
static ASN1ObjectIdentifier |
ECUtil.getNamedCurveOid(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ECUtil.getCurveName(ASN1ObjectIdentifier oid) |
static X9ECParameters |
ECUtil.getNamedCurveByOid(ASN1ObjectIdentifier oid) |
void |
BCECPrivateKey.setBagAttribute(ASN1ObjectIdentifier oid,
ASN1Encodable attribute) |
Modifier and Type | Method and Description |
---|---|
void |
PKCS12BagAttributeCarrierImpl.setBagAttribute(ASN1ObjectIdentifier oid,
ASN1Encodable attribute) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableProvider.addKeyInfoConverter(ASN1ObjectIdentifier oid,
AsymmetricKeyInfoConverter keyInfoConverter) |
AsymmetricKeyInfoConverter |
ConfigurableProvider.getConverter(ASN1ObjectIdentifier oid) |
Modifier and Type | Method and Description |
---|---|
static ASN1ObjectIdentifier |
DigestFactory.getOID(java.lang.String digestName) |
Modifier and Type | Method and Description |
---|---|
protected void |
AsymmetricAlgorithmProvider.addSignatureAlgorithm(ConfigurableProvider provider,
java.lang.String digest,
java.lang.String algorithm,
java.lang.String className,
ASN1ObjectIdentifier oid) |
protected void |
AsymmetricAlgorithmProvider.registerOid(ConfigurableProvider provider,
ASN1ObjectIdentifier oid,
java.lang.String name,
AsymmetricKeyInfoConverter keyFactory) |
protected void |
AsymmetricAlgorithmProvider.registerOidAlgorithmParameters(ConfigurableProvider provider,
ASN1ObjectIdentifier oid,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
PKCS12BagAttributeCarrier.setBagAttribute(ASN1ObjectIdentifier oid,
ASN1Encodable attribute) |
Modifier and Type | Method and Description |
---|---|
void |
BouncyCastleProvider.addKeyInfoConverter(ASN1ObjectIdentifier oid,
AsymmetricKeyInfoConverter keyInfoConverter) |
AsymmetricKeyInfoConverter |
BouncyCastleProvider.getConverter(ASN1ObjectIdentifier oid) |