Modifier and Type | Class and Description |
---|---|
class |
ASN1Boolean |
class |
ASN1Enumerated |
class |
ASN1GeneralizedTime |
class |
ASN1Integer |
class |
ASN1Null
A NULL object.
|
class |
ASN1Object |
class |
ASN1ObjectIdentifier |
class |
ASN1OctetString |
class |
ASN1Sequence |
class |
ASN1Set |
class |
ASN1TaggedObject
ASN.1 TaggedObject - in ASN.1 notation this is any object preceded by
a [n] where n is some number - these are assumed to follow the construction
rules (as with sequences).
|
class |
ASN1UTCTime |
class |
BERApplicationSpecific |
class |
BERConstructedOctetString |
class |
BERNull
A BER NULL object.
|
class |
BERSequence |
class |
BERSet |
class |
BERTaggedObject
BER TaggedObject - in ASN.1 notation this is any object preceded by
a [n] where n is some number - these are assumed to follow the construction
rules (as with sequences).
|
class |
DERApplicationSpecific
Base class for an application specific object
|
class |
DERBitString |
class |
DERBMPString
DER BMPString object.
|
class |
DERBoolean |
class |
DEREnumerated |
class |
DERExternal
Class representing the DER-type External
|
class |
DERGeneralizedTime
Generalized time object.
|
class |
DERGeneralString |
class |
DERIA5String
DER IA5String object - this is an ascii string.
|
class |
DERInteger |
class |
DERNull
A NULL object.
|
class |
DERNumericString
DER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }.
|
class |
DERObject |
class |
DERObjectIdentifier |
class |
DEROctetString |
class |
DERPrintableString
DER PrintableString object.
|
class |
DERSequence |
class |
DERSet
A DER encoded set object
|
class |
DERT61String
DER T61String (also the teletex string)
|
class |
DERTaggedObject
DER TaggedObject - in ASN.1 notation this is any object preceded by
a [n] where n is some number - these are assumed to follow the construction
rules (as with sequences).
|
class |
DERUniversalString
DER UniversalString object.
|
class |
DERUnknownTag
We insert one of these when we find a tag we don't recognise.
|
class |
DERUTCTime
UTC time object.
|
class |
DERUTF8String
DER UTF8String object.
|
class |
DERVisibleString
DER VisibleString object.
|
class |
LazyDERSequence |
Modifier and Type | Method and Description |
---|---|
ASN1Encodable[] |
ASN1Set.toArray() |
Constructor and Description |
---|
DERSequence(ASN1Encodable[] a)
create a sequence containing an array of objects.
|
DERSet(ASN1Encodable[] a)
create a set from an array of objects.
|
Modifier and Type | Class and Description |
---|---|
class |
CAKeyUpdAnnContent |
class |
CertConfirmContent |
class |
CertifiedKeyPair |
class |
CertOrEncCert |
class |
CertRepMessage |
class |
CertResponse |
class |
CertStatus |
class |
CMPCertificate |
class |
CRLAnnContent |
class |
ErrorMsgContent |
class |
GenMsgContent |
class |
GenRepContent |
class |
Challenge |
class |
InfoTypeAndValue
Example InfoTypeAndValue contents include, but are not limited
to, the following (un-comment in this ASN.1 module and use as
appropriate for a given environment):
id-it-caProtEncCert OBJECT IDENTIFIER ::= {id-it 1}
CAProtEncCertValue ::= CMPCertificate
id-it-signKeyPairTypes OBJECT IDENTIFIER ::= {id-it 2}
SignKeyPairTypesValue ::= SEQUENCE OF AlgorithmIdentifier
id-it-encKeyPairTypes OBJECT IDENTIFIER ::= {id-it 3}
EncKeyPairTypesValue ::= SEQUENCE OF AlgorithmIdentifier
id-it-preferredSymmAlg OBJECT IDENTIFIER ::= {id-it 4}
PreferredSymmAlgValue ::= AlgorithmIdentifier
id-it-caKeyUpdateInfo OBJECT IDENTIFIER ::= {id-it 5}
CAKeyUpdateInfoValue ::= CAKeyUpdAnnContent
id-it-currentCRL OBJECT IDENTIFIER ::= {id-it 6}
CurrentCRLValue ::= CertificateList
id-it-unsupportedOIDs OBJECT IDENTIFIER ::= {id-it 7}
UnsupportedOIDsValue ::= SEQUENCE OF OBJECT IDENTIFIER
id-it-keyPairParamReq OBJECT IDENTIFIER ::= {id-it 10}
KeyPairParamReqValue ::= OBJECT IDENTIFIER
id-it-keyPairParamRep OBJECT IDENTIFIER ::= {id-it 11}
KeyPairParamRepValue ::= AlgorithmIdentifer
id-it-revPassphrase OBJECT IDENTIFIER ::= {id-it 12}
RevPassphraseValue ::= EncryptedValue
id-it-implicitConfirm OBJECT IDENTIFIER ::= {id-it 13}
ImplicitConfirmValue ::= NULL
id-it-confirmWaitTime OBJECT IDENTIFIER ::= {id-it 14}
ConfirmWaitTimeValue ::= GeneralizedTime
id-it-origPKIMessage OBJECT IDENTIFIER ::= {id-it 15}
OrigPKIMessageValue ::= PKIMessages
id-it-suppLangTags OBJECT IDENTIFIER ::= {id-it 16}
SuppLangTagsValue ::= SEQUENCE OF UTF8String
where
id-pkix OBJECT IDENTIFIER ::= {
iso(1) identified-organization(3)
dod(6) internet(1) security(5) mechanisms(5) pkix(7)}
and
id-it OBJECT IDENTIFIER ::= {id-pkix 4}
|
class |
KeyRecRepContent |
class |
OOBCertHash |
class |
PBMParameter |
class |
PKIBody |
class |
PKIConfirmContent |
class |
PKIFailureInfo
PKIFailureInfo ::= BIT STRING {
badAlg (0),
-- unrecognized or unsupported Algorithm Identifier
badMessageCheck (1), -- integrity check failed (e.g., signature did not verify)
badRequest (2),
-- transaction not permitted or supported
badTime (3), -- messageTime was not sufficiently close to the system time, as defined by local policy
badCertId (4), -- no certificate could be found matching the provided criteria
badDataFormat (5),
-- the data submitted has the wrong format
wrongAuthority (6), -- the authority indicated in the request is different from the one creating the response token
incorrectData (7), -- the requester's data is incorrect (for notary services)
missingTimeStamp (8), -- when the timestamp is missing but should be there (by policy)
badPOP (9) -- the proof-of-possession failed
certRevoked (10),
certConfirmed (11),
wrongIntegrity (12),
badRecipientNonce (13),
timeNotAvailable (14),
-- the TSA's time source is not available
unacceptedPolicy (15),
-- the requested TSA policy is not supported by the TSA
unacceptedExtension (16),
-- the requested extension is not supported by the TSA
addInfoNotAvailable (17)
-- the additional information requested could not be understood
-- or is not available
badSenderNonce (18),
badCertTemplate (19),
signerNotTrusted (20),
transactionIdInUse (21),
unsupportedVersion (22),
notAuthorized (23),
systemUnavail (24),
systemFailure (25),
-- the request cannot be handled due to system failure
duplicateCertReq (26)
|
class |
PKIFreeText |
class |
PKIHeader |
class |
PKIMessage |
class |
PKIMessages |
class |
PKIStatus |
class |
PKIStatusInfo |
class |
PollRepContent |
class |
PollReqContent |
class |
POPODecKeyChallContent |
class |
POPODecKeyRespContent |
class |
ProtectedPart |
class |
RevAnnContent |
class |
RevDetails |
class |
RevRepContent |
class |
RevReqContent |
Modifier and Type | Method and Description |
---|---|
ASN1Encodable |
PKIBody.getContent() |
ASN1Encodable |
InfoTypeAndValue.getInfoValue() |
Constructor and Description |
---|
InfoTypeAndValue(DERObjectIdentifier infoType,
ASN1Encodable optionalValue) |
PKIBody(int type,
ASN1Encodable content)
Creates a new PKIBody.
|
Modifier and Type | Class and Description |
---|---|
class |
Attribute |
class |
Attributes |
class |
AuthenticatedData |
class |
AuthEnvelopedData |
class |
CompressedData
RFC 3274 - CMS Compressed Data.
|
class |
ContentInfo |
class |
EncryptedContentInfo |
class |
EncryptedData |
class |
EnvelopedData |
class |
Evidence |
class |
IssuerAndSerialNumber |
class |
KEKIdentifier |
class |
KEKRecipientInfo |
class |
KeyAgreeRecipientIdentifier |
class |
KeyAgreeRecipientInfo |
class |
KeyTransRecipientInfo |
class |
MetaData |
class |
OriginatorIdentifierOrKey |
class |
OriginatorInfo |
class |
OriginatorPublicKey |
class |
OtherKeyAttribute |
class |
OtherRecipientInfo |
class |
PasswordRecipientInfo |
class |
RecipientEncryptedKey |
class |
RecipientIdentifier |
class |
RecipientInfo |
class |
RecipientKeyIdentifier |
class |
SignedData
a signed data object.
|
class |
SignerIdentifier |
class |
SignerInfo |
class |
Time |
class |
TimeStampAndCRL |
class |
TimeStampedData |
class |
TimeStampTokenEvidence |
Modifier and Type | Method and Description |
---|---|
AttributeTable |
AttributeTable.add(ASN1ObjectIdentifier attrType,
ASN1Encodable attrValue)
Return a new table with the passed in attribute added.
|
Modifier and Type | Class and Description |
---|---|
class |
MQVuserKeyingMaterial |
Modifier and Type | Class and Description |
---|---|
class |
AttributeTypeAndValue |
class |
CertId |
class |
CertReqMessages |
class |
CertReqMsg |
class |
CertRequest |
class |
CertTemplate |
class |
Controls |
class |
EncKeyWithID |
class |
EncryptedKey |
class |
EncryptedValue |
class |
OptionalValidity |
class |
PKIArchiveOptions |
class |
PKIPublicationInfo |
class |
PKMACValue
Password-based MAC value for use with POPOSigningKeyInput.
|
class |
POPOPrivKey |
class |
POPOSigningKey |
class |
POPOSigningKeyInput |
class |
ProofOfPossession |
class |
SinglePubInfo |
class |
SubsequentMessage |
Modifier and Type | Method and Description |
---|---|
ASN1Encodable |
EncKeyWithID.getIdentifier() |
ASN1Encodable |
ProofOfPossession.getObject() |
ASN1Encodable |
POPOPrivKey.getValue() |
ASN1Encodable |
PKIArchiveOptions.getValue() |
ASN1Encodable |
EncryptedKey.getValue() |
ASN1Encodable |
AttributeTypeAndValue.getValue() |
Constructor and Description |
---|
AttributeTypeAndValue(DERObjectIdentifier type,
ASN1Encodable value) |
AttributeTypeAndValue(String oid,
ASN1Encodable value) |
Modifier and Type | Class and Description |
---|---|
class |
ECGOST3410ParamSetParameters |
class |
GOST28147Parameters |
class |
GOST3410ParamSetParameters |
class |
GOST3410PublicKeyAlgParameters |
Modifier and Type | Class and Description |
---|---|
class |
CommitmentTypeIndication |
class |
CommitmentTypeQualifier
Commitment type qualifiers, used in the Commitment-Type-Indication attribute (RFC3126).
|
class |
CompleteRevocationRefs
CompleteRevocationRefs ::= SEQUENCE OF CrlOcspRef
|
class |
CrlIdentifier
CrlIdentifier ::= SEQUENCE
{
crlissuer Name,
crlIssuedTime UTCTime,
crlNumber INTEGER OPTIONAL
}
|
class |
CrlListID
CRLListID ::= SEQUENCE {
crls SEQUENCE OF CrlValidatedID }
|
class |
CrlOcspRef
CrlOcspRef ::= SEQUENCE {
crlids [0] CRLListID OPTIONAL,
ocspids [1] OcspListID OPTIONAL,
otherRev [2] OtherRevRefs OPTIONAL
}
|
class |
CrlValidatedID
CrlValidatedID ::= SEQUENCE {
crlHash OtherHash,
crlIdentifier CrlIdentifier OPTIONAL }
|
class |
OcspIdentifier
OcspIdentifier ::= SEQUENCE {
ocspResponderID ResponderID, -- As in OCSP response data
producedAt GeneralizedTime -- As in OCSP response data
}
|
class |
OcspListID
OcspListID ::= SEQUENCE {
ocspResponses SEQUENCE OF OcspResponsesID
}
|
class |
OcspResponsesID
OcspResponsesID ::= SEQUENCE {
ocspIdentifier OcspIdentifier,
ocspRepHash OtherHash OPTIONAL
}
|
class |
OtherHash
OtherHash ::= CHOICE {
sha1Hash OtherHashValue, -- This contains a SHA-1 hash
otherHash OtherHashAlgAndValue
}
|
class |
OtherHashAlgAndValue |
class |
OtherRevRefs
OtherRevRefs ::= SEQUENCE {
otherRevRefType OtherRevRefType,
otherRevRefs ANY DEFINED BY otherRevRefType
}
OtherRevRefType ::= OBJECT IDENTIFIER
|
class |
OtherRevVals
OtherRevVals ::= SEQUENCE {
otherRevValType OtherRevValType,
otherRevVals ANY DEFINED BY OtherRevValType
}
OtherRevValType ::= OBJECT IDENTIFIER
|
class |
RevocationValues
RevocationValues ::= SEQUENCE {
crlVals [0] SEQUENCE OF CertificateList OPTIONAL,
ocspVals [1] SEQUENCE OF BasicOCSPResponse OPTIONAL,
otherRevVals [2] OtherRevVals OPTIONAL}
|
class |
SignaturePolicyId |
class |
SignaturePolicyIdentifier |
class |
SignerAttribute |
class |
SignerLocation
Signer-Location attribute (RFC3126).
|
class |
SigPolicyQualifierInfo |
class |
SigPolicyQualifiers |
Modifier and Type | Class and Description |
---|---|
class |
ContentHints |
class |
ContentIdentifier |
class |
ESSCertID |
class |
ESSCertIDv2 |
class |
OtherCertID |
class |
OtherSigningCertificate |
class |
SigningCertificate |
class |
SigningCertificateV2 |
Modifier and Type | Class and Description |
---|---|
class |
CscaMasterList
The CscaMasterList object.
|
class |
DataGroupHash
The DataGroupHash object.
|
class |
LDSSecurityObject
The LDSSecurityObject object (V1.8).
|
class |
LDSVersionInfo |
Modifier and Type | Class and Description |
---|---|
class |
CertHash
ISIS-MTT PROFILE: The responder may include this extension in a response to
send the hash of the requested certificate to the responder.
|
class |
RequestedCertificate
ISIS-MTT-Optional: The certificate requested by the client by inserting the
RetrieveIfAllowed extension in the request, will be returned in this
extension.
|
Modifier and Type | Class and Description |
---|---|
class |
AdditionalInformationSyntax
Some other information of non-restrictive nature regarding the usage of this
certificate.
|
class |
Admissions
An Admissions structure.
|
class |
AdmissionSyntax
Attribute to indicate admissions to certain professions.
|
class |
DeclarationOfMajority
A declaration of majority.
|
class |
MonetaryLimit
Monetary limit for transactions.
|
class |
NamingAuthority
Names of authorities which are responsible for the administration of title
registers.
|
class |
ProcurationSyntax
Attribute to indicate that the certificate holder may sign in the name of a
third person.
|
class |
ProfessionInfo
Professions, specializations, disciplines, fields of activity, etc.
|
class |
Restriction
Some other restriction regarding the usage of this certificate.
|
Modifier and Type | Class and Description |
---|---|
class |
CAST5CBCParameters |
class |
IDEACBCPar |
class |
NetscapeCertType
The NetscapeCertType object.
|
class |
NetscapeRevocationURL |
class |
VerisignCzagExtension |
Modifier and Type | Class and Description |
---|---|
class |
PublicKeyAndChallenge
This is designed to parse
the PublicKeyAndChallenge created by the KEYGEN tag included by
Mozilla based browsers.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicOCSPResponse |
class |
CertID |
class |
CrlID |
class |
OCSPRequest |
class |
OCSPResponse |
class |
OCSPResponseStatus |
class |
Request |
class |
ResponderID |
class |
ResponseBytes |
class |
ResponseData |
class |
RevokedInfo |
class |
ServiceLocator |
class |
Signature |
class |
SingleResponse |
class |
TBSRequest |
Modifier and Type | Class and Description |
---|---|
class |
ElGamalParameter |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticatedSafe |
class |
CertBag |
class |
CertificationRequest
PKCS10 Certification request object.
|
class |
CertificationRequestInfo
PKCS10 CertificationRequestInfo object.
|
class |
DHParameter |
class |
EncryptedPrivateKeyInfo |
class |
EncryptionScheme |
class |
KeyDerivationFunc |
class |
MacData |
class |
PBEParameter |
class |
PBES2Algorithms
Deprecated.
- use AlgorithmIdentifier and PBES2Parameters
|
class |
PBES2Parameters |
class |
PBKDF2Params |
class |
Pfx
the infamous Pfx from PKCS12
|
class |
PKCS12PBEParams |
class |
PrivateKeyInfo |
class |
RC2CBCParameter |
class |
RSAESOAEPparams |
class |
RSAPrivateKeyStructure |
class |
RSASSAPSSparams |
class |
SafeBag |
Constructor and Description |
---|
KeyDerivationFunc(DERObjectIdentifier id,
ASN1Encodable params) |
Modifier and Type | Class and Description |
---|---|
class |
ECPrivateKeyStructure
the elliptic curve private key object from SEC 1
|
Constructor and Description |
---|
ECPrivateKeyStructure(BigInteger key,
ASN1Encodable parameters) |
ECPrivateKeyStructure(BigInteger key,
DERBitString publicKey,
ASN1Encodable parameters) |
Modifier and Type | Class and Description |
---|---|
class |
SMIMECapabilities
Handler class for dealing with S/MIME Capabilities
|
class |
SMIMECapabilitiesAttribute |
class |
SMIMECapability |
class |
SMIMEEncryptionKeyPreferenceAttribute
The SMIMEEncryptionKeyPreference object.
|
Modifier and Type | Class and Description |
---|---|
class |
Accuracy |
class |
MessageImprint |
class |
TimeStampReq |
class |
TimeStampResp |
class |
TSTInfo |
Modifier and Type | Class and Description |
---|---|
class |
DirectoryString |
class |
RDN |
class |
X500Name
Name ::= CHOICE {
RDNSequence }
RDNSequence ::= SEQUENCE OF RelativeDistinguishedName
RelativeDistinguishedName ::= SET SIZE (1..MAX) OF AttributeTypeAndValue
AttributeTypeAndValue ::= SEQUENCE {
type OBJECT IDENTIFIER,
value ANY }
|
Modifier and Type | Method and Description |
---|---|
ASN1Encodable |
AttributeTypeAndValue.getValue() |
ASN1Encodable |
X500NameStyle.stringToValue(ASN1ObjectIdentifier oid,
String value)
Convert the passed in String value into the appropriate ASN.1
encoded object.
|
Modifier and Type | Method and Description |
---|---|
X500NameBuilder |
X500NameBuilder.addMultiValuedRDN(ASN1ObjectIdentifier[] oids,
ASN1Encodable[] values) |
X500NameBuilder |
X500NameBuilder.addRDN(ASN1ObjectIdentifier oid,
ASN1Encodable value) |
Constructor and Description |
---|
AttributeTypeAndValue(ASN1ObjectIdentifier type,
ASN1Encodable value) |
RDN(ASN1ObjectIdentifier oid,
ASN1Encodable value)
Create a single valued RDN.
|
Modifier and Type | Method and Description |
---|---|
ASN1Encodable |
RFC4519Style.stringToValue(ASN1ObjectIdentifier oid,
String value) |
ASN1Encodable |
BCStyle.stringToValue(ASN1ObjectIdentifier oid,
String value) |
static ASN1Encodable |
IETFUtils.valueFromHexString(String str,
int off) |
Modifier and Type | Method and Description |
---|---|
static String |
IETFUtils.valueToString(ASN1Encodable value) |
Modifier and Type | Class and Description |
---|---|
class |
AccessDescription
The AccessDescription object.
|
class |
AlgorithmIdentifier |
class |
AttCertIssuer |
class |
AttCertValidityPeriod |
class |
AttributeCertificate |
class |
AttributeCertificateInfo |
class |
AuthorityInformationAccess
The AuthorityInformationAccess object.
|
class |
AuthorityKeyIdentifier
The AuthorityKeyIdentifier object.
|
class |
BasicConstraints |
class |
CertificateList
PKIX RFC-2459
The X.509 v2 CRL syntax is as follows.
|
class |
CertificatePair
This class helps to support crossCerfificatePairs in a LDAP directory
according RFC 2587
crossCertificatePairATTRIBUTE::={
WITH SYNTAX CertificatePair
EQUALITY MATCHING RULE certificatePairExactMatch
ID joint-iso-ccitt(2) ds(5) attributeType(4) crossCertificatePair(40)}
The forward elements of the crossCertificatePair attribute of a
CA's directory entry shall be used to store all, except self-issued
certificates issued to this CA.
|
class |
CertificatePolicies |
class |
CertPolicyId
CertPolicyId, used in the CertificatePolicies and PolicyMappings
X509V3 Extensions.
|
class |
CRLDistPoint |
class |
CRLNumber
The CRLNumber object.
|
class |
CRLReason
The CRLReason enumeration.
|
class |
DigestInfo
The DigestInfo object.
|
class |
DisplayText
DisplayText class, used in
CertificatePolicies X509 V3 extensions (in policy qualifiers). |
class |
DistributionPoint
The DistributionPoint object.
|
class |
DistributionPointName
The DistributionPointName object.
|
class |
DSAParameter |
class |
ExtendedKeyUsage
The extendedKeyUsage object.
|
class |
GeneralName
The GeneralName object.
|
class |
GeneralNames |
class |
GeneralSubtree
Class for containing a restriction object subtrees in NameConstraints.
|
class |
Holder
The Holder object.
|
class |
IetfAttrSyntax
Implementation of
IetfAttrSyntax as specified by RFC3281. |
class |
IssuerSerial |
class |
IssuingDistributionPoint
IssuingDistributionPoint ::= SEQUENCE {
distributionPoint [0] DistributionPointName OPTIONAL,
onlyContainsUserCerts [1] BOOLEAN DEFAULT FALSE,
onlyContainsCACerts [2] BOOLEAN DEFAULT FALSE,
onlySomeReasons [3] ReasonFlags OPTIONAL,
indirectCRL [4] BOOLEAN DEFAULT FALSE,
onlyContainsAttributeCerts [5] BOOLEAN DEFAULT FALSE }
|
class |
KeyPurposeId
The KeyPurposeId object.
|
class |
KeyUsage
The KeyUsage object.
|
class |
NameConstraints |
class |
NoticeReference
NoticeReference class, used in
CertificatePolicies X509 V3 extensions
(in policy qualifiers). |
class |
ObjectDigestInfo
ObjectDigestInfo ASN.1 structure used in v2 attribute certificates.
|
class |
PolicyInformation |
class |
PolicyMappings
PolicyMappings V3 extension, described in RFC3280.
|
class |
PolicyQualifierId
PolicyQualifierId, used in the CertificatePolicies
X509V3 extension.
|
class |
PolicyQualifierInfo
Policy qualifiers, used in the X509V3 CertificatePolicies
extension.
|
class |
PrivateKeyUsagePeriod
PrivateKeyUsagePeriod ::= SEQUENCE {
notBefore [0] GeneralizedTime OPTIONAL,
notAfter [1] GeneralizedTime OPTIONAL }
|
class |
ReasonFlags
The ReasonFlags object.
|
class |
RoleSyntax
Implementation of the RoleSyntax object as specified by the RFC3281.
|
class |
RSAPublicKeyStructure |
class |
SubjectDirectoryAttributes
This extension may contain further X.500 attributes of the subject.
|
class |
SubjectKeyIdentifier
The SubjectKeyIdentifier object.
|
class |
SubjectPublicKeyInfo
The object that contains the public key stored in a certficate.
|
class |
Target
Target structure used in target information extension for attribute
certificates from RFC 3281.
|
class |
TargetInformation
Target information extension for attributes certificates according to RFC
3281.
|
class |
Targets
Targets structure used in target information extension for attribute
certificates from RFC 3281.
|
class |
TBSCertificateStructure
The TBSCertificate object.
|
class |
TBSCertList
PKIX RFC-2459 - TBSCertList object.
|
static class |
TBSCertList.CRLEntry |
class |
UserNotice
UserNotice class, used in
CertificatePolicies X509 extensions (in policy
qualifiers). |
class |
V2Form |
class |
X509CertificateStructure
an X509Certificate structure.
|
class |
X509Extensions |
class |
X509Name
Deprecated.
use org.bouncycastle.asn1.x500.X500Name.
|
Modifier and Type | Method and Description |
---|---|
ASN1Encodable[] |
Attribute.getAttributeValues() |
ASN1Encodable |
AttCertIssuer.getIssuer() |
ASN1Encodable |
DistributionPointName.getName()
Return the tagged object inside the distribution point name.
|
ASN1Encodable |
X509Extension.getParsedValue() |
Modifier and Type | Method and Description |
---|---|
void |
V2AttributeCertificateInfoGenerator.addAttribute(String oid,
ASN1Encodable value) |
Constructor and Description |
---|
DistributionPointName(int type,
ASN1Encodable name) |
GeneralName(int tag,
ASN1Encodable name)
When the subjectAltName extension contains an Internet mail address,
the address MUST be included as an rfc822Name.
|
Modifier and Type | Class and Description |
---|---|
class |
BiometricData
The BiometricData object.
|
class |
Iso4217CurrencyCode
The Iso4217CurrencyCode object.
|
class |
MonetaryValue
The MonetaryValue object.
|
class |
QCStatement
The QCStatement object.
|
class |
SemanticsInformation
The SemanticsInformation object.
|
class |
TypeOfBiometricData
The TypeOfBiometricData object.
|
Modifier and Type | Method and Description |
---|---|
ASN1Encodable |
QCStatement.getStatementInfo() |
Constructor and Description |
---|
QCStatement(DERObjectIdentifier qcStatementId,
ASN1Encodable qcStatementInfo) |
Modifier and Type | Class and Description |
---|---|
class |
NameOrPseudonym
Structure for a name or pseudonym.
|
class |
PersonalData
Contains personal data for the otherName field in the subjectAltNames
extension.
|
Modifier and Type | Class and Description |
---|---|
class |
DHDomainParameters |
class |
DHPublicKey |
class |
DHValidationParms |
class |
KeySpecificInfo
ASN.1 def for Diffie-Hellman key exchange KeySpecificInfo structure.
|
class |
OtherInfo
ANS.1 def for Diffie-Hellman key exchange OtherInfo structure.
|
class |
X962Parameters |
class |
X9Curve
ASN.1 def for Elliptic-Curve Curve structure.
|
class |
X9ECParameters
ASN.1 def for Elliptic-Curve ECParameters structure.
|
class |
X9ECPoint
class for describing an ECPoint as a DER object.
|
class |
X9FieldElement
class for processing an FieldElement as a DER object.
|
class |
X9FieldID
ASN.1 def for Elliptic-Curve Field ID structure.
|
Modifier and Type | Method and Description |
---|---|
X509v2AttributeCertificateBuilder |
X509v2AttributeCertificateBuilder.addAttribute(ASN1ObjectIdentifier attrType,
ASN1Encodable attrValue)
Add an attribute to the certification request we are building.
|
X509v2AttributeCertificateBuilder |
X509v2AttributeCertificateBuilder.addAttribute(ASN1ObjectIdentifier attrType,
ASN1Encodable[] attrValues)
Add an attribute with multiple values to the certification request we are building.
|
X509v3CertificateBuilder |
X509v3CertificateBuilder.addExtension(ASN1ObjectIdentifier oid,
boolean isCritical,
ASN1Encodable value)
Add a given extension field for the standard extensions tag (tag 3)
|
X509v2CRLBuilder |
X509v2CRLBuilder.addExtension(ASN1ObjectIdentifier oid,
boolean isCritical,
ASN1Encodable value)
Add a given extension field for the standard extensions tag (tag 3)
|
X509v2AttributeCertificateBuilder |
X509v2AttributeCertificateBuilder.addExtension(ASN1ObjectIdentifier oid,
boolean isCritical,
ASN1Encodable value)
Add a given extension field for the standard extensions tag
|
Modifier and Type | Method and Description |
---|---|
ASN1Encodable |
RegTokenControl.getValue()
Return the token associated with this control (a UTF8String).
|
ASN1Encodable |
PKIArchiveControl.getValue()
Return the underlying ASN.1 object.
|
ASN1Encodable |
Control.getValue()
Return the value contained in this control object.
|
ASN1Encodable |
AuthenticatorControl.getValue()
Return the token associated with this control (a UTF8String).
|
Modifier and Type | Method and Description |
---|---|
CertificateRequestMessageBuilder |
CertificateRequestMessageBuilder.addExtension(ASN1ObjectIdentifier oid,
boolean critical,
ASN1Encodable value) |
Modifier and Type | Method and Description |
---|---|
protected abstract ASN1Encodable |
KeyAgreeRecipientInfoGenerator.getUserKeyingMaterial(AlgorithmIdentifier keyAgreeAlgorithm) |
Modifier and Type | Method and Description |
---|---|
protected ASN1Encodable |
JceKeyAgreeRecipientInfoGenerator.getUserKeyingMaterial(AlgorithmIdentifier keyAgreeAlg) |
Modifier and Type | Class and Description |
---|---|
class |
PKCS10CertificationRequest
A class for verifying and creating PKCS10 Certification requests.
|
class |
X509KeyUsage
A holding class for constructing an X509 Key Usage extension.
|
class |
X509Principal
a general extension of X509Name with a couple of extra methods and
constructors.
|
Modifier and Type | Class and Description |
---|---|
class |
NetscapeCertRequest
Handles NetScape certificate request (KEYGEN), these are constructed as:
SignedPublicKeyAndChallenge ::= SEQUENCE {
publicKeyAndChallenge PublicKeyAndChallenge,
signatureAlgorithm AlgorithmIdentifier,
signature BIT STRING
}
PublicKey's encoded-format has to be X.509. |
Modifier and Type | Class and Description |
---|---|
class |
SignedPublicKeyAndChallenge
This is designed to parse the SignedPublicKeyAndChallenge created by the
KEYGEN tag included by Mozilla based browsers.
|
Modifier and Type | Method and Description |
---|---|
PKCS10CertificationRequestBuilder |
PKCS10CertificationRequestBuilder.addAttribute(ASN1ObjectIdentifier attrType,
ASN1Encodable attrValue)
Add an attribute to the certification request we are building.
|
PKCS10CertificationRequestBuilder |
PKCS10CertificationRequestBuilder.addAttribute(ASN1ObjectIdentifier attrType,
ASN1Encodable[] attrValues)
Add an attribute with multiple values to the certification request we are building.
|
Modifier and Type | Method and Description |
---|---|
void |
TimeStampRequestGenerator.addExtension(ASN1ObjectIdentifier oid,
boolean critical,
ASN1Encodable value)
add a given extension field for the standard extensions tag (tag 3)
|
void |
TimeStampRequestGenerator.addExtension(String OID,
boolean critical,
ASN1Encodable value)
Deprecated.
use method taking ASN1ObjectIdentifier
|
Modifier and Type | Class and Description |
---|---|
class |
X509Attribute
Class for carrying the values in an X.509 Attribute.
|
Modifier and Type | Method and Description |
---|---|
ASN1Encodable[] |
X509Attribute.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
X509V2AttributeCertificateGenerator.addExtension(String oid,
boolean critical,
ASN1Encodable value)
Deprecated.
add a given extension field for the standard extensions tag
|
Constructor and Description |
---|
X509Attribute(String oid,
ASN1Encodable value)
Create an X.509 Attribute with the type given by the passed in oid and
the value represented by an ASN.1 Set containing value.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorityKeyIdentifierStructure
A high level authority key identifier.
|
class |
SubjectKeyIdentifierStructure
A high level subject key identifier.
|
Copyright © 2015. All rights reserved.