Uses of Class
java.security.spec.ECPoint
| Package | Description |
|---|---|
| java.security.interfaces |
This package provides the interfaces needed to generate:
(1) Keys for the RSA asymmetric encryption algorithm using the PKCS#1 standard;
(2) Keys for the Digital Signature Algorithm (DSA) specified by FIPS-186;
(3) Keys for a generic Elliptic Curve asymmetric encryption algorithm.
|
| java.security.spec |
This package provides the classes and interfaces needed to specify keys and parameters for
encryption and signing algorithms.
|
| org.bouncycastle.jcajce.provider.asymmetric.ec | |
| org.bouncycastle.jcajce.provider.asymmetric.util | |
| org.bouncycastle.jce.provider | |
| org.bouncycastle.jce.spec | |
| org.conscrypt |
-
Uses of ECPoint in java.security.interfaces
Methods in java.security.interfaces that return ECPoint Modifier and Type Method Description ECPointECPublicKey. getW()Returns the public pointWon an elliptic curve (EC). -
Uses of ECPoint in java.security.spec
Fields in java.security.spec declared as ECPoint Modifier and Type Field Description static ECPointECPoint. POINT_INFINITYThe point on an Elliptic Curve at infinity.Methods in java.security.spec that return ECPoint Modifier and Type Method Description ECPointECParameterSpec. getGenerator()Returns the generator (or base point).ECPointECPublicKeySpec. getW()Returns the public elliptic curve pointW.Constructors in java.security.spec with parameters of type ECPoint Constructor Description ECParameterSpec(EllipticCurve curve, ECPoint generator, BigInteger order, int cofactor)Creates a newECParameterSpecwith the specified elliptic curve, the base point, the order of the generator (or base point) and the co-factor.ECParameterSpec(EllipticCurve curve, ECPoint generator, BigInteger order, int cofactor, String curveName)Creates a newECParameterSpecwith the specified named curve and all of its parameters.ECPublicKeySpec(ECPoint w, ECParameterSpec params)Creates a newECPublicKeywith the specified public elliptic curve point and parameter specification. -
Uses of ECPoint in org.bouncycastle.jcajce.provider.asymmetric.ec
Methods in org.bouncycastle.jcajce.provider.asymmetric.ec that return ECPoint Modifier and Type Method Description ECPointBCECPublicKey. getW() -
Uses of ECPoint in org.bouncycastle.jcajce.provider.asymmetric.util
Methods in org.bouncycastle.jcajce.provider.asymmetric.util with parameters of type ECPoint Modifier and Type Method Description static ECPointEC5Util. convertPoint(ECParameterSpec ecSpec, ECPoint point, boolean withCompression)static ECPointEC5Util. convertPoint(ECCurve curve, ECPoint point, boolean withCompression) -
Uses of ECPoint in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that return ECPoint Modifier and Type Method Description ECPointJCEECPublicKey. getW() -
Uses of ECPoint in org.bouncycastle.jce.spec
Constructors in org.bouncycastle.jce.spec with parameters of type ECPoint Constructor Description ECNamedCurveSpec(String name, EllipticCurve curve, ECPoint g, BigInteger n)ECNamedCurveSpec(String name, EllipticCurve curve, ECPoint g, BigInteger n, BigInteger h) -
Uses of ECPoint in org.conscrypt
Methods in org.conscrypt that return ECPoint Modifier and Type Method Description ECPointOpenSSLECPublicKey. getW()