May 2001
Intermediate to advanced
618 pages
20h 50m
English
Interface java.security.interfaces.RSAPrivateKey
This class represents a private key that is suitable for use with RSA cryptographic operations.
public interface java.security.interfaces.RSAPrivateKey
implements java.security.PrivateKey {
// Instance Methods
public abstract BigInteger getPrivateExponent( );
}
PrivateKey, RSAPublicKey
|
Read now
Unlock full access