|
|||||||||
接口 java.security.interfaces.ECKey
的使用
使用 ECKey 的软件包 | |
---|---|
java.security.interfaces | 提供的接口用于生成如 RSA Laboratory Technical Note PKCS#1 中所定义的 RSA(Rivest、Shamir 和 Adleman AsymmetricCipher 算法)密钥,以及如 NIST 的 FIPS-186 中所定义的 DSA(数字签名算法)密钥。 |
java.security.interfaces 中 ECKey 的使用 |
---|
java.security.interfaces 中 ECKey 的子接口 | |
---|---|
interface |
ECPrivateKey 椭圆曲线 (EC) 专用密钥的接口。 |
interface |
ECPublicKey 椭圆曲线 (EC) 公用密钥的接口。 |
所有类
|
|||||||||