Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.lowagie.bc.asn1.* (50)

Package Samples:

com.lowagie.bc.asn1

Classes:

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. If an ASN.1 NULL is encountered a DER/BER Null object is returned.
OIDTokenizer: class for breaking up an OID into it's component tokens, ala java.util.StringTokenizer. We need this class as some of the lightweight Java environment don't support classes like StringTokenizer.
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).
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).
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).
DEREncodableVector: a general class for building up a vector of DER encodable objects - this will eventually be superceded by ASN1EncodableVector so you should use that class in preference.
ASN1Encodable: Abstract Syntax Notation One (ASN.1) is a formal language for abstractly describing messages to be exchanged between distributed computer systems.
DERInputStream: Don't use this class. It will eventually disappear, use ASN1InputStream. This class is scheduled for removal.
DERNumericString: DER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }.
ASN1EncodableVector: the parent class for this will eventually disappear. Use this one!
DERUnknownTag: We insert one of these when we find a tag we don't recognise.
DERIA5String: DER IA5String object - this is an ascii string.
DERApplicationSpecific: Base class for an application specific object
DERString: basic interface for DER string objects.
DERT61String: DER T61String (also the teletex string)
DERConstructedSequence: //@deprecated use DERSequence.
DERPrintableString: DER PrintableString object.
DERUniversalString: DER UniversalString object.
DERVisibleString: DER VisibleString object.
DERGeneralizedTime: Generalized time object.
DERSet: A DER encoded set object
DERUTF8String: DER UTF8String object.
DERBMPString: DER BMPString object.
BERNull: A BER NULL object.
DERUTCTime: UTC time object.

Home | Contact Us | Privacy Policy | Terms of Service