Name

Class javax.crypto.spec.DHGenParameterSpec

Description

Instances of this class may be passed to the algorithm-specific initialization methods of AlgorithmParameterGenerator.

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 Cryptography 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.