|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Untamed: 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.
java.security.spec.RSAPrivateKeySpec
,
java.security.spec.RSAMultiPrimePrivateCrtKeySpec
,
RSAPrivateKey
,
RSAPrivateCrtKey
Field Summary |
Fields inherited from interface java.security.PrivateKey |
serialVersionUID |
Method Summary | |
BigInteger |
getCrtCoefficient()
Enabled: Returns the crtCoefficient. |
RSAOtherPrimeInfo[] |
getOtherPrimeInfo()
Enabled: Returns the otherPrimeInfo or null if there are only two prime factors (p and q). |
BigInteger |
getPrimeExponentP()
Enabled: Returns the primeExponentP. |
BigInteger |
getPrimeExponentQ()
Enabled: Returns the primeExponentQ. |
BigInteger |
getPrimeP()
Enabled: Returns the primeP. |
BigInteger |
getPrimeQ()
Enabled: Returns the primeQ. |
BigInteger |
getPublicExponent()
Enabled: Returns the public exponent. |
Methods inherited from interface java.security.interfaces.RSAPrivateKey |
getPrivateExponent |
Methods inherited from interface java.security.Key |
getAlgorithm, getEncoded, getFormat |
Methods inherited from interface java.security.interfaces.RSAKey |
getModulus |
Method Detail |
public BigInteger getPublicExponent()
public BigInteger getPrimeP()
public BigInteger getPrimeQ()
public BigInteger getPrimeExponentP()
public BigInteger getPrimeExponentQ()
public BigInteger getCrtCoefficient()
public RSAOtherPrimeInfo[] getOtherPrimeInfo()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |