ice.crypto
Class RSAPrivateKeyImpl
java.lang.Object
ice.crypto.RSAPrivateKeyImpl
- All Implemented Interfaces:
- Key, PrivateKey, xjava.security.interfaces.RSAPrivateKey, Serializable
- public class RSAPrivateKeyImpl
- extends Object
- implements xjava.security.interfaces.RSAPrivateKey
An implementation of the interface RSAPrivateKey
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getModulus
public BigInteger getModulus()
- Specified by:
getModulus in interface xjava.security.interfaces.RSAPrivateKey
getPrivateExponent
public BigInteger getPrivateExponent()
- Specified by:
getPrivateExponent in interface xjava.security.interfaces.RSAPrivateKey
getEncoded
public byte[] getEncoded()
- Specified by:
getEncoded in interface Key
getFormat
public String getFormat()
- Specified by:
getFormat in interface Key
getAlgorithm
public String getAlgorithm()
- Specified by:
getAlgorithm in interface Key