May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class javax.crypto.spec.DHGenParameterSpec
Instances of this class may be used to supply the algorithm-specific initialization method for generating Diffie-Hellman keys.
public class javax.crypto.spec.DHGenParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec {
// Constructors
public DHGenParameterSpec(int, int);
// Instance Methods
public int getExponentSize( );
public int getPrimeSize( );
}
AlgorithmParameterGenerator, AlgorithmParameterSpec
|
Read now
Unlock full access