API Overview API Index Direct link to this page
JDK 1.6
  Package: java.security.interfaces
Author(s)
Since
JDK1.1
Version
Serial
Description
  Provides interfaces for generating RSA (Rivest, Shamir and Adleman AsymmetricCipher algorithm) keys as defined in the RSA Laboratory Technical Note PKCS#1, and DSA (Digital Signature Algorithm) keys as defined in NIST's FIPS-186.
See also:   
DSAKey View Source The interface to a DSA public or private key.
DSAKeyPairGenerator View Source An interface to an object capable of generating DSA key pairs.
DSAParams View Source Interface to a DSA-specific set of key parameters, which defines a DSA key family.
DSAPrivateKey View Source The standard interface to a DSA private key.
DSAPublicKey View Source The interface to a DSA public key.
ECKey View Source The interface to an elliptic curve (EC) key.
ECPrivateKey View Source The interface to an elliptic curve (EC) private key.
ECPublicKey View Source The interface to an elliptic curve (EC) public key.
RSAKey View Source The interface to an RSA public or private key.
RSAMultiPrimePrivateCrtKey View Source The interface to an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information values.
RSAPrivateCrtKey View Source The interface to an RSA private key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem (CRT) information values.
RSAPrivateKey View Source The interface to an RSA private key.
RSAPublicKey View Source The interface to an RSA public key.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar