ice.crypto
Class RSAPrivateKeyImpl

java.lang.Object
  extended byice.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

Field Summary
 
Fields inherited from interface java.security.PrivateKey
serialVersionUID
 
Method Summary
 String getAlgorithm()
           
 byte[] getEncoded()
           
 String getFormat()
           
 BigInteger getModulus()
           
 BigInteger getPrivateExponent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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