FileDocCategorySizeDatePackage
RSAMultiPrimePrivateCrtKey.javaAPI DocAndroid 1.5 API2836Wed May 06 22:41:06 BST 2009java.security.interfaces

RSAMultiPrimePrivateCrtKey

public interface RSAMultiPrimePrivateCrtKey implements RSAPrivateKey
The interface for a Multi-Prime RSA private key. Specified by PKCS #1 v2.0 Amendment 1: Multi-Prime RSA.
since
Android 1.0

Fields Summary
public static final long
serialVersionUID
the serial version identifier.
Constructors Summary
Methods Summary
public java.math.BigIntegergetCrtCoefficient()
Returns the CRT coefficient, {@code q^-1 mod p}.

return
the CRT coefficient.
since
Android 1.0

public java.security.spec.RSAOtherPrimeInfo[]getOtherPrimeInfo()
Returns the information for the additional primes.

return
the information for the additional primes, or {@code null} if there are only the two primes ({@code p, q}),
since
Android 1.0

public java.math.BigIntegergetPrimeExponentP()
Returns the CRT exponent of the prime {@code p}.

return
the CRT exponent of the prime {@code p}.
since
Android 1.0

public java.math.BigIntegergetPrimeExponentQ()
Returns the CRT exponent of the prime {@code q}.

return
the CRT exponent of the prime {@code q}.
since
Android 1.0

public java.math.BigIntegergetPrimeP()
Returns the prime factor {@code p} of {@code n}.

return
the prime factor {@code p} of {@code n}.
since
Android 1.0

public java.math.BigIntegergetPrimeQ()
Returns the prime factor {@code q} of {@code n}.

return
the prime factor {@code q} of {@code n}.
since
Android 1.0

public java.math.BigIntegergetPublicExponent()
Returns the public exponent {@code e}.

return
the public exponent {@code e}.
since
Android 1.0