Name

RSAKeyGenParameterSpec

Synopsis

This class represents parameters that generate public/private key pairs for RSA cryptography.

java.security.spec.RSAKeyGenParameterSpec

Figure 14-99. java.security.spec.RSAKeyGenParameterSpec

public class RSAKeyGenParameterSpec implements AlgorithmParameterSpec {
// Public Constructors
     public RSAKeyGenParameterSpec(int keysize, 
        java.math.BigInteger publicExponent);  
// Public Constants
     public static final java.math.BigInteger F0;  
     public static final java.math.BigInteger F4;  
// Public Instance Methods
     public int getKeysize( );  
     public java.math.BigInteger getPublicExponent( );  
}

Get Java in a Nutshell, 5th 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.