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

Quick Search    Search Deep

Package gnu.java.security.sig.dss

Class Summary
DSSSignature The DSS (Digital Signature Standard) algorithm makes use of the following parameters:
DSSSignatureRawCodec An object that implements the gnu.java.security.sig.ISignatureCodec operations for the Raw format to use with DSS signatures.
DSSSignatureX509Codec An implementation of an gnu.java.security.sig.ISignatureCodec that knows to encode and decode DSS signatures into the raw bytes which would constitute a DER-encoded form of the ASN.1 structure defined in RFC-2459, and RFC-2313 as described in the next paragraphs.