May 2001
Intermediate to advanced
618 pages
20h 50m
English
Interface java.security.interfaces.RSAPrivateCrtKey
A class that implements this interface represents an RSA private key that uses the Chinese Remainder Theorem to calculate its value.
public interface java.security.interfaces.RSAPrivateCrtKey
implements java.security.interfaces.RSAPrivateKey {
// Instance Methods
public abstract BigInteger getCrtCoefficient( );
public abstract BigInteger getPrimeExponentP( );
public abstract BigInteger getPrimeExponentQ( );
public abstract BigInteger getPrimeP( );
public abstract BigInteger getPrimeQ( );
public abstract BigInteger getPublicExponent( );
}Read now
Unlock full access