Package | Description |
---|---|
kz.gamma.hsm.crypto.software.ec | |
kz.gamma.hsm.crypto.software.param | |
kz.gamma.hsm.crypto.software.x9 |
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 | Field and Description |
---|---|
(package private) ECCurve |
ECPoint.curve |
Modifier and Type | Method and Description |
---|---|
ECCurve |
ECPoint.getCurve() |
Constructor and Description |
---|
ECPoint(ECCurve curve,
ECFieldElement x,
ECFieldElement y) |
F2m(ECCurve curve)
Deprecated.
use ECCurve.getInfinity()
Constructor for point at infinity
|
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.
|
Modifier and Type | Field and Description |
---|---|
(package private) ECCurve |
ECDomainParameters.curve |
Modifier and Type | Method and Description |
---|---|
ECCurve |
ECDomainParameters.getCurve() |
Constructor and Description |
---|
ECDomainParameters(ECCurve curve,
ECPoint G,
java.math.BigInteger n) |
ECDomainParameters(ECCurve curve,
ECPoint G,
java.math.BigInteger n,
java.math.BigInteger h) |
ECDomainParameters(ECCurve curve,
ECPoint G,
java.math.BigInteger n,
java.math.BigInteger h,
byte[] seed) |
Modifier and Type | Field and Description |
---|---|
private ECCurve |
X9ECParameters.curve |
private ECCurve |
X9Curve.curve |
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,
java.math.BigInteger n) |
X9ECParameters(ECCurve curve,
ECPoint g,
java.math.BigInteger n,
java.math.BigInteger h) |
X9ECParameters(ECCurve curve,
ECPoint g,
java.math.BigInteger n,
java.math.BigInteger h,
byte[] seed) |
X9ECPoint(ECCurve c,
ASN1OctetString s) |
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.