Uses of Class
org.gudy.bouncycastle.math.ec.ECCurve
Packages that use ECCurve
Package
Description
Support classes useful for encoding and supporting X9.62 elliptic curve.
Classes for parameter objects for ciphers and generators.
-
Uses of ECCurve in org.gudy.bouncycastle.asn1.x9
Fields in org.gudy.bouncycastle.asn1.x9 declared as ECCurveModifier and TypeFieldDescription(package private) static final ECCurve
X962NamedCurves.cFp192v1
(package private) static final ECCurve
X962NamedCurves.cFp192v2
(package private) static final ECCurve
X962NamedCurves.cFp192v3
(package private) static final ECCurve
X962NamedCurves.cFp239v1
(package private) static final ECCurve
X962NamedCurves.cFp239v2
(package private) static final ECCurve
X962NamedCurves.cFp239v3
(package private) static final ECCurve
X962NamedCurves.cFp256v1
private ECCurve
X9Curve.curve
private ECCurve
X9ECParameters.curve
Methods in org.gudy.bouncycastle.asn1.x9 that return ECCurveMethods in org.gudy.bouncycastle.asn1.x9 with parameters of type ECCurveConstructors in org.gudy.bouncycastle.asn1.x9 with parameters of type ECCurveModifierConstructorDescriptionX9ECParameters
(ECCurve curve, ECPoint g, BigInteger n) X9ECParameters
(ECCurve curve, ECPoint g, BigInteger n, BigInteger h) X9ECParameters
(ECCurve curve, ECPoint g, BigInteger n, BigInteger h, byte[] seed) X9ECPoint
(ECCurve c, ASN1OctetString s) -
Uses of ECCurve in org.gudy.bouncycastle.crypto.params
Fields in org.gudy.bouncycastle.crypto.params declared as ECCurveMethods in org.gudy.bouncycastle.crypto.params that return ECCurveConstructors in org.gudy.bouncycastle.crypto.params with parameters of type ECCurveModifierConstructorDescriptionECDomainParameters
(ECCurve curve, ECPoint G, BigInteger n) ECDomainParameters
(ECCurve curve, ECPoint G, BigInteger n, BigInteger h) ECDomainParameters
(ECCurve curve, ECPoint G, BigInteger n, BigInteger h, byte[] seed) -
Uses of ECCurve in org.gudy.bouncycastle.jce.spec
Fields in org.gudy.bouncycastle.jce.spec declared as ECCurveMethods in org.gudy.bouncycastle.jce.spec that return ECCurveModifier and TypeMethodDescriptionECParameterSpec.getCurve()
return the curve along which the base point lies.Constructors in org.gudy.bouncycastle.jce.spec with parameters of type ECCurveModifierConstructorDescriptionECNamedCurveParameterSpec
(String name, ECCurve curve, ECPoint G, BigInteger n) ECNamedCurveParameterSpec
(String name, ECCurve curve, ECPoint G, BigInteger n, BigInteger h) ECNamedCurveParameterSpec
(String name, ECCurve curve, ECPoint G, BigInteger n, BigInteger h, byte[] seed) ECParameterSpec
(ECCurve curve, ECPoint G, BigInteger n) ECParameterSpec
(ECCurve curve, ECPoint G, BigInteger n, BigInteger h) ECParameterSpec
(ECCurve curve, ECPoint G, BigInteger n, BigInteger h, byte[] seed) -
Uses of ECCurve in org.gudy.bouncycastle.math.ec
Subclasses of ECCurve in org.gudy.bouncycastle.math.ecModifier and TypeClassDescriptionstatic class
Elliptic curves over F2m.static class
Elliptic curve over FpFields in org.gudy.bouncycastle.math.ec declared as ECCurveMethods in org.gudy.bouncycastle.math.ec that return ECCurveConstructors in org.gudy.bouncycastle.math.ec with parameters of type ECCurveModifierConstructorDescriptionprotected
ECPoint
(ECCurve curve, ECFieldElement x, ECFieldElement y) Deprecated.use ECCurve.getInfinity() Constructor for point at infinityF2m
(ECCurve curve, ECFieldElement x, ECFieldElement y) F2m
(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression) Fp
(ECCurve curve, ECFieldElement x, ECFieldElement y) Create a point which encodes with point compression.Fp
(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression) Create a point that encodes with or without point compresion.