API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.interfaces. RSAPrivateCrtKey View Source
Author(s)
Jan Luehe
Since
Version
1.13 05/11/17
Serial
Hierarchy
 Serializable
      Key
          PrivateKey
              RSAPrivateKey
                  RSAPrivateCrtKey
Subinterfaces
Description
public interface RSAPrivateCrtKey
  The interface to an RSA private key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem (CRT) information values.
See also:    RSAPrivateKey
Methods
Hide/Show inherited methods
public BigInteger getCrtCoefficient ()
  Returns the crtCoefficient.
public BigInteger getPrimeExponentP ()
  Returns the primeExponentP.
public BigInteger getPrimeExponentQ ()
  Returns the primeExponentQ.
public BigInteger getPrimeP ()
  Returns the primeP.
public BigInteger getPrimeQ ()
  Returns the primeQ.
public BigInteger getPublicExponent ()
  Returns the public exponent.
Fields
Hide/Show inherited fields
publicfinalstatic long serialVersionUID = "-5682214253527700368"
publicfinalstatic long serialVersionUID = "5187144804936595022" [Inherited From RSAPrivateKey]
publicfinalstatic long serialVersionUID = "6034044314589513430" [Inherited From RSAPrivateKey]
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
publicfinalstatic long serialVersionUID = "6603384152749567654" [Inherited From RSAPrivateKey]
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar