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

Quick Search    Search Deep

java.security.interfaces: Javadoc index of package java.security.interfaces.


Package Samples:

java.security.interfaces

Classes:

DSAKeyPairGenerator: This interface contains methods for intializing a Digital Signature Algorithm key generation engine. The initialize methods may be called any number of times. If no explicity initialization call is made, then the engine defaults to generating 1024-bit keys using pre-calculated base, prime, and subprime values.
RSAMultiPrimePrivateCrtKey: 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.
DSAKey: This interface is implemented by a class to return the parameters of a Digital Signature Algorithm (DSA) public or private key.
RSAPrivateCrtKey: This interface provides access to information about an RSA private key in Chinese Remainder Theorem (CRT) format.
DSAParams: This interface allows the Digital Signature Algorithm (DSA) parameters to be queried.
RSAPrivateKey: This interface provides access to information about an RSA private key.
RSAPublicKey: This interface provides access to information about an RSA public key.
DSAPrivateKey: This interface models a Digital Signature Algorithm (DSA) private key
DSAPublicKey: This interface models a Digital Signature Algorithm (DSA) public key
RSAKey: A generic RSA Key interface for public and private keys

Home | Contact Us | Privacy Policy | Terms of Service