Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.security.interfaces

Interface RSAPrivateCrtKey

java.lang.Object
|
+--java.security.interfaces.RSAKey
   |
   +--java.security.interfaces.RSAPrivateKey
      |
      +--java.security.interfaces.RSAPrivateCrtKey

All Implemented Interfaces:

RSAPrivateKey, RSAKey


public interface RSAPrivateCrtKey

implements RSAPrivateKey

This interface provides access to information about an RSA private key in Chinese Remainder Theorem (CRT) format.

Author:

Method Summary

java.math.BigIntegergetCrtCoefficient()

Returns the CRT coefficient
java.math.BigIntegergetPrimeExponentP()

Returns the primeExponentP
java.math.BigIntegergetPrimeExponentQ()

Returns the primeExponentQ
java.math.BigIntegergetPrimeP()

Returns the primeP value
java.math.BigIntegergetPrimeQ()

Returns the primeQ value
java.math.BigIntegergetPublicExponent()

Returns the public exponent for this key

Method Details

getCrtCoefficient

public BigInteger getCrtCoefficient()

Returns the CRT coefficient

Returns:


getPrimeExponentP

public BigInteger getPrimeExponentP()

Returns the primeExponentP

Returns:


getPrimeExponentQ

public BigInteger getPrimeExponentQ()

Returns the primeExponentQ

Returns:


getPrimeP

public BigInteger getPrimeP()

Returns the primeP value

Returns:


getPrimeQ

public BigInteger getPrimeQ()

Returns the primeQ value

Returns:


getPublicExponent

public BigInteger getPublicExponent()

Returns the public exponent for this key

Returns: