com.ibm.security12.java.security.interfaces
Interface RSAPrivateKey

All Known Subinterfaces:
RSAPrivateCrtKey

public abstract interface RSAPrivateKey
extends PrivateKey

The interface to an RSA private key.

Version:
1.3, 98/12/01
Author:
Jan Luehe
See Also:
RSAPrivateCrtKey

Fields inherited from class java.security.PrivateKey
serialVersionUID
 
Fields inherited from class java.security.Key
serialVersionUID
 
Fields inherited from class java.io.Serializable
serialVersionUID
 
Method Summary
 java.math.BigInteger getModulus()
          Returns the modulus.
 java.math.BigInteger getPrivateExponent()
          Returns the private exponent.
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getModulus

public java.math.BigInteger getModulus()
Returns the modulus.
Returns:
the modulus

getPrivateExponent

public java.math.BigInteger getPrivateExponent()
Returns the private exponent.
Returns:
the private exponent