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

Quick Search    Search Deep
D G I J R S

D

DSAKey - interface java.security.interfaces.DSAKey.
This interface is implemented by a class to return the parameters of a Digital Signature Algorithm (DSA) public or private key.
DSAKeyPairGenerator - interface java.security.interfaces.DSAKeyPairGenerator.
This interface contains methods for intializing a Digital Signature Algorithm key generation engine.
DSAParams - interface java.security.interfaces.DSAParams.
This interface allows the Digital Signature Algorithm (DSA) parameters to be queried.
DSAPrivateKey - interface java.security.interfaces.DSAPrivateKey.
This interface models a Digital Signature Algorithm (DSA) private key
DSAPublicKey - interface java.security.interfaces.DSAPublicKey.
This interface models a Digital Signature Algorithm (DSA) public key

G

getCrtCoefficient() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the CRT Coefficient.
getCrtCoefficient() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the CRT coefficient
getG() - Method in interface java.security.interfaces.DSAParams
Returns the base, or 'g' value
getModulus() - Method in interface java.security.interfaces.RSAKey
Generates a modulus.
getOtherPrimeInfo() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the OtherPrimeInfo triplet MPIs or null if there are only two known prime factors (p and q).
getP() - Method in interface java.security.interfaces.DSAParams
Returns the prime, or 'p' value
getParams() - Method in interface java.security.interfaces.DSAKey
This method returns non-secret parameters of the DSA key
getPrimeExponentP() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the prime's exponent p.
getPrimeExponentP() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the primeExponentP
getPrimeExponentQ() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the prime's exponent q.
getPrimeExponentQ() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the primeExponentQ
getPrimeP() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the prime p.
getPrimeP() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the primeP value
getPrimeQ() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the prime q.
getPrimeQ() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the primeQ value
getPrivateExponent() - Method in interface java.security.interfaces.RSAPrivateKey
Returns the private exponent value for this key
getPublicExponent() - Method in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
Returns the public exponent.
getPublicExponent() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the public exponent for this key
getPublicExponent() - Method in interface java.security.interfaces.RSAPublicKey
Returns the public exponent value for this key
getQ() - Method in interface java.security.interfaces.DSAParams
Returns the subprime, or 'q' value
getX() - Method in interface java.security.interfaces.DSAPrivateKey
This method returns the value of the DSA private key
getY() - Method in interface java.security.interfaces.DSAPublicKey
This method returns the value of the DSA public key

I

initialize(DSAParams, SecureRandom) - Method in interface java.security.interfaces.DSAKeyPairGenerator
Initializes the key generator with the specified DSA parameters and random bit source
initialize(int, boolean, SecureRandom) - Method in interface java.security.interfaces.DSAKeyPairGenerator
Initializes the key generator to a give modulus.

J

java.security.interfaces - package java.security.interfaces
 

R

RSAKey - interface java.security.interfaces.RSAKey.
A generic RSA Key interface for public and private keys
RSAMultiPrimePrivateCrtKey - interface java.security.interfaces.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.
RSAPrivateCrtKey - interface java.security.interfaces.RSAPrivateCrtKey.
This interface provides access to information about an RSA private key in Chinese Remainder Theorem (CRT) format.
RSAPrivateKey - interface java.security.interfaces.RSAPrivateKey.
This interface provides access to information about an RSA private key.
RSAPublicKey - interface java.security.interfaces.RSAPublicKey.
This interface provides access to information about an RSA public key.

S

serialVersionUID - Static variable in interface java.security.interfaces.DSAPrivateKey
The version identifier used for serialization.
serialVersionUID - Static variable in interface java.security.interfaces.DSAPublicKey
The version identifier used for serialization.
serialVersionUID - Static variable in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
 
serialVersionUID - Static variable in interface java.security.interfaces.RSAPrivateCrtKey
 
serialVersionUID - Static variable in interface java.security.interfaces.RSAPrivateKey
 
serialVersionUID - Static variable in interface java.security.interfaces.RSAPublicKey
 

D G I J R S