public class RSAPrivateKeySpec extends Object implements KeySpec
Constructor and Description |
---|
RSAPrivateKeySpec(BigInteger modulus,
BigInteger privateExponent) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getModulus() |
BigInteger |
getPrivateExponent() |
public RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent)
public BigInteger getModulus()
public BigInteger getPrivateExponent()