org.bouncycastle.jce.provider
Class JCERSAPublicKey
java.lang.Object
org.bouncycastle.jce.provider.JCERSAPublicKey
- RSAPublicKey
public class JCERSAPublicKey
extends java.lang.Object
implements RSAPublicKey
equals
public boolean equals(Object o)
getAlgorithm
public String getAlgorithm()
getEncoded
public byte[] getEncoded()
getFormat
public String getFormat()
getModulus
public BigInteger getModulus()
return the modulus.
getPublicExponent
public BigInteger getPublicExponent()
return the public exponent.
toString
public String toString()