Class ASN1Primitive

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ASN1Primitive
All Implemented Interfaces:
ASN1Encodable, Encodable
Direct Known Subclasses:
ASN1Absent, ASN1ApplicationSpecific, ASN1BitString, ASN1Boolean, ASN1Enumerated, ASN1External, ASN1GeneralizedTime, ASN1Integer, ASN1Null, ASN1ObjectIdentifier, ASN1OctetString, ASN1Sequence, ASN1Set, ASN1TaggedObject, ASN1UTCTime, DERBMPString, DERGeneralString, DERGraphicString, DERIA5String, DERNumericString, DERPrintableString, DERT61String, DERUniversalString, DERUTF8String, DERVideotexString, DERVisibleString

public abstract class ASN1Primitive extends ASN1Object
Base class for ASN.1 primitive objects. These are the actual objects used to generate byte encodings.