java.security.interfaces
Interface RSAPrivateCrtKey
java.lang.Object
|
+--java.security.interfaces.RSAKey
|
+--java.security.interfaces.RSAPrivateKey
|
+--java.security.interfaces.RSAPrivateCrtKey
All Implemented Interfaces:
RSAPrivateKey, RSAKey
This interface provides access to information about an RSA private
key in Chinese Remainder Theorem (CRT) format.
Author:- Aaron M. Renn (arenn@urbanophile.com)
getCrtCoefficient
public BigInteger getCrtCoefficient()
Returns the CRT coefficient
Returns:
getPrimeExponentP
public BigInteger getPrimeExponentP()
Returns the primeExponentP
Returns:
getPrimeExponentQ
public BigInteger getPrimeExponentQ()
Returns the primeExponentQ
Returns:
getPrimeP
public BigInteger getPrimeP()
Returns the primeP value
Returns:
getPrimeQ
public BigInteger getPrimeQ()
Returns the primeQ value
Returns:
getPublicExponent
public BigInteger getPublicExponent()
Returns the public exponent for this key
Returns:
- The public exponent for this key