public class RSAPrivateCrtKeyParameters extends RSAKeyParameters
Constructor and Description |
---|
RSAPrivateCrtKeyParameters(com.joshvm.java.math.BigInteger modulus,
com.joshvm.java.math.BigInteger publicExponent,
com.joshvm.java.math.BigInteger privateExponent,
com.joshvm.java.math.BigInteger p,
com.joshvm.java.math.BigInteger q,
com.joshvm.java.math.BigInteger dP,
com.joshvm.java.math.BigInteger dQ,
com.joshvm.java.math.BigInteger qInv) |
Modifier and Type | Method and Description |
---|---|
com.joshvm.java.math.BigInteger |
getDP() |
com.joshvm.java.math.BigInteger |
getDQ() |
com.joshvm.java.math.BigInteger |
getP() |
com.joshvm.java.math.BigInteger |
getPublicExponent() |
com.joshvm.java.math.BigInteger |
getQ() |
com.joshvm.java.math.BigInteger |
getQInv() |
getExponent, getModulus
isPrivate
public RSAPrivateCrtKeyParameters(com.joshvm.java.math.BigInteger modulus, com.joshvm.java.math.BigInteger publicExponent, com.joshvm.java.math.BigInteger privateExponent, com.joshvm.java.math.BigInteger p, com.joshvm.java.math.BigInteger q, com.joshvm.java.math.BigInteger dP, com.joshvm.java.math.BigInteger dQ, com.joshvm.java.math.BigInteger qInv)
public com.joshvm.java.math.BigInteger getPublicExponent()
public com.joshvm.java.math.BigInteger getP()
public com.joshvm.java.math.BigInteger getQ()
public com.joshvm.java.math.BigInteger getDP()
public com.joshvm.java.math.BigInteger getDQ()
public com.joshvm.java.math.BigInteger getQInv()