Bouncy Castle Cryptography 1.11

Package org.bouncycastle.asn1

Interface Summary
DEREncodable  
DERString basic interface for DER string objects.
DERTags  
 

Class Summary
BERConstructedOctetString  
BERConstructedSequence  
BERInputStream  
BEROutputStream  
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).
DERBitString  
DERBMPString DER BMPString object.
DERBoolean  
DERConstructedSequence  
DERConstructedSet  
DERIA5String DER IA5String object - this is an ascii string.
DERInputStream  
DERInteger  
DERObject  
DERObjectIdentifier  
DEROctetString  
DEROutputStream  
DERPrintableString DER PrintableString object.
DERSet DER Set with a single object.
DERT61String DER T61String (also the teletex string)
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).
DERUnknownTag We insert one of these when we find a tag we don't recognise.
DERUTCTime UTC time object.
DERVisibleString DER VisibleString object.
OIDTokenizer class for breaking up an OID into it's component tokens, ala java.util.StringTokenizer.
 


Bouncy Castle Cryptography 1.11