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

Quick Search    Search Deep

gnu.java.security.der: Javadoc index of package gnu.java.security.der.


Package Samples:

gnu.java.security.der

Classes:

DERWriter: Methods that allow various Java types to be written as a DER (Distinguished Encoding Rules) stream to the specified output stream. DER is used to encode ASN.1 constructions, but this class provides no methods for interacting with ASN.1. Rather, callers should construct their output objects properly for whatever ASN.1 construct is being output. This class only defines static methods; there are no instance variables needed.
DERReader: This class decodes DER sequences into Java objects. The methods of this class do not have knowledge of higher-levels of structure in the DER stream -- such as ASN.1 constructions -- and it is therefore up to the calling application to determine if the data are structured properly by inspecting the DERValue that is returned.
BitString: Immutable representation of a bit string, which is equivalent to a byte array except some number of the rightmost bits are ignored. For example, this could be the bit string: 00010101 11101101 11010xxx Where the "xxx" represents three bits that should be ignored, and can have any value.
DER: The set of tags for DER types.
DEREncodingException
DERValue

Home | Contact Us | Privacy Policy | Terms of Service