public class KeyFactors extends Object
| Constructor and Description |
|---|
KeyFactors(BigInteger modulus,
BigInteger exponent) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getExponent() |
BigInteger |
getModulus() |
public KeyFactors(BigInteger modulus, BigInteger exponent)
public BigInteger getModulus()
public BigInteger getExponent()
Copyright © 2020. All rights reserved.