Uses of Interface
org.gudy.bouncycastle.asn1.DERTags
Packages that use DERTags
Package
Description
A library for parsing and writing ASN.1 objects.
Miscellaneous object identifiers and objects.
Support classes useful for encoding and processing X.509 certificates.
-
Uses of DERTags in org.gudy.bouncycastle.asn1
Classes in org.gudy.bouncycastle.asn1 that implement DERTagsModifier and TypeClassDescriptionclass
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
A NULL object.class
class
class
class
class
class
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
class
Deprecated.use BERSequenceclass
Deprecated.use ASN1InputStreamclass
A BER NULL object.class
class
class
class
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
Base class for an application specific objectclass
class
DER BMPString object.class
class
Deprecated.use DERSequence.class
Deprecated.use DERSetclass
class
Generalized time object.class
class
DER IA5String object - this is an ascii string.class
Deprecated.use ASN1InputStreamclass
class
A NULL object.class
DER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }.class
class
class
class
class
DER PrintableString object.class
class
A DER encoded set objectclass
DER T61String (also the teletex string)class
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
DER UniversalString object.class
We insert one of these when we find a tag we don't recognise.class
UTC time object.class
DER UTF8String object.class
DER VisibleString object. -
Uses of DERTags in org.gudy.bouncycastle.asn1.misc
Classes in org.gudy.bouncycastle.asn1.misc that implement DERTagsModifier and TypeClassDescriptionclass
The NetscapeCertType object.class
class
-
Uses of DERTags in org.gudy.bouncycastle.asn1.x509
Classes in org.gudy.bouncycastle.asn1.x509 that implement DERTagsModifier and TypeClassDescriptionclass
CertPolicyId, used in the CertificatePolicies and PolicyMappings X509V3 Extensions.class
The CRLNumber object.class
The CRLReason enumeration.class
The KeyPurposeId object.class
The KeyUsage object.class
PolicyQualifierId, used in the CertificatePolicies X509V3 extension.class
The ReasonFlags object.