Name

Interface java.security.interfaces.RSAPrivateKey

Synopsis

This class represents a private key that is suitable for use with RSA cryptographic operations.

Interface Definition

public interface java.security.interfaces.RSAPrivateKey
	implements java.security.PrivateKey {

	// Instance Methods
	public abstract BigInteger getPrivateExponent(  );
}

See also

PrivateKey, RSAPublicKey

Get Java Security, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.