public static class RSAKeysGenerator.RSAKeys extends Object
| Constructor and Description |
|---|
RSAKeys(BigInteger modulus,
BigInteger publicExponent,
BigInteger privateExponent) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getModulus() |
BigInteger |
getPrivateExponent() |
BigInteger |
getPublicExponent() |
public RSAKeys(BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent)
public BigInteger getModulus()
public BigInteger getPublicExponent()
public BigInteger getPrivateExponent()
Copyright © 2019. All rights reserved.