Modifier and Type | Field and Description |
---|---|
static DERObjectIdentifier |
PdfPKCS7.X509Name.C
country code - StringType(SIZE(2))
|
static DERObjectIdentifier |
PdfPKCS7.X509Name.CN
common name - StringType(SIZE(1..64))
|
static DERObjectIdentifier |
PdfPKCS7.X509Name.DC
object identifier
|
static DERObjectIdentifier |
PdfPKCS7.X509Name.E
email address in Verisign certificates
|
static DERObjectIdentifier |
PdfPKCS7.X509Name.EmailAddress
Email address (RSA PKCS#9 extension) - IA5String.
|
static DERObjectIdentifier |
PdfPKCS7.X509Name.GENERATION
Naming attribute of type X520name
|
static DERObjectIdentifier |
PdfPKCS7.X509Name.GIVENNAME
Naming attribute of type X520name
|
static DERObjectIdentifier |
PdfPKCS7.X509Name.INITIALS
Naming attribute of type X520name
|
static DERObjectIdentifier |
PdfPKCS7.X509Name.L
locality name - StringType(SIZE(1..64))
|
static DERObjectIdentifier |
PdfPKCS7.X509Name.O
organization - StringType(SIZE(1..64))
|
static DERObjectIdentifier |
PdfPKCS7.X509Name.OU
organizational unit name - StringType(SIZE(1..64))
|
static DERObjectIdentifier |
PdfPKCS7.X509Name.SN
device serial number name - StringType(SIZE(1..64))
|
static DERObjectIdentifier |
PdfPKCS7.X509Name.ST
state, or province name - StringType(SIZE(1..64))
|
static DERObjectIdentifier |
PdfPKCS7.X509Name.SURNAME
Naming attribute of type X520name
|
static DERObjectIdentifier |
PdfPKCS7.X509Name.T
Title
|
static DERObjectIdentifier |
PdfPKCS7.X509Name.UID
LDAP User id.
|
static DERObjectIdentifier |
PdfPKCS7.X509Name.UNIQUE_IDENTIFIER
Naming attribute of type X520name
|
Modifier and Type | Class and Description |
---|---|
class |
ASN1ObjectIdentifier |
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
DERExternal.getDirectReference()
Returns the direct reference of the external element
|
static DERObjectIdentifier |
DERObjectIdentifier.getInstance(ASN1TaggedObject obj,
boolean explicit)
return an Object Identifier from a tagged object.
|
static DERObjectIdentifier |
DERObjectIdentifier.getInstance(Object obj)
return an OID from the passed in object
|
Constructor and Description |
---|
DERExternal(DERObjectIdentifier directReference,
DERInteger indirectReference,
ASN1Object dataValueDescriptor,
DERTaggedObject externalData)
Creates a new instance of DERExternal
See X.690 for more informations about the meaning of these parameters
|
DERExternal(DERObjectIdentifier directReference,
DERInteger indirectReference,
ASN1Object dataValueDescriptor,
int encoding,
DERObject externalData)
Creates a new instance of DERExternal.
|
Modifier and Type | Field and Description |
---|---|
static DERObjectIdentifier |
BCObjectIdentifiers.bc
iso.org.dod.internet.private.enterprise.legion-of-the-bouncy-castle
1.3.6.1.4.1.22554
|
static DERObjectIdentifier |
BCObjectIdentifiers.bc_pbe
pbe(1) algorithms
|
static DERObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha1
SHA-1(1)
|
static DERObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha1_pkcs12 |
static DERObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha1_pkcs12_aes128_cbc
AES(1) .
|
static DERObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha1_pkcs12_aes192_cbc |
static DERObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha1_pkcs12_aes256_cbc |
static DERObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha1_pkcs5
PKCS-5(1)|PKCS-12(2)
|
static DERObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha224 |
static DERObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha256
SHA-2(2) .
|
static DERObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha256_pkcs12 |
static DERObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha256_pkcs12_aes128_cbc |
static DERObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha256_pkcs12_aes192_cbc |
static DERObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha256_pkcs12_aes256_cbc |
static DERObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha256_pkcs5 |
static DERObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha384 |
static DERObjectIdentifier |
BCObjectIdentifiers.bc_pbe_sha512 |
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
InfoTypeAndValue.getInfoType() |
Constructor and Description |
---|
InfoTypeAndValue(DERObjectIdentifier infoType) |
InfoTypeAndValue(DERObjectIdentifier infoType,
ASN1Encodable optionalValue) |
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
Attribute.getAttrType() |
DERObjectIdentifier |
EncryptedContentInfoParser.getContentType() |
DERObjectIdentifier |
EncryptedContentInfo.getContentType() |
DERObjectIdentifier |
OtherKeyAttribute.getKeyAttrId() |
DERObjectIdentifier |
OtherRecipientInfo.getType() |
Modifier and Type | Method and Description |
---|---|
Attribute |
AttributeTable.get(DERObjectIdentifier oid)
Return the first attribute matching the OBJECT IDENTIFIER oid.
|
ASN1EncodableVector |
AttributeTable.getAll(DERObjectIdentifier oid)
Return all the attributes matching the OBJECT IDENTIFIER oid.
|
Constructor and Description |
---|
Attribute(DERObjectIdentifier attrType,
ASN1Set attrValues) |
EncryptedContentInfo(DERObjectIdentifier contentType,
AlgorithmIdentifier contentEncryptionAlgorithm,
ASN1OctetString encryptedContent) |
OtherKeyAttribute(DERObjectIdentifier keyAttrId,
DEREncodable keyAttr) |
OtherRecipientInfo(DERObjectIdentifier oriType,
DEREncodable oriValue) |
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
AttributeTypeAndValue.getType() |
Constructor and Description |
---|
AttributeTypeAndValue(DERObjectIdentifier type,
ASN1Encodable value) |
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
GOST3410PublicKeyAlgParameters.getDigestParamSet() |
DERObjectIdentifier |
GOST3410PublicKeyAlgParameters.getEncryptionParamSet() |
static DERObjectIdentifier |
GOST3410NamedParameters.getOID(String name) |
static DERObjectIdentifier |
ECGOST3410NamedCurves.getOID(String name) |
DERObjectIdentifier |
GOST3410PublicKeyAlgParameters.getPublicKeyParamSet() |
Modifier and Type | Method and Description |
---|---|
static GOST3410ParamSetParameters |
GOST3410NamedParameters.getByOID(DERObjectIdentifier oid)
return the GOST3410ParamSetParameters object for the given OID, null if it
isn't present.
|
static ECDomainParameters |
ECGOST3410NamedCurves.getByOID(DERObjectIdentifier oid)
return the ECDomainParameters object for the given OID, null if it
isn't present.
|
static String |
ECGOST3410NamedCurves.getName(DERObjectIdentifier oid)
return the named curve name represented by the given object identifier.
|
Constructor and Description |
---|
GOST3410PublicKeyAlgParameters(DERObjectIdentifier publicKeyParamSet,
DERObjectIdentifier digestParamSet) |
GOST3410PublicKeyAlgParameters(DERObjectIdentifier publicKeyParamSet,
DERObjectIdentifier digestParamSet,
DERObjectIdentifier encryptionParamSet) |
Modifier and Type | Field and Description |
---|---|
static DERObjectIdentifier |
EACObjectIdentifiers.bsi_de |
static DERObjectIdentifier |
EACObjectIdentifiers.id_CA |
static DERObjectIdentifier |
EACObjectIdentifiers.id_CA_DH |
static DERObjectIdentifier |
EACObjectIdentifiers.id_CA_DH_3DES_CBC_CBC |
static DERObjectIdentifier |
EACObjectIdentifiers.id_CA_ECDH |
static DERObjectIdentifier |
EACObjectIdentifiers.id_CA_ECDH_3DES_CBC_CBC |
static DERObjectIdentifier |
EACObjectIdentifiers.id_EAC_ePassport
id-EAC-ePassport OBJECT IDENTIFIER ::= {
bsi-de applications(3) mrtd(1) roles(2) 1}
|
static DERObjectIdentifier |
EACObjectIdentifiers.id_PK |
static DERObjectIdentifier |
EACObjectIdentifiers.id_PK_DH |
static DERObjectIdentifier |
EACObjectIdentifiers.id_PK_ECDH |
static DERObjectIdentifier |
EACObjectIdentifiers.id_TA |
static DERObjectIdentifier |
EACObjectIdentifiers.id_TA_ECDSA |
static DERObjectIdentifier |
EACObjectIdentifiers.id_TA_ECDSA_SHA_1 |
static DERObjectIdentifier |
EACObjectIdentifiers.id_TA_ECDSA_SHA_224 |
static DERObjectIdentifier |
EACObjectIdentifiers.id_TA_ECDSA_SHA_256 |
static DERObjectIdentifier |
EACObjectIdentifiers.id_TA_ECDSA_SHA_384 |
static DERObjectIdentifier |
EACObjectIdentifiers.id_TA_ECDSA_SHA_512 |
static DERObjectIdentifier |
EACObjectIdentifiers.id_TA_RSA |
static DERObjectIdentifier |
EACObjectIdentifiers.id_TA_RSA_PSS_SHA_1 |
static DERObjectIdentifier |
EACObjectIdentifiers.id_TA_RSA_PSS_SHA_256 |
static DERObjectIdentifier |
EACObjectIdentifiers.id_TA_RSA_v1_5_SHA_1 |
static DERObjectIdentifier |
EACObjectIdentifiers.id_TA_RSA_v1_5_SHA_256 |
Modifier and Type | Field and Description |
---|---|
static DERObjectIdentifier |
CommitmentTypeIdentifier.proofOfApproval |
static DERObjectIdentifier |
CommitmentTypeIdentifier.proofOfCreation |
static DERObjectIdentifier |
CommitmentTypeIdentifier.proofOfDelivery |
static DERObjectIdentifier |
CommitmentTypeIdentifier.proofOfOrigin |
static DERObjectIdentifier |
CommitmentTypeIdentifier.proofOfReceipt |
static DERObjectIdentifier |
CommitmentTypeIdentifier.proofOfSender |
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
CommitmentTypeIndication.getCommitmentTypeId() |
DERObjectIdentifier |
CommitmentTypeQualifier.getCommitmentTypeIdentifier() |
DERObjectIdentifier |
OtherRevVals.getOtherRevValType() |
Constructor and Description |
---|
CommitmentTypeIndication(DERObjectIdentifier commitmentTypeId) |
CommitmentTypeIndication(DERObjectIdentifier commitmentTypeId,
ASN1Sequence commitmentTypeQualifier) |
CommitmentTypeQualifier(DERObjectIdentifier commitmentTypeIdentifier)
Creates a new
CommitmentTypeQualifier instance. |
CommitmentTypeQualifier(DERObjectIdentifier commitmentTypeIdentifier,
DEREncodable qualifier)
Creates a new
CommitmentTypeQualifier instance. |
OtherRevVals(DERObjectIdentifier otherRevValType,
ASN1Object otherRevVals) |
SignaturePolicyId(DERObjectIdentifier sigPolicyIdentifier,
OtherHashAlgAndValue sigPolicyHash) |
SignaturePolicyId(DERObjectIdentifier sigPolicyId,
OtherHashAlgAndValue sigPolicyHash,
SigPolicyQualifiers sigPolicyQualifiers) |
SigPolicyQualifierInfo(DERObjectIdentifier sigPolicyQualifierId,
DEREncodable sigQualifier) |
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
ContentHints.getContentType() |
Constructor and Description |
---|
ContentHints(DERObjectIdentifier contentType) |
ContentHints(DERObjectIdentifier contentType,
DERUTF8String contentDescription) |
Modifier and Type | Field and Description |
---|---|
static DERObjectIdentifier |
NamingAuthority.id_isismtt_at_namingAuthorities_RechtWirtschaftSteuern
Profession OIDs should always be defined under the OID branch of the
responsible naming authority.
|
static DERObjectIdentifier |
ProfessionInfo.Notar
Notar
|
static DERObjectIdentifier |
ProfessionInfo.Notariatsverwalter
Notariatsverwalter
|
static DERObjectIdentifier |
ProfessionInfo.Notariatsverwalterin
Notariatsverwalterin
|
static DERObjectIdentifier |
ProfessionInfo.Notarin
Notarin
|
static DERObjectIdentifier |
ProfessionInfo.Notarvertreter
Notarvertreter
|
static DERObjectIdentifier |
ProfessionInfo.Notarvertreterin
Notarvertreterin
|
static DERObjectIdentifier |
ProfessionInfo.Patentanwalt
Patentanwalt
|
static DERObjectIdentifier |
ProfessionInfo.Patentanwltin
Patentanw�ltin
|
static DERObjectIdentifier |
ProfessionInfo.Rechtsanwalt
Rechtsanwalt
|
static DERObjectIdentifier |
ProfessionInfo.Rechtsanwltin
Rechtsanw�ltin
|
static DERObjectIdentifier |
ProfessionInfo.Rechtsbeistand
Rechtsbeistand
|
static DERObjectIdentifier |
ProfessionInfo.Steuerberater
Steuerberater
|
static DERObjectIdentifier |
ProfessionInfo.Steuerberaterin
Steuerberaterin
|
static DERObjectIdentifier |
ProfessionInfo.Steuerbevollmchtigte
Steuerbevollm�chtigte
|
static DERObjectIdentifier |
ProfessionInfo.Steuerbevollmchtigter
Steuerbevollm�chtigter
|
static DERObjectIdentifier |
ProfessionInfo.VereidigteBuchprferin
Vereidigte Buchpr�ferin
|
static DERObjectIdentifier |
ProfessionInfo.VereidigterBuchprfer
Vereidigter Buchpr�fer
|
static DERObjectIdentifier |
ProfessionInfo.Wirtschaftsprfer
Wirtschaftspr�fer
|
static DERObjectIdentifier |
ProfessionInfo.Wirtschaftsprferin
Wirtschaftspr�ferin
|
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
NamingAuthority.getNamingAuthorityId() |
DERObjectIdentifier[] |
ProfessionInfo.getProfessionOIDs() |
Constructor and Description |
---|
NamingAuthority(DERObjectIdentifier namingAuthorityId,
String namingAuthorityUrl,
DirectoryString namingAuthorityText)
Constructor from given details.
|
ProfessionInfo(NamingAuthority namingAuthority,
DirectoryString[] professionItems,
DERObjectIdentifier[] professionOIDs,
String registrationNumber,
ASN1OctetString addProfessionInfo)
Constructor from given details.
|
Modifier and Type | Method and Description |
---|---|
static DERObjectIdentifier |
NISTNamedCurves.getOID(String name)
return the object identifier signified by the passed in name.
|
Modifier and Type | Method and Description |
---|---|
static X9ECParameters |
NISTNamedCurves.getByOID(DERObjectIdentifier oid)
return the X9ECParameters object for the named curve represented by
the passed in object identifier.
|
static String |
NISTNamedCurves.getName(DERObjectIdentifier oid)
return the named curve name represented by the given object identifier.
|
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
ResponseBytes.getResponseType() |
Constructor and Description |
---|
ResponseBytes(DERObjectIdentifier responseType,
ASN1OctetString response) |
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
Attribute.getAttrType() |
DERObjectIdentifier |
SafeBag.getBagId() |
DERObjectIdentifier |
CertBag.getCertId() |
DERObjectIdentifier |
EncryptedData.getContentType() |
DERObjectIdentifier |
ContentInfo.getContentType() |
DERObjectIdentifier |
PBES2Algorithms.getObjectId()
Deprecated.
|
Constructor and Description |
---|
Attribute(DERObjectIdentifier attrType,
ASN1Set attrValues) |
CertBag(DERObjectIdentifier certId,
DERObject certValue) |
ContentInfo(DERObjectIdentifier contentType,
DEREncodable content) |
EncryptedData(DERObjectIdentifier contentType,
AlgorithmIdentifier encryptionAlgorithm,
DEREncodable content) |
EncryptionScheme(DERObjectIdentifier objectId,
DEREncodable parameters) |
KeyDerivationFunc(DERObjectIdentifier id,
ASN1Encodable params) |
SafeBag(DERObjectIdentifier oid,
DERObject obj) |
SafeBag(DERObjectIdentifier oid,
DERObject obj,
ASN1Set bagAttributes) |
Modifier and Type | Method and Description |
---|---|
static DERObjectIdentifier |
SECNamedCurves.getOID(String name)
return the object identifier signified by the passed in name.
|
Modifier and Type | Method and Description |
---|---|
static X9ECParameters |
SECNamedCurves.getByOID(DERObjectIdentifier oid)
return the X9ECParameters object for the named curve represented by
the passed in object identifier.
|
static String |
SECNamedCurves.getName(DERObjectIdentifier oid)
return the named curve name represented by the given object identifier.
|
Modifier and Type | Field and Description |
---|---|
static DERObjectIdentifier |
SMIMECapability.aES128_CBC |
static DERObjectIdentifier |
SMIMECapability.aES192_CBC |
static DERObjectIdentifier |
SMIMECapability.aES256_CBC |
static DERObjectIdentifier |
SMIMECapability.canNotDecryptAny |
static DERObjectIdentifier |
SMIMECapabilities.canNotDecryptAny |
static DERObjectIdentifier |
SMIMECapability.dES_CBC
encryption algorithms preferences
|
static DERObjectIdentifier |
SMIMECapabilities.dES_CBC
encryption algorithms preferences
|
static DERObjectIdentifier |
SMIMECapability.dES_EDE3_CBC |
static DERObjectIdentifier |
SMIMECapabilities.dES_EDE3_CBC |
static DERObjectIdentifier |
SMIMEAttributes.encrypKeyPref |
static DERObjectIdentifier |
SMIMECapability.preferSignedData
general preferences
|
static DERObjectIdentifier |
SMIMECapabilities.preferSignedData
general preferences
|
static DERObjectIdentifier |
SMIMECapability.rC2_CBC |
static DERObjectIdentifier |
SMIMECapabilities.rC2_CBC |
static DERObjectIdentifier |
SMIMECapabilities.sMIMECapabilitesVersions |
static DERObjectIdentifier |
SMIMEAttributes.smimeCapabilities |
static DERObjectIdentifier |
SMIMECapability.sMIMECapabilitiesVersions |
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
SMIMECapability.getCapabilityID() |
Modifier and Type | Method and Description |
---|---|
void |
SMIMECapabilityVector.addCapability(DERObjectIdentifier capability) |
void |
SMIMECapabilityVector.addCapability(DERObjectIdentifier capability,
DEREncodable params) |
void |
SMIMECapabilityVector.addCapability(DERObjectIdentifier capability,
int value) |
Vector |
SMIMECapabilities.getCapabilities(DERObjectIdentifier capability)
returns a vector with 0 or more objects of all the capabilities
matching the passed in capability OID.
|
Constructor and Description |
---|
SMIMECapability(DERObjectIdentifier capabilityID,
DEREncodable parameters) |
Modifier and Type | Method and Description |
---|---|
static DERObjectIdentifier |
TeleTrusTNamedCurves.getOID(short curvesize,
boolean twisted) |
static DERObjectIdentifier |
TeleTrusTNamedCurves.getOID(String name)
return the object identifier signified by the passed in name.
|
Modifier and Type | Method and Description |
---|---|
static X9ECParameters |
TeleTrusTNamedCurves.getByOID(DERObjectIdentifier oid)
return the X9ECParameters object for the named curve represented by
the passed in object identifier.
|
static String |
TeleTrusTNamedCurves.getName(DERObjectIdentifier oid)
return the named curve name represented by the given object identifier.
|
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
TSTInfo.getPolicy() |
DERObjectIdentifier |
TimeStampReq.getReqPolicy() |
Constructor and Description |
---|
TimeStampReq(MessageImprint messageImprint,
DERObjectIdentifier tsaPolicy,
DERInteger nonce,
DERBoolean certReq,
X509Extensions extensions) |
TSTInfo(DERObjectIdentifier tsaPolicyId,
MessageImprint messageImprint,
DERInteger serialNumber,
DERGeneralizedTime genTime,
Accuracy accuracy,
DERBoolean ordering,
DERInteger nonce,
GeneralName tsa,
X509Extensions extensions) |
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 |
---|---|
static DERObjectIdentifier |
X509Name.BUSINESS_CATEGORY
Deprecated.
businessCategory - DirectoryString(SIZE(1..128)
|
static DERObjectIdentifier |
X509Name.C
Deprecated.
country code - StringType(SIZE(2))
|
static DERObjectIdentifier |
X509Name.CN
Deprecated.
common name - StringType(SIZE(1..64))
|
static DERObjectIdentifier |
X509Name.COUNTRY_OF_CITIZENSHIP
Deprecated.
RFC 3039 CountryOfCitizenship - PrintableString (SIZE (2)) -- ISO 3166
codes only
|
static DERObjectIdentifier |
X509Name.COUNTRY_OF_RESIDENCE
Deprecated.
RFC 3039 CountryOfResidence - PrintableString (SIZE (2)) -- ISO 3166
codes only
|
static DERObjectIdentifier |
X509Name.DATE_OF_BIRTH
Deprecated.
RFC 3039 DateOfBirth - GeneralizedTime - YYYYMMDD000000Z
|
static DERObjectIdentifier |
X509Name.DC
Deprecated.
|
static DERObjectIdentifier |
X509Name.DMD_NAME
Deprecated.
RFC 2256 dmdName
|
static DERObjectIdentifier |
X509Name.DN_QUALIFIER
Deprecated.
dnQualifier - DirectoryString(SIZE(1..64)
|
static DERObjectIdentifier |
X509Name.E
Deprecated.
email address in Verisign certificates
|
static DERObjectIdentifier |
X509Name.EmailAddress
Deprecated.
Email address (RSA PKCS#9 extension) - IA5String.
|
static DERObjectIdentifier |
X509Name.GENDER
Deprecated.
RFC 3039 Gender - PrintableString (SIZE(1)) -- "M", "F", "m" or "f"
|
static DERObjectIdentifier |
X509Name.GENERATION
Deprecated.
|
static DERObjectIdentifier |
X509Name.GIVENNAME
Deprecated.
|
static DERObjectIdentifier |
AccessDescription.id_ad_caIssuers |
static DERObjectIdentifier |
AccessDescription.id_ad_ocsp |
static DERObjectIdentifier |
X509Name.INITIALS
Deprecated.
|
static DERObjectIdentifier |
X509Name.L
Deprecated.
locality name - StringType(SIZE(1..64))
|
static DERObjectIdentifier |
X509Name.NAME
Deprecated.
id-at-name
|
static DERObjectIdentifier |
X509Name.NAME_AT_BIRTH
Deprecated.
ISIS-MTT NameAtBirth - DirectoryString(SIZE(1..64)
|
static DERObjectIdentifier |
X509Name.O
Deprecated.
organization - StringType(SIZE(1..64))
|
static DERObjectIdentifier |
X509Name.OU
Deprecated.
organizational unit name - StringType(SIZE(1..64))
|
static DERObjectIdentifier |
X509Name.PLACE_OF_BIRTH
Deprecated.
RFC 3039 PlaceOfBirth - DirectoryString(SIZE(1..128)
|
static DERObjectIdentifier |
X509Name.POSTAL_ADDRESS
Deprecated.
RFC 3039 PostalAddress - SEQUENCE SIZE (1..6) OF
DirectoryString(SIZE(1..30))
|
static DERObjectIdentifier |
X509Name.POSTAL_CODE
Deprecated.
postalCode - DirectoryString(SIZE(1..40)
|
static DERObjectIdentifier |
X509Name.PSEUDONYM
Deprecated.
RFC 3039 Pseudonym - DirectoryString(SIZE(1..64)
|
static DERObjectIdentifier |
X509Attributes.RoleSyntax |
static DERObjectIdentifier |
X509Name.SERIALNUMBER
Deprecated.
device serial number name - StringType(SIZE(1..64))
|
static DERObjectIdentifier |
X509Name.SN
Deprecated.
device serial number name - StringType(SIZE(1..64))
|
static DERObjectIdentifier |
X509Name.ST
Deprecated.
state, or province name - StringType(SIZE(1..64))
|
static DERObjectIdentifier |
X509Name.STREET
Deprecated.
street - StringType(SIZE(1..64))
|
static DERObjectIdentifier |
X509Name.SURNAME
Deprecated.
Naming attributes of type X520name
|
static DERObjectIdentifier |
X509Name.T
Deprecated.
Title
|
static DERObjectIdentifier |
X509Name.TELEPHONE_NUMBER
Deprecated.
id-at-telephoneNumber
|
static DERObjectIdentifier |
X509Name.UID
Deprecated.
LDAP User id.
|
static DERObjectIdentifier |
X509Name.UNIQUE_IDENTIFIER
Deprecated.
|
static DERObjectIdentifier |
X509Name.UnstructuredAddress
Deprecated.
|
static DERObjectIdentifier |
X509Name.UnstructuredName
Deprecated.
more from PKCS#9
|
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
AccessDescription.getAccessMethod() |
DERObjectIdentifier |
AlgorithmIdentifier.getObjectId()
Deprecated.
use getAlgorithm
|
DERObjectIdentifier |
ObjectDigestInfo.getOtherObjectTypeID() |
DERObjectIdentifier |
PolicyInformation.getPolicyIdentifier() |
DERObjectIdentifier |
PolicyQualifierInfo.getPolicyQualifierId() |
Modifier and Type | Method and Description |
---|---|
void |
X509ExtensionsGenerator.addExtension(DERObjectIdentifier oid,
boolean critical,
byte[] value)
Add an extension with the given oid and the passed in byte array to be wrapped in the
OCTET STRING associated with the extension.
|
void |
X509ExtensionsGenerator.addExtension(DERObjectIdentifier oid,
boolean critical,
DEREncodable value)
Add an extension with the given oid and the passed in value to be included
in the OCTET STRING associated with the extension.
|
abstract DERObject |
X509NameEntryConverter.getConvertedValue(DERObjectIdentifier oid,
String value)
Convert the passed in String value into the appropriate ASN.1
encoded object.
|
DERObject |
X509DefaultEntryConverter.getConvertedValue(DERObjectIdentifier oid,
String value)
Apply default coversion for the given value depending on the oid
and the character range of the value.
|
X509Extension |
X509Extensions.getExtension(DERObjectIdentifier oid)
Deprecated.
|
Vector |
X509Name.getValues(DERObjectIdentifier 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(DERObjectIdentifier oid,
GeneralName location)
create an AccessDescription with the oid and location provided.
|
AlgorithmIdentifier(DERObjectIdentifier objectId) |
AlgorithmIdentifier(DERObjectIdentifier objectId,
DEREncodable parameters) |
Attribute(DERObjectIdentifier attrType,
ASN1Set attrValues) |
AuthorityInformationAccess(DERObjectIdentifier oid,
GeneralName location)
create an AuthorityInformationAccess with the oid and location provided.
|
CertificatePolicies(DERObjectIdentifier p)
Deprecated.
use an ASN1Sequence of PolicyInformation
|
PolicyInformation(DERObjectIdentifier policyIdentifier) |
PolicyInformation(DERObjectIdentifier policyIdentifier,
ASN1Sequence policyQualifiers) |
PolicyQualifierInfo(DERObjectIdentifier policyQualifierId,
DEREncodable qualifier)
Creates a new
PolicyQualifierInfo instance. |
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
TypeOfBiometricData.getBiometricDataOid() |
DERObjectIdentifier |
SemanticsInformation.getSemanticsIdentifier() |
DERObjectIdentifier |
QCStatement.getStatementId() |
Constructor and Description |
---|
QCStatement(DERObjectIdentifier qcStatementId) |
QCStatement(DERObjectIdentifier qcStatementId,
ASN1Encodable qcStatementInfo) |
SemanticsInformation(DERObjectIdentifier semanticsIdentifier) |
SemanticsInformation(DERObjectIdentifier semanticsIdentifier,
GeneralName[] generalNames) |
TypeOfBiometricData(DERObjectIdentifier BiometricDataID) |
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
KeySpecificInfo.getAlgorithm() |
DERObjectIdentifier |
X9FieldID.getIdentifier() |
static DERObjectIdentifier |
X962NamedCurves.getOID(String name)
return the object identifier signified by the passed in name.
|
Modifier and Type | Method and Description |
---|---|
static X9ECParameters |
X962NamedCurves.getByOID(DERObjectIdentifier oid)
return the X9ECParameters object for the named curve represented by
the passed in object identifier.
|
static String |
X962NamedCurves.getName(DERObjectIdentifier oid)
return the named curve name represented by the given object identifier.
|
Constructor and Description |
---|
KeySpecificInfo(DERObjectIdentifier algorithm,
ASN1OctetString counter) |
X962Parameters(DERObjectIdentifier namedCurve) |
Modifier and Type | Method and Description |
---|---|
protected Map |
CMSSignedGenerator.getBaseParameters(DERObjectIdentifier contentType,
AlgorithmIdentifier digAlgId,
byte[] hash) |
protected Map |
CMSAuthenticatedGenerator.getBaseParameters(DERObjectIdentifier contentType,
AlgorithmIdentifier digAlgId,
byte[] hash) |
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
DHKDFParameters.getAlgorithm() |
Constructor and Description |
---|
DHKDFParameters(DERObjectIdentifier algorithm,
int keySize,
byte[] z) |
DHKDFParameters(DERObjectIdentifier algorithm,
int keySize,
byte[] z,
byte[] extraInfo) |
Modifier and Type | Method and Description |
---|---|
DEREncodable |
PKCS12BagAttributeCarrier.getBagAttribute(DERObjectIdentifier oid) |
void |
PKCS12BagAttributeCarrier.setBagAttribute(DERObjectIdentifier oid,
DEREncodable attribute) |
Modifier and Type | Field and Description |
---|---|
protected DERObjectIdentifier |
JCESecretKeyFactory.algOid |
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
JCEPBEKey.getOID() |
Constructor and Description |
---|
DESPBEKeyFactory(String algorithm,
DERObjectIdentifier oid,
boolean forCipher,
int scheme,
int digest,
int keySize,
int ivSize) |
JCEPBEKey(String algorithm,
DERObjectIdentifier oid,
int type,
int digest,
int keySize,
int ivSize,
PBEKeySpec pbeKeySpec,
CipherParameters param) |
JCESecretKeyFactory(String algName,
DERObjectIdentifier algOid) |
JDKDigestSignature(DERObjectIdentifier objId,
Digest digest,
AsymmetricBlockCipher cipher) |
JDKPKCS12KeyStore(Provider provider,
DERObjectIdentifier keyAlgorithm,
DERObjectIdentifier certAlgorithm) |
PBEKeyFactory(String algorithm,
DERObjectIdentifier oid,
boolean forCipher,
int scheme,
int digest,
int keySize,
int ivSize) |
Modifier and Type | Method and Description |
---|---|
static DERObjectIdentifier |
ECUtil.getNamedCurveOid(String name) |
Modifier and Type | Method and Description |
---|---|
static String |
ECUtil.getCurveName(DERObjectIdentifier oid) |
static X9ECParameters |
ECUtil.getNamedCurveByOid(DERObjectIdentifier oid) |
Modifier and Type | Method and Description |
---|---|
void |
X509V3CertificateGenerator.addExtension(DERObjectIdentifier oid,
boolean critical,
byte[] value)
Deprecated.
add a given extension field for the standard extensions tag (tag 3)
|
void |
X509V2CRLGenerator.addExtension(DERObjectIdentifier oid,
boolean critical,
byte[] value)
Deprecated.
add a given extension field for the standard extensions tag (tag 0)
|
void |
X509V3CertificateGenerator.addExtension(DERObjectIdentifier oid,
boolean critical,
DEREncodable value)
Deprecated.
add a given extension field for the standard extensions tag (tag 3)
|
void |
X509V2CRLGenerator.addExtension(DERObjectIdentifier oid,
boolean critical,
DEREncodable value)
Deprecated.
add a given extension field for the standard extensions tag (tag 0)
|
void |
X509V3CertificateGenerator.copyAndAddExtension(DERObjectIdentifier oid,
boolean critical,
X509Certificate cert)
Deprecated.
add a given extension field for the standard extensions tag (tag 3)
copying the extension value from another certificate.
|
Copyright © 2015. All rights reserved.