FileDocCategorySizeDatePackage
RSAPrivateCrtKey.javaAPI DocJava SE 5 API1370Fri Aug 26 14:57:18 BST 2005java.security.interfaces

RSAPrivateCrtKey

public interface RSAPrivateCrtKey implements RSAPrivateKey
The interface to an RSA private key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem (CRT) information values.
author
Jan Luehe
version
1.12 03/12/19
see
RSAPrivateKey

Fields Summary
static final long
serialVersionUID
Constructors Summary
Methods Summary
public java.math.BigIntegergetCrtCoefficient()
Returns the crtCoefficient.

return
the crtCoefficient

public java.math.BigIntegergetPrimeExponentP()
Returns the primeExponentP.

return
the primeExponentP

public java.math.BigIntegergetPrimeExponentQ()
Returns the primeExponentQ.

return
the primeExponentQ

public java.math.BigIntegergetPrimeP()
Returns the primeP.

return
the primeP

public java.math.BigIntegergetPrimeQ()
Returns the primeQ.

return
the primeQ

public java.math.BigIntegergetPublicExponent()
Returns the public exponent.

return
the public exponent