Package | Description |
---|---|
iaik.security.ec.math.curve | |
iaik.security.ec.math.field |
Modifier and Type | Method and Description |
---|---|
static EllipticCurve |
BinaryWeierstrassCurveFactory.getCurve(BinaryCurveCoordinateTypes type,
BinaryField field,
BigInteger a,
BigInteger b)
The factory method.
|
static EllipticCurve |
BinaryWeierstrassCurveFactory.getCurve(BinaryCurveCoordinateTypes type,
BinaryField field,
BigInteger a,
BigInteger b,
BigInteger order)
The factory method.
|
static EllipticCurve |
BinaryWeierstrassCurveFactory.getCurve(BinaryCurveCoordinateTypes type,
BinaryField field,
BigInteger a,
BigInteger b,
BigInteger order,
BigInteger s0,
BigInteger s1)
The factory method.
|
static EllipticCurve |
BinaryWeierstrassCurveFactory.getCurve(BinaryField field,
BigInteger a,
BigInteger b)
The factory method.
|
static EllipticCurve |
BinaryWeierstrassCurveFactory.getCurve(BinaryField field,
BigInteger a,
BigInteger b,
BigInteger order)
The factory method.
|
Modifier and Type | Method and Description |
---|---|
BinaryField |
BinaryFieldElement.getField() |
static BinaryField |
BinaryFieldByIrreducibleFactory.getField(BigInteger irreducible)
The factory method.
|
static BinaryField |
BinaryFieldByBitLengthFactory.getField(int m)
The factory method.
|
static BinaryField |
BinaryFieldByIrreducibleFactory.getField(iaik.asn1.SEQUENCE encodedField)
Constructs a binary field from the ASN.1
SEQUENCE : |
Copyright © 2011–2022 Stiftung SIC. All rights reserved.