Name

Interface java.security.interfaces.DSAPrivateKey

Synopsis

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