public interface DSAPrivateKey
implements DSAKey, PrivateKey
java.security.interfaces.DSAPrivateKey |
DSA私钥的标准接口。 DSA(数字签名算法)在NIST的FIPS-186中定义。
也可以看看:
Constants |
|
---|---|
long |
serialVersionUID 类别指纹设置为表示与该类的以前版本的序列化兼容性。 |
Inherited constants |
---|
From interface java.security.PrivateKey
|
From interface java.security.Key
|
Public methods |
|
---|---|
abstract BigInteger |
getX() 返回私钥的值, |
Inherited methods |
|
---|---|
From interface java.security.interfaces.DSAKey
|
|
From interface java.security.Key
|
long serialVersionUID
类别指纹设置为表示与该类的以前版本的序列化兼容性。
常量值:7776497482533790279(0x6bebab423b256247)
BigInteger getX ()
返回私钥的值, x
。
Returns | |
---|---|
BigInteger |
the value of the private key, x . |