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 RSAKey
public BigInteger getPublicExponent()
getPublicExponent
in interface RSAPublicKey
public String getAlgorithm()
getAlgorithm
in interface Key
public byte[] getEncoded()
getEncoded
in interface Key
Copyright © 2015. All rights reserved.