Uses of Class
java.security.spec.EllipticCurve
| Package | Description |
|---|---|
| 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.util | |
| org.bouncycastle.jce.spec |
-
Uses of EllipticCurve in java.security.spec
Methods in java.security.spec that return EllipticCurve Modifier and Type Method Description EllipticCurveECParameterSpec. getCurve()Returns the elliptic curve.Constructors in java.security.spec with parameters of type EllipticCurve 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. -
Uses of EllipticCurve in org.bouncycastle.jcajce.provider.asymmetric.util
Methods in org.bouncycastle.jcajce.provider.asymmetric.util that return EllipticCurve Modifier and Type Method Description static EllipticCurveEC5Util. convertCurve(ECCurve curve, byte[] seed)Methods in org.bouncycastle.jcajce.provider.asymmetric.util with parameters of type EllipticCurve Modifier and Type Method Description static ECCurveEC5Util. convertCurve(EllipticCurve ec)static ECParameterSpecEC5Util. convertSpec(EllipticCurve ellipticCurve, ECParameterSpec spec) -
Uses of EllipticCurve in org.bouncycastle.jce.spec
Constructors in org.bouncycastle.jce.spec with parameters of type EllipticCurve Constructor Description ECNamedCurveSpec(String name, EllipticCurve curve, ECPoint g, BigInteger n)ECNamedCurveSpec(String name, EllipticCurve curve, ECPoint g, BigInteger n, BigInteger h)