Uses of Package
java.security.interfaces
-
Packages that use java.security.interfaces 软件包 描述 java.security.interfaces 提供用于生成RSA实验室技术说明PKCS#1中定义的RSA(Rivest,Shamir和Adleman AsymmetricCipher算法)密钥的接口,以及NIST的FIPS-186中定义的DSA(数字签名算法)密钥。java.security.spec 提供关键规范和算法参数规范的类和接口。 -
Classes in java.security.interfaces used by java.security.interfaces 类 描述 DSAKey DSA公钥或私钥的接口。DSAParams 与DSA特定的一组关键参数的接口,用于定义DSA 密钥系列 。ECKey 椭圆曲线(EC)键的接口。RSAKey PKCS#1 v2.2标准中公钥或私钥的接口,例如RSA或RSASSA-PSS算法的接口。RSAPrivateKey RSA私钥的接口。XECKey RFC 7748定义的椭圆曲线公钥/私钥的接口。 -
Classes in java.security.interfaces used by java.security.spec 类 描述 DSAParams 与DSA特定的一组关键参数的接口,用于定义DSA 密钥系列 。