RSAKeyGenParameterSpec


RSAKeyGenParameterSpec java.security.spec

Java 1.3

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

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  ( );   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net