Uses of Class
java.security.spec.ECPoint
-
Packages that use ECPoint 软件包 描述 java.security.interfaces 提供用于生成RSA实验室技术说明PKCS#1中定义的RSA(Rivest,Shamir和Adleman非对称密码算法)密钥以及NIST FIPS-186中定义的DSA(数字签名算法)密钥的接口。java.security.spec 提供关键规范和算法参数规范的类和接口。 -
-
Uses of ECPoint in java.security.interfaces
Methods in java.security.interfaces that return ECPoint Modifier and Type 方法 描述 ECPoint
ECPublicKey. getW()
返回公共点W. -
Uses of ECPoint in java.security.spec
Fields in java.security.spec declared as ECPoint Modifier and Type Field 描述 static ECPoint
ECPoint. POINT_INFINITY
这定义了无限远的点。Methods in java.security.spec that return ECPoint Modifier and Type 方法 描述 ECPoint
ECParameterSpec. getGenerator()
返回也称为基点的生成器。ECPoint
ECPublicKeySpec. getW()
返回公共点W.Constructors in java.security.spec with parameters of type ECPoint Constructor 描述 ECParameterSpec(EllipticCurve curve, ECPoint g, BigInteger n, int h)
根据指定的值创建椭圆曲线域参数。ECPublicKeySpec(ECPoint w, ECParameterSpec params)
用指定的参数值创建一个新的ECPublicKeySpec。
-