public class RSAPublicKey extends Object
Constructor and Description |
---|
RSAPublicKey(BigInteger e,
BigInteger n) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getE() |
BigInteger |
getN() |
public RSAPublicKey(BigInteger e, BigInteger n)
public BigInteger getE()
public BigInteger getN()
Copyright © 2020. All rights reserved.