Most visited

Recently visited

Added in API level 1

DSAKey

public interface DSAKey

java.security.interfaces.DSAKey
Known Indirect Subclasses


DSA公钥或私钥的接口。 DSA(数字签名算法)在NIST的FIPS-186中定义。

也可以看看:

摘要(Summary)

公共方法(Public methods)

abstract DSAParams getParams()

返回DSA特定的关键参数。

公共方法(Public methods)

getParams

Added in API level 1
DSAParams getParams ()

返回DSA特定的关键参数。 这些参数绝不是秘密。

返回(Returns)
DSAParams the DSA-specific key parameters.

也可以看看:

Hooray!