Name

Interface java.security.interfaces.DSAParams

Description

Classes that implement this interface allow you to obtain the three variables that are common to both DSA public and private keys.

Interface Definition

public interface java.security.interfaces.DSAParams {

  // Instance Methods
  public BigInteger getP();
public BigInteger getQ();
  public BigInteger getG();
}

See Also

DSAPrivateKey, DSAPublicKey

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.