public class RSAPrivateCrtKeySpec extends RSAPrivateKeySpec
Constructor and Description |
---|
RSAPrivateCrtKeySpec(BigInteger modulus,
BigInteger publicExponent,
BigInteger privateExponent,
BigInteger primeP,
BigInteger primeQ,
BigInteger primeExponentP,
BigInteger primeExponentQ,
BigInteger crtCoefficient) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getCrtCoefficient() |
BigInteger |
getPrimeExponentP() |
BigInteger |
getPrimeExponentQ() |
BigInteger |
getPrimeP() |
BigInteger |
getPrimeQ() |
BigInteger |
getPublicExponent() |
getModulus, getPrivateExponent
public RSAPrivateCrtKeySpec(BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger primeP, BigInteger primeQ, BigInteger primeExponentP, BigInteger primeExponentQ, BigInteger crtCoefficient)
public BigInteger getCrtCoefficient()
public BigInteger getPrimeExponentP()
public BigInteger getPrimeExponentQ()
public BigInteger getPrimeP()
public BigInteger getPrimeQ()
public BigInteger getPublicExponent()