Bouncy Castle Cryptography 1.27

java.security.interfaces
Interface RSAPrivateKey

All Superinterfaces:
java.security.Key, java.security.PrivateKey, java.io.Serializable
All Known Subinterfaces:
RSAMultiPrimePrivateCrtKey, RSAPrivateCrtKey
All Known Implementing Classes:
JCERSAPrivateCrtKey, JCERSAPrivateKey

public interface RSAPrivateKey
extends java.security.PrivateKey


Field Summary
static long serialVersionUID
           
 
Method Summary
 java.math.BigInteger getModulus()
           
 java.math.BigInteger getPrivateExponent()
           
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Method Detail

getModulus

public java.math.BigInteger getModulus()

getPrivateExponent

public java.math.BigInteger getPrivateExponent()

Bouncy Castle Cryptography 1.27