Package gnu.crypto.der
Interface Summary |
DER |
The set of tags for DER types.
|
Class Summary |
BitString |
Immutable representation of a bit string, which is equivalent to a
byte array except some number of the rightmost bits are ignored. |
DEREncodingException | |
DERReader |
This class decodes DER sequences into Java objects. |
DERValue | |
DERWriter |
Methods that allow various Java types to be written as a DER
(Distinguished Encoding Rules) stream to the specified output stream.
|
OID |
This immutable class represents an object identifier, or OID.
|