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

getPublicExponent

BigInteger getPublicExponent()

getPrimeP

BigInteger getPrimeP()

getPrimeQ

BigInteger getPrimeQ()

getPrimeExponentP

BigInteger getPrimeExponentP()

getPrimeExponentQ

BigInteger getPrimeExponentQ()

getCrtCoefficient

BigInteger getCrtCoefficient()


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.