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

RSAMultiPrimePrivateCrtKey

public interface RSAMultiPrimePrivateCrtKey implements RSAPrivateKey
The interface to an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information values.
author
Valerie Peng
version
1.6 03/12/19
see
java.security.spec.RSAPrivateKeySpec
see
java.security.spec.RSAMultiPrimePrivateCrtKeySpec
see
RSAPrivateKey
see
RSAPrivateCrtKey
since
1.4

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

return
the crtCoefficient.

public java.security.spec.RSAOtherPrimeInfo[]getOtherPrimeInfo()
Returns the otherPrimeInfo or null if there are only two prime factors (p and q).

return
the otherPrimeInfo.

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.