|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RSAPrivateCrtKey
This interface provides access to information about an RSA private key in Chinese Remainder Theorem (CRT) format.
Field Summary | |
---|---|
static long |
serialVersionUID
|
Method Summary | |
---|---|
BigInteger |
getCrtCoefficient()
Returns the CRT coefficient |
BigInteger |
getPrimeExponentP()
Returns the primeExponentP |
BigInteger |
getPrimeExponentQ()
Returns the primeExponentQ |
BigInteger |
getPrimeP()
Returns the primeP value |
BigInteger |
getPrimeQ()
Returns the primeQ value |
BigInteger |
getPublicExponent()
Returns the public exponent for this key |
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 |
Field Detail |
---|
static final long serialVersionUID
Method Detail |
---|
BigInteger getPublicExponent()
BigInteger getPrimeP()
BigInteger getPrimeQ()
BigInteger getPrimeExponentP()
BigInteger getPrimeExponentQ()
BigInteger getCrtCoefficient()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |