|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DERTags | |
---|---|
com.digt.trusted.asn1 | A library for parsing and writing ASN.1 objects. |
com.digt.trusted.asn1.cmp | |
com.digt.trusted.asn1.misc | |
com.digt.trusted.asn1.ocsp | Support classes useful for encoding and supporting OCSP objects. |
com.digt.trusted.asn1.x509 | Support classes useful for encoding and processing X.509 certificates. |
Uses of DERTags in com.digt.trusted.asn1 |
---|
Classes in com.digt.trusted.asn1 that implement DERTags | |
---|---|
class |
ASN1InputStream
a general purpose ASN.1 decoder - note: this class differs from the others in that it returns null after it has read the last object in the stream. |
class |
ASN1Null
A NULL object. |
class |
ASN1OctetString
|
class |
ASN1OutputStream
|
class |
ASN1Sequence
|
class |
ASN1Set
|
class |
ASN1TaggedObject
ASN.1 TaggedObject - in ASN.1 nottation this is any object proceeded by a [n] where n is some number - these are assume to follow the construction rules (as with sequences). |
class |
BERConstructedOctetString
|
class |
BERConstructedSequence
Deprecated. use BERSequence |
class |
BERInputStream
Deprecated. use ASN1InputStream |
class |
BERNull
A BER NULL object. |
class |
BEROutputStream
|
class |
BERSequence
|
class |
BERSet
|
class |
BERTaggedObject
BER TaggedObject - in ASN.1 nottation this is any object proceeded by a [n] where n is some number - these are assume 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 |
DERConstructedSequence
Deprecated. use DERSequence. |
class |
DERConstructedSet
Deprecated. use DERSet |
class |
DEREnumerated
|
class |
DERGeneralizedTime
Generalized time object. |
class |
DERGeneralString
|
class |
DERIA5String
DER IA5String object - this is an ascii string. |
class |
DERInputStream
Deprecated. use ASN1InputStream |
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 |
DEROutputStream
|
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 nottation this is any object proceeded by a [n] where n is some number - these are assume 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. |
Uses of DERTags in com.digt.trusted.asn1.cmp |
---|
Classes in com.digt.trusted.asn1.cmp that implement DERTags | |
---|---|
class |
PKIFailureInfo
PKIFailureInfo ::= BIT STRING { badAlg (0), -- unrecognized or unsupported Algorithm Identifier badRequest (2), -- transaction not permitted or supported badDataFormat (5), -- the data submitted has the wrong format 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 systemFailure (25) -- the request cannot be handled due to system failure } |
Uses of DERTags in com.digt.trusted.asn1.misc |
---|
Classes in com.digt.trusted.asn1.misc that implement DERTags | |
---|---|
class |
NetscapeCertType
The NetscapeCertType object. |
class |
NetscapeRevocationURL
|
class |
VerisignCzagExtension
|
Uses of DERTags in com.digt.trusted.asn1.ocsp |
---|
Classes in com.digt.trusted.asn1.ocsp that implement DERTags | |
---|---|
class |
OCSPResponseStatus
|
Uses of DERTags in com.digt.trusted.asn1.x509 |
---|
Classes in com.digt.trusted.asn1.x509 that implement DERTags | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |