public class RSAPublicKey extends java.lang.Object
RSAPublicKey(java.math.BigInteger e, java.math.BigInteger n)
java.math.BigInteger
getE()
getN()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RSAPublicKey(java.math.BigInteger e, java.math.BigInteger n)
public java.math.BigInteger getE()
public java.math.BigInteger getN()