Name

Interface java.security.interfaces.RSAPublicKey

Synopsis

This class represents an RSA public key, suitable for use with an RSA cryptographic algorithm.

Interface Definition

public interface java.security.interfaces.RSAPublicKey
	implements java.security.PublicKey {

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

See also

PublicKey, RSAPrivateKey

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.