May 1998
Intermediate to advanced
469 pages
14h 57m
English
Interface java.security.interfaces.RSAPrivateKey
RSAPrivateKey represents a private key, suitable for use with RSA cryptographic operations. Use of this class requires a third-party security provider.
public abstract interface java.security.interfaces.RSAPrivateKey
implements java.security.PrivateKey {
// Instance Methods
public abstract BigInteger getModulus();
public abstract BigInteger getPrivateExponent();
}
PrivateKey, RSAPublicKey