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