Name

Class java.security.spec.RSAKeyGenParameterSpec

Synopsis

This class encapsulates the RSA key generation parameters for use with a key factory.

Class Definition

public class java.security.spec.RSAKeyGenParameterSpec
    extends java.lang.Object
    implements java.security.spec.AlgorithmParameterSpec {

    // Constants
    public static final BigInteger F0;
    public static final BigInteger F4;

    // Constructors
    public RSAKeyGenParameterSpec(int, BigInteger);

    // Instance Methods
    public int getKeysize(  );
    public BigInteger getPublicExponent(  );
}

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.