public class RSAPublicKey extends Object
| Constructor and Description |
|---|
RSAPublicKey(BigInteger e,
BigInteger n) |
public RSAPublicKey(BigInteger e, BigInteger n)
public BigInteger getE()
public BigInteger getN()
Copyright © 2013. All Rights Reserved.