Uses of Class
java.security.spec.ECParameterSpec
-
Packages that use ECParameterSpec 软件包 描述 java.security.interfaces 提供用于生成RSA实验室技术说明PKCS#1中定义的RSA(Rivest,Shamir和Adleman AsymmetricCipher算法)密钥的接口,以及NIST的FIPS-186中定义的DSA(数字签名算法)密钥。java.security.spec 提供关键规范和算法参数规范的类和接口。 -
-
Uses of ECParameterSpec in java.security.interfaces
Methods in java.security.interfaces that return ECParameterSpec 变量和类型 方法 描述 ECParameterSpecECKey. getParams()返回与此键关联的域参数。 -
Uses of ECParameterSpec in java.security.spec
Methods in java.security.spec that return ECParameterSpec 变量和类型 方法 描述 ECParameterSpecECPrivateKeySpec. getParams()返回关联的椭圆曲线域参数。ECParameterSpecECPublicKeySpec. getParams()返回关联的椭圆曲线域参数。Constructors in java.security.spec with parameters of type ECParameterSpec 构造器 描述 ECPrivateKeySpec(BigInteger s, ECParameterSpec params)使用指定的参数值创建新的ECPrivateKeySpec。ECPublicKeySpec(ECPoint w, ECParameterSpec params)Creates a new ECPublicKeySpec with the specified parameter values.
-