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() |
public RSAPrivateKey(BigInteger d, BigInteger e, BigInteger n)
public BigInteger getD()
public BigInteger getE()
public BigInteger getN()
public RSAPublicKey getPublicKey()
Copyright © 2018. All rights reserved.