FileDocCategorySizeDatePackage
RSAPrivateCrtKey.javaAPI DocAndroid 1.5 API2389Wed May 06 22:41:06 BST 2009java.security.interfaces

RSAPrivateCrtKey

public interface RSAPrivateCrtKey implements RSAPrivateKey
The interface for a PKCS#1 RSA private key using CRT information values.
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.math.BigIntegergetPrimeExponentP()
Returns the CRT exponent of the primet {@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