API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.security.interfaces.
DSAPrivateKey
View Source
Author(s)
Benjamin Renaud
Since
Version
1.20 05/11/17
Serial
Hierarchy
DSAKey
DSAPrivateKey
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface DSAPrivateKey
The standard interface to a DSA private key.
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
Methods
Hide/Show inherited methods
public
BigInteger
getX
()
Returns the value of the private key,
x
.
Returns the value of the private key,
x
.
Returns:
the value of the private key,
x
.
Fields
Hide/Show inherited fields
public
final
static
long
serialVersionUID
= "7776497482533790279"
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
public
final
static
long
serialVersionUID
= "6034044314589513430"
[Inherited From
PrivateKey
]
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
public
final
static
long
serialVersionUID
= "6603384152749567654"
[Inherited From
PrivateKey
]
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar