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