Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)

Interface java.security.interfaces.DSAPrivateKey

public interface DSAPrivateKey
extends DSAKey, PrivateKey

The standard interface to a DSA private key. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.

See Also:
Key, Signature, DSAKey, DSAPublicKey

Method Index

getX()
Returns the value of the private key, x.

Methods

getX
 public abstract BigInteger getX()
Returns the value of the private key, x.

Returns:
the value of the private key, x.

Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)