public class OpenSSLRSAPublicKey extends Object implements RSAPublicKey, OpenSSLKeyHolder
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
BigInteger |
getModulus() |
OpenSSLKey |
getOpenSSLKey() |
BigInteger |
getPublicExponent() |
int |
hashCode() |
String |
toString() |
public OpenSSLKey getOpenSSLKey()
getOpenSSLKey in interface OpenSSLKeyHolderpublic String getAlgorithm()
getAlgorithm in interface Keypublic byte[] getEncoded()
getEncoded in interface Keypublic BigInteger getModulus()
getModulus in interface RSAKeypublic BigInteger getPublicExponent()
getPublicExponent in interface RSAPublicKey