org.bouncycastle.jce.provider

Class JCERSAPublicKey

Implemented Interfaces:
RSAPublicKey

public class JCERSAPublicKey
extends java.lang.Object
implements RSAPublicKey

Method Summary

boolean
equals(Object o)
String
getAlgorithm()
byte[]
getEncoded()
String
getFormat()
BigInteger
getModulus()
return the modulus.
BigInteger
getPublicExponent()
return the public exponent.
int
hashCode()
String
toString()

Method Details

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()