org.bouncycastle.jce.provider

Class JCERSAPublicKey

public class JCERSAPublicKey extends Object implements RSAPublicKey

Method Summary
booleanequals(Object o)
StringgetAlgorithm()
byte[]getEncoded()
StringgetFormat()
BigIntegergetModulus()
return the modulus.
BigIntegergetPublicExponent()
return the public exponent.
inthashCode()
StringtoString()

Method Detail

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.

Returns: the modulus.

getPublicExponent

public BigInteger getPublicExponent()
return the public exponent.

Returns: the public exponent.

hashCode

public int hashCode()

toString

public String toString()