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