com.mindbright.jca.security.interfaces
Interface RSAPrivateKey

All Superinterfaces:
Key, PrivateKey, RSAKey, java.io.Serializable
All Known Subinterfaces:
RSAPrivateCrtKey
All Known Implementing Classes:
RSAPrivateCrtKey, RSAPrivateKey

public interface RSAPrivateKey
extends RSAKey, PrivateKey


Method Summary
 java.math.BigInteger getPrivateExponent()
           
 
Methods inherited from interface com.mindbright.jca.security.interfaces.RSAKey
getModulus
 
Methods inherited from interface com.mindbright.jca.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getPrivateExponent

java.math.BigInteger getPrivateExponent()