Name

Interface java.security.interfaces.DSAPrivateKey

Description

Classes that implement this interface allow you to retrieve the private key parameter used to calculate a DSA private key.

Interface Definition

public interface java.security.interfaces.DSAPrivateKey {

  // Instance Methods
  public BigInteger getX();
}

See Also

DSAParams, 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.