Uses of Interface
java.security.interfaces.DSAParams
-
Packages that use DSAParams 软件包 描述 java.security.interfaces 提供用于生成RSA实验室技术说明PKCS#1中定义的RSA(Rivest,Shamir和Adleman非对称密码算法)密钥以及NIST FIPS-186中定义的DSA(数字签名算法)密钥的接口。java.security.spec 提供关键规范和算法参数规范的类和接口。 -
-
Uses of DSAParams in java.security.interfaces
Methods in java.security.interfaces that return DSAParams Modifier and Type 方法 描述 DSAParams
DSAKey. getParams()
返回特定于DSA的关键参数。Methods in java.security.interfaces with parameters of type DSAParams Modifier and Type 方法 描述 void
DSAKeyPairGenerator. initialize(DSAParams params, SecureRandom random)
使用DSA系列参数(p,q和g)和可选的SecureRandom位源初始化密钥对生成器。 -
Uses of DSAParams in java.security.spec
Classes in java.security.spec that implement DSAParams Modifier and Type Class 描述 class
DSAParameterSpec
该类指定与DSA算法一起使用的参数集。
-