软件包 | 描述 |
---|---|
java.security.interfaces |
提供用于生成RSA实验室技术说明PKCS#1中定义的RSA(Rivest,Shamir和Adleman非对称密码算法)密钥以及NIST FIPS-186中定义的DSA(数字签名算法)密钥的接口。
|
java.security.spec |
提供关键规范和算法参数规范的类和接口。
|
Class and Description |
---|
DSAKey
DSA公钥或私钥的接口。
|
DSAParams
与DSA特定的关键参数集的接口,定义了DSA
密钥族 。
|
ECKey
椭圆曲线(EC)键的界面。
|
RSAKey
与RSA公钥或私钥的接口。
|
RSAPrivateKey
RSA私钥的接口。
|
Class and Description |
---|
DSAParams
与DSA特定的关键参数集的接口,定义了DSA
密钥族 。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.