h07706
s 00003/00003/00202
d D 1.2 97/12/09 15:25:12 luehe 3 1
c rm ,*
e
s 00000/00000/00000
d R 1.2 97/10/09 09:58:23 Codemgr 2 1
c SunPro Code Manager data about conflicts, renames, etc...
c Name history : 1 0 security/JCE1.2/earlyaccess/javax.crypto.spec.RSAPrivateKeyCrtSpec.html
e
s 00205/00000/00000
d D 1.1 97/10/09 09:58:22 luehe 1 0
c date and time created 97/10/09 09:58:22 by luehe
e
u
U
f e 0
t
T
I 1
D 3
E 3
I 3
E 3
Class javax.crypto.spec.RSAPrivateKeyCrtSpec
D 3
All Packages Class Hierarchy This Package Previous Next Index
E 3
I 3
All Packages Class Hierarchy This Package Previous Next Index
E 3
Class javax.crypto.spec.RSAPrivateKeyCrtSpec
java.lang.Object
|
+----javax.crypto.spec.RSAPrivateKeyCrtSpec
- public class RSAPrivateKeyCrtSpec
- extends Object
- implements KeySpec
This class specifies an RSA private key using the
Chinese Remainder Theorem (CRT) representation.
- See Also:
- Key, KeyFactory, KeySpec, PKCS8EncodedKeySpec, RSAPrivateKeySpec, RSAPublicKeySpec
-
RSAPrivateKeyCrtSpec(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger)
-
-
getCrtCoefficient()
- Returns the crtCoefficient.
-
getModulus()
- Returns the modulus.
-
getPrimeExponentP()
- Returns the primeExponentP.
-
getPrimeExponentQ()
- Returns the primeExponentQ.
-
getPrimeP()
- Returns the primeP.
-
getPrimeQ()
- Returns the primeQ.
-
getPrivateExponent()
- Returns the private exponent.
-
getPublicExponent()
- Returns the public exponent.
RSAPrivateKeyCrtSpec
public RSAPrivateKeyCrtSpec(BigInteger modulus,
BigInteger publicExponent,
BigInteger privateExponent,
BigInteger primeP,
BigInteger primeQ,
BigInteger primeExponentP,
BigInteger primeExponentQ,
BigInteger crtCoefficient)
getModulus
public BigInteger getModulus()
- Returns the modulus.
- Returns:
- the modulus
getPublicExponent
public BigInteger getPublicExponent()
- Returns the public exponent.
- Returns:
- the public exponent
getPrivateExponent
public BigInteger getPrivateExponent()
- Returns the private exponent.
- Returns:
- the private exponent
getPrimeP
public BigInteger getPrimeP()
- Returns the primeP.
- Returns:
- the primeP
getPrimeQ
public BigInteger getPrimeQ()
- Returns the primeQ.
- Returns:
- the primeQ
getPrimeExponentP
public BigInteger getPrimeExponentP()
- Returns the primeExponentP.
- Returns:
- the primeExponentP
getPrimeExponentQ
public BigInteger getPrimeExponentQ()
- Returns the primeExponentQ.
- Returns:
- the primeExponentQ
getCrtCoefficient
public BigInteger getCrtCoefficient()
- Returns the crtCoefficient.
- Returns:
- the crtCoefficient
D 3
All Packages Class Hierarchy This Package Previous Next Index
E 3
I 3
All Packages Class Hierarchy This Package Previous Next Index
E 3
E 1