SUMMARY: NESTED | FIELD | CONSTR |
METHOD
DETAIL: FIELD | CONSTR |
METHOD
java.security.interfaces
Interface RSAPrivateCrtKey
- All Superinterfaces:
- Key, PrivateKey, RSAKey, RSAPrivateKey, Serializable
- public interface RSAPrivateCrtKey
- extends RSAPrivateKey
Untamed: The interface to an RSA private key, as defined in the PKCS#1 standard,
using the Chinese Remainder Theorem (CRT) information values.
- Version:
- 1.9 01/12/03
- Author:
- Jan Luehe
- See Also:
RSAPrivateKey
Field Summary
Fields inherited from interface java.security.PrivateKey
Method Summary
Methods inherited from interface java.security.interfaces.RSAPrivateKey
Methods inherited from interface java.security.Key
Methods inherited from interface java.security.interfaces.RSAKey
Method Detail
getPublicExponent
public BigInteger getPublicExponent()
- Enabled: Returns the public exponent.
-
- Returns:
- the public exponent
getPrimeP
public BigInteger getPrimeP()
- Enabled: Returns the primeP.
-
- Returns:
- the primeP
getPrimeQ
public BigInteger getPrimeQ()
- Enabled: Returns the primeQ.
-
- Returns:
- the primeQ
getPrimeExponentP
public BigInteger getPrimeExponentP()
- Enabled: Returns the primeExponentP.
-
- Returns:
- the primeExponentP
getPrimeExponentQ
public BigInteger getPrimeExponentQ()
- Enabled: Returns the primeExponentQ.
-
- Returns:
- the primeExponentQ
getCrtCoefficient
public BigInteger getCrtCoefficient()
- Enabled: Returns the crtCoefficient.
-
- Returns:
- the crtCoefficient
SUMMARY: NESTED | FIELD | CONSTR |
METHOD
DETAIL: FIELD | CONSTR |
METHOD