Name

Interface java.security.interfaces.RSAKey

Synopsis

Classes that implement this interface represent an RSA public or private key.

Interface Definition

public interface java.security.interfaces.RSAKey {

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

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.