Modifier and Type | Method and Description |
---|---|
ECCurve |
X9ECParameters.getCurve() |
ECCurve |
X9Curve.getCurve() |
Modifier and Type | Method and Description |
---|---|
int |
X9IntegerConverter.getByteLength(ECCurve c) |
Constructor and Description |
---|
X9Curve(ECCurve curve) |
X9Curve(ECCurve curve,
byte[] seed) |
X9ECParameters(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) |
Modifier and Type | Method and Description |
---|---|
ECCurve |
ECDomainParameters.getCurve() |
Constructor and Description |
---|
ECDomainParameters(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) |
Modifier and Type | Method and Description |
---|---|
static ECCurve |
EC5Util.convertCurve(EllipticCurve ec) |
Modifier and Type | Method and Description |
---|---|
static EllipticCurve |
EC5Util.convertCurve(ECCurve curve,
byte[] seed) |
static ECPoint |
EC5Util.convertPoint(ECCurve curve,
ECPoint point,
boolean withCompression) |
Modifier and Type | Method and Description |
---|---|
ECCurve |
ECParameterSpec.getCurve()
return the curve along which the base point lies.
|
Constructor and Description |
---|
ECNamedCurveParameterSpec(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) |
ECNamedCurveSpec(String name,
ECCurve curve,
ECPoint g,
BigInteger n) |
ECNamedCurveSpec(String name,
ECCurve curve,
ECPoint g,
BigInteger n,
BigInteger h) |
ECNamedCurveSpec(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) |
Modifier and Type | Class and Description |
---|---|
static class |
ECCurve.F2m
Elliptic curves over F2m.
|
static class |
ECCurve.Fp
Elliptic curve over Fp
|
Modifier and Type | Method and Description |
---|---|
ECCurve |
ECPoint.getCurve() |
Constructor and Description |
---|
ECPoint(ECCurve curve,
ECFieldElement x,
ECFieldElement y) |
F2m(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.
|
Copyright © 2015. All rights reserved.