RSAPrivateKey
public class RSAPrivateKey extends Object
RSAPrivateKey
Constructor and Description |
---|
RSAPrivateKey(BigInteger d,
BigInteger e,
BigInteger n)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BigInteger |
getD()
Deprecated.
|
BigInteger |
getE()
Deprecated.
|
BigInteger |
getN()
Deprecated.
|
RSAPublicKey |
getPublicKey()
Deprecated.
|
KeyPair |
toJCEKeyPair()
Deprecated.
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
- the general security exceptionCopyright © 2020. All rights reserved.