FileDocCategorySizeDatePackage
DSAPrivateKey.javaAPI DocJava SE 5 API1047Fri Aug 26 14:57:18 BST 2005java.security.interfaces

DSAPrivateKey

public interface DSAPrivateKey implements DSAKey, PrivateKey
The standard interface to a DSA private key. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.
see
java.security.Key
see
java.security.Signature
see
DSAKey
see
DSAPublicKey
version
1.19 03/12/19
author
Benjamin Renaud

Fields Summary
static final long
serialVersionUID
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
Constructors Summary
Methods Summary
public java.math.BigIntegergetX()
Returns the value of the private key, x.

return
the value of the private key, x.