Package | Description |
---|---|
gnu.crypto.sig.ecdsa.ecmath.curve |
Modifier and Type | Class and Description |
---|---|
class |
CurveF2m |
class |
CurveFp |
Modifier and Type | Field and Description |
---|---|
protected Curve |
ECGNUPoint.mCurve |
Modifier and Type | Method and Description |
---|---|
Curve |
ECDomainParameter.getMCurve() |
Modifier and Type | Method and Description |
---|---|
static ECDomainParameter |
ECDomainParameter.getInstance(Curve aCurve,
ECGNUPoint aG,
java.math.BigInteger aN) |
static ECDomainParameter |
ECDomainParameter.getInstance(Curve aCurve,
ECGNUPoint aG,
java.math.BigInteger aN,
java.math.BigInteger aH) |
Constructor and Description |
---|
ECGNUPoint(Curve aCurve) |
ECPointF2mPolynomial(Curve aCurve,
byte[] aOctet) |
ECPointFp(Curve aCurve,
java.math.BigInteger aX,
java.math.BigInteger aY) |
ECPointFp(Curve aCurve,
byte[] aOctet) |
Copyright © 2025. All rights reserved.