| java.lang.Object org.xbill.DNS.security.RSAPubKey
RSAPubKey | class RSAPubKey implements RSAPublicKey(Code) | | A stub implementation of an RSA public key
author: Brian Wellington |
getAlgorithm | public String getAlgorithm()(Code) | | Obtain the algorithm of an RSA public key
|
getEncoded | public byte[] getEncoded()(Code) | | Obtain the encoded representation of an RSA public key (unimplemented)
|
getFormat | public String getFormat()(Code) | | Obtain the format of an RSA public key (unimplemented)
|
getModulus | public BigInteger getModulus()(Code) | | Obtain the modulus of an RSA public key
|
getPublicExponent | public BigInteger getPublicExponent()(Code) | | Obtain the exponent of an RSA public key
|
|
|