Package | Description |
---|---|
iaik.security.ec.common |
Modifier and Type | Method and Description |
---|---|
EllipticCurve |
EllipticCurve.clone() |
EllipticCurve |
ECParameterSpec.getCurve() |
static EllipticCurve |
EllipticCurve.getCurve(EllipticCurve curve)
Constructs a new wrapped curve from a JDK curve.
|
static EllipticCurve |
EllipticCurve.getCurve(EllipticCurve curve,
iaik.asn1.structures.AlgorithmID hashAlgorithm)
Constructs a new wrapped curve from a JDK curve.
|
static EllipticCurve |
EllipticCurve.getCurve(Field field,
BigInteger a,
BigInteger b,
BigInteger order)
Constructs a new curve.
|
static EllipticCurve |
EllipticCurve.getCurve(Field field,
BigInteger a,
BigInteger b,
BigInteger order,
byte[] seed)
Constructs a new curve.
|
static EllipticCurve |
EllipticCurve.getCurve(Field field,
BigInteger a,
BigInteger b,
BigInteger order,
MessageDigest md,
byte[] seed)
Constructs a new curve.
|
Modifier and Type | Method and Description |
---|---|
static ECParameterSpec |
ECParameterSpec.getParameterSpec(EllipticCurve curve,
ECPoint g,
BigInteger order,
int h,
iaik.asn1.structures.AlgorithmID hashAlgorithm,
String oid)
Returns a new
ECParameterSpec instance. |
Constructor and Description |
---|
ECParameterSpec(EllipticCurve curve,
ECPoint g,
BigInteger order,
int h,
iaik.asn1.structures.AlgorithmID hashAlgorithm,
String oid)
Creates a new
ECParameterSpec instance. |
ECParameterSpec(EllipticCurve curve,
ECPoint g,
BigInteger order,
int h,
iaik.asn1.structures.AlgorithmID hashAlgorithm,
String oid,
BigInteger endomorphismAux0,
BigInteger endomorphismAux1)
Creates a new
ECParameterSpec instance. |
Copyright © 2011–2022 Stiftung SIC. All rights reserved.