public class RSAPrivateCrtKeyParameters extends RSAKeyParameters
Constructor and Description |
---|
RSAPrivateCrtKeyParameters(BigInteger modulus,
BigInteger publicExponent,
BigInteger privateExponent,
BigInteger p,
BigInteger q,
BigInteger dP,
BigInteger dQ,
BigInteger qInv) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getDP() |
BigInteger |
getDQ() |
BigInteger |
getP() |
BigInteger |
getPublicExponent() |
BigInteger |
getQ() |
BigInteger |
getQInv() |
getExponent, getModulus
isPrivate
public RSAPrivateCrtKeyParameters(BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger p, BigInteger q, BigInteger dP, BigInteger dQ, BigInteger qInv)
public BigInteger getPublicExponent()
public BigInteger getP()
public BigInteger getQ()
public BigInteger getDP()
public BigInteger getDQ()
public BigInteger getQInv()
Copyright © 2015. All rights reserved.