Modifier and Type | Class and Description |
---|---|
class |
ASN1Boolean |
class |
ASN1Enumerated |
class |
ASN1GeneralizedTime |
class |
ASN1Integer |
class |
ASN1Null
A NULL object.
|
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 |
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 |
DERUTCTime
UTC time object.
|
class |
DERUTF8String
DER UTF8String object.
|
class |
DERVisibleString
DER VisibleString object.
|
class |
LazyDERSequence |
Modifier and Type | Method and Description |
---|---|
static ASN1Object |
ASN1Object.fromByteArray(byte[] data)
Create a base ASN.1 object from a byte stream.
|
ASN1Object |
DERExternal.getDataValueDescriptor()
Returns the data value descriptor
|
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 | Class and Description |
---|---|
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)
|
Modifier and Type | Class and Description |
---|---|
class |
SubsequentMessage |
Modifier and Type | Method and Description |
---|---|
ASN1Object |
OtherRevRefs.getOtherRevRefs() |
ASN1Object |
OtherRevVals.getOtherRevVals() |
Constructor and Description |
---|
OtherRevVals(DERObjectIdentifier otherRevValType,
ASN1Object otherRevVals) |
Modifier and Type | Class and Description |
---|---|
class |
NetscapeCertType
The NetscapeCertType object.
|
class |
NetscapeRevocationURL |
class |
VerisignCzagExtension |
Modifier and Type | Class and Description |
---|---|
class |
OCSPResponseStatus |
Modifier and Type | Method and Description |
---|---|
ASN1Object |
ECPrivateKeyStructure.getParameters() |
Modifier and Type | Class and Description |
---|---|
class |
CertPolicyId
CertPolicyId, used in the CertificatePolicies and PolicyMappings
X509V3 Extensions.
|
class |
CRLNumber
The CRLNumber object.
|
class |
CRLReason
The CRLReason enumeration.
|
class |
KeyPurposeId
The KeyPurposeId object.
|
class |
KeyUsage
The KeyUsage object.
|
class |
PolicyQualifierId
PolicyQualifierId, used in the CertificatePolicies
X509V3 extension.
|
class |
ReasonFlags
The ReasonFlags object.
|
Modifier and Type | Method and Description |
---|---|
static ASN1Object |
X509Extension.convertValueToObject(X509Extension ext)
Convert the value of the passed in extension to an object
|
Modifier and Type | Method and Description |
---|---|
static ASN1Object |
X509ExtensionUtil.fromExtensionValue(byte[] encodedValue) |
Copyright © 2015. All rights reserved.