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

Quick Search    Search Deep

cryptix.jce.provider.dsa: Javadoc index of package cryptix.jce.provider.dsa.


Package Samples:

cryptix.jce.provider.dsa

Classes:

DSASignature: Implementation of the Digital Signature Algorithm (DSA) conformant with FIPS 186-2, Digital Signature Standard (DSS), February 2000. Tested and interoperable with the DSA implementation in the Sun JDKs.
SignatureData: Reads and writes DER encoded DSA signatures. DSA signatures are encoded as a DER sequence of two ASN.1 INTEGER values like this: SEQUENCE { r INTEGER; s INTEGER }
DSAPublicKeyOpenPGP: Public key for DSA. No parameter checking is done. This keys can encode itself in OpenPGP-like Cryptix format.
DSAPrivateKeyCryptix: Private key for DSA. No parameter checking is done. Encodes itself in an OpenPGP-like Cryptix format.
DSAPrivateKeyImpl: Private key for DSA. No parameter checking is done.
DSAPublicKeyImpl: Public key for DSA. No parameter checking is done.
RawDSASignature

Home | Contact Us | Privacy Policy | Terms of Service