Name

Class javax.crypto.spec.DHGenParameterSpec

Synopsis

Instances of this class may be used to supply the algorithm-specific initialization method for generating Diffie-Hellman keys.

Class Definition

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

See also:

AlgorithmParameterGenerator, AlgorithmParameterSpec

Get Java Security 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.