org.bouncycastle.jce.provider
public class JCERSAPublicKey extends 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() |
Returns: the modulus.
Returns: the public exponent.