public class RSAPrivateKey extends Object
Constructor and Description |
---|
RSAPrivateKey(BigInteger d,
BigInteger e,
BigInteger n) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getD() |
BigInteger |
getE() |
BigInteger |
getN() |
RSAPublicKey |
getPublicKey() |
KeyPair |
toJCEKeyPair()
Converts this to a JCE API representation of the RSA key pair.
|
public RSAPrivateKey(BigInteger d, BigInteger e, BigInteger n)
public BigInteger getD()
public BigInteger getE()
public BigInteger getN()
public RSAPublicKey getPublicKey()
public KeyPair toJCEKeyPair() throws GeneralSecurityException
GeneralSecurityException
Copyright © 2015. All rights reserved.