May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class java.security.spec.RSAPrivateCrtKeySpec
This class represents the algorithm parameters for an RSA private key that uses the Chinese Remainder Theorem to calculate its value.
public class java.security.spec.RSAPrivateCrtKeySpec
extends java.security.spec.RSAPrivateKeySpec {
// Constructors
public RSAPrivateCrtKeySpec(BigInteger, BigInteger, BigInteger,
BigInteger, BigInteger, BigInteger,
BigInteger, BigInteger);
// Instance Methods
public BigInteger getCrtCoefficient( );
public BigInteger getPrimeExponentP( );
public BigInteger getPrimeExponentQ( );
public BigInteger getPrimeP( );
public BigInteger getPrimeQ( );
public BigInteger getPublicExponent( );
}Read now
Unlock full access