h18552 s 00000/00000/00173 d D 1.2 97/12/09 15:25:01 luehe 3 1 c rm ,* e s 00000/00000/00000 d R 1.2 97/12/09 15:23:56 Codemgr 2 1 c SunPro Code Manager data about conflicts, renames, etc... c Name history : 1 0 security/JCE1.2/earlyaccess/javax.crypto.interfaces.RSAPrivateKeyCrt.html e s 00173/00000/00000 d D 1.1 97/12/09 15:23:55 luehe 1 0 c date and time created 97/12/09 15:23:55 by luehe e u U f e 0 t T I 1 Interface javax.crypto.interfaces.RSAPrivateKeyCrt
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface javax.crypto.interfaces.RSAPrivateKeyCrt

public interface RSAPrivateKeyCrt
extends PrivateKey
The interface to an RSA private key, using the Chinese Remainder Theorem (CRT) representation.

See Also:
RSAPrivateKey

Method Index

 o getCrtCoefficient()
Returns the crtCoefficient.
 o getModulus()
Returns the modulus.
 o getPrimeExponentP()
Returns the primeExponentP.
 o getPrimeExponentQ()
Returns the primeExponentQ.
 o getPrimeP()
Returns the primeP.
 o getPrimeQ()
Returns the primeQ.
 o getPrivateExponent()
Returns the private exponent.
 o getPublicExponent()
Returns the public exponent.

Methods

 o getModulus
 public abstract BigInteger getModulus()
Returns the modulus.

Returns:
the modulus
 o getPublicExponent
 public abstract BigInteger getPublicExponent()
Returns the public exponent.

Returns:
the public exponent
 o getPrivateExponent
 public abstract BigInteger getPrivateExponent()
Returns the private exponent.

Returns:
the private exponent
 o getPrimeP
 public abstract BigInteger getPrimeP()
Returns the primeP.

Returns:
the primeP
 o getPrimeQ
 public abstract BigInteger getPrimeQ()
Returns the primeQ.

Returns:
the primeQ
 o getPrimeExponentP
 public abstract BigInteger getPrimeExponentP()
Returns the primeExponentP.

Returns:
the primeExponentP
 o getPrimeExponentQ
 public abstract BigInteger getPrimeExponentQ()
Returns the primeExponentQ.

Returns:
the primeExponentQ
 o getCrtCoefficient
 public abstract BigInteger getCrtCoefficient()
Returns the crtCoefficient.

Returns:
the crtCoefficient

All Packages  Class Hierarchy  This Package  Previous  Next  Index
E 1