类的用途
java.security.spec.ECPoint
使用 ECPoint 的包
包
描述
提供用于生成 RSA(Rivest、Shamir 和 Adleman AsymmetricCipher 算法)密钥的接口,如 RSA 实验室技术说明 PKCS#1 中所定义,以及 DSA(数字签名算法)密钥,如 NIST 的 FIPS-186 中所定义。
提供关键规范和算法参数规范的类和接口。
-
ECPoint 在 java.security.interfaces 中的用法
java.security.interfaces 中返回 ECPoint 的方法 -
ECPoint 在 java.security.spec 中的用法
java.security.spec 中的字段声明为 ECPointjava.security.spec 中返回 ECPoint 的方法java.security.spec 中的构造函数,参数类型为 ECPoint修饰符构造方法描述ECParameterSpec(EllipticCurve curve, ECPoint g, BigInteger n, int h) 根据指定值创建椭圆曲线域参数。ECPublicKeySpec(ECPoint w, ECParameterSpec params) 使用指定的参数值创建一个新的 ECPublicKeySpec。