java.security.interfaces
Interface RSAPrivateCrtKey

All Superinterfaces:
Key, PrivateKey, RSAKey, RSAPrivateKey, Serializable

public interface RSAPrivateCrtKey
extends RSAPrivateKey


Field Summary
 
Fields inherited from interface java.security.PrivateKey
serialVersionUID
 
Method Summary
 BigInteger getCrtCoefficient()
           
 BigInteger getPrimeExponentP()
           
 BigInteger getPrimeExponentQ()
           
 BigInteger getPrimeP()
           
 BigInteger getPrimeQ()
           
 BigInteger getPublicExponent()
           
 
Methods inherited from interface java.security.interfaces.RSAPrivateKey
getPrivateExponent
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 
Methods inherited from interface java.security.interfaces.RSAKey
getModulus
 

Method Detail

getCrtCoefficient

BigInteger getCrtCoefficient()

getPrimeExponentP

BigInteger getPrimeExponentP()

getPrimeExponentQ

BigInteger getPrimeExponentQ()

getPrimeP

BigInteger getPrimeP()

getPrimeQ

BigInteger getPrimeQ()

getPublicExponent

BigInteger getPublicExponent()