public class JCERSAPublicKey extends Object implements RSAPublicKey
| Modifier and Type | Method and Description |
|---|---|
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() |
public BigInteger getModulus()
getModulus in interface RSAKeypublic BigInteger getPublicExponent()
getPublicExponent in interface RSAPublicKeypublic String getAlgorithm()
getAlgorithm in interface Keypublic byte[] getEncoded()
getEncoded in interface KeyCopyright © 2015. All rights reserved.