Package | Description |
---|---|
gnu.crypto.key.ecdsa | |
gnu.crypto.sig.ecdsa.ecmath.curve |
Modifier and Type | Method and Description |
---|---|
ECGNUPoint |
ECDSAPublicKey.getMQ() |
Constructor and Description |
---|
ECDSAPublicKey(ECDomainParameter aParameters,
ECGNUPoint aQ) |
Modifier and Type | Class and Description |
---|---|
class |
ECPointF2mPolynomial |
class |
ECPointFp |
Modifier and Type | Method and Description |
---|---|
protected ECGNUPoint |
ECPointFp._add(ECGNUPoint aElem) |
protected ECGNUPoint |
ECPointF2mPolynomial._add(ECGNUPoint aElem) |
protected abstract ECGNUPoint |
ECGNUPoint._add(ECGNUPoint aElem) |
ECGNUPoint |
ECGNUPoint.add(ECGNUPoint aElem) |
ECGNUPoint |
ECDomainParameter.getMG() |
ECGNUPoint[] |
ECDomainParameter.getMOddPowers() |
ECGNUPoint[][] |
ECDomainParameter.getMPreComputaion() |
ECGNUPoint |
ECGNUPoint.multiply(java.math.BigInteger aKatsayi) |
ECGNUPoint |
ECGNUPoint.multiply(java.math.BigInteger aKatsayi,
java.math.BigInteger aN) |
ECGNUPoint |
ECGNUPoint.multiply(java.math.BigInteger aKatsayi,
ECGNUPoint[] aOddPowers) |
ECGNUPoint |
ECGNUPoint.multiply(java.math.BigInteger aKatsayi,
ECGNUPoint[][] aPreComputation) |
ECGNUPoint |
ECGNUPoint.multiplyAndAdd(java.math.BigInteger aKatsayi,
ECGNUPoint[] aOddPowers,
ECGNUPoint aQ,
java.math.BigInteger aKatsayi2) |
ECGNUPoint |
ECGNUPoint.multiplyBy2() |
ECGNUPoint |
ECPointFp.negate() |
ECGNUPoint |
ECPointF2mPolynomial.negate() |
abstract ECGNUPoint |
ECGNUPoint.negate() |
Modifier and Type | Method and Description |
---|---|
protected ECGNUPoint |
ECPointFp._add(ECGNUPoint aElem) |
protected ECGNUPoint |
ECPointF2mPolynomial._add(ECGNUPoint aElem) |
protected abstract ECGNUPoint |
ECGNUPoint._add(ECGNUPoint aElem) |
protected void |
ECPointFp._addToThis(ECGNUPoint aElem) |
protected void |
ECPointF2mPolynomial._addToThis(ECGNUPoint aElem) |
protected abstract void |
ECGNUPoint._addToThis(ECGNUPoint aElem) |
ECGNUPoint |
ECGNUPoint.add(ECGNUPoint aElem) |
void |
ECGNUPoint.addToThis(ECGNUPoint aElem) |
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) |
ECGNUPoint |
ECGNUPoint.multiply(java.math.BigInteger aKatsayi,
ECGNUPoint[] aOddPowers) |
ECGNUPoint |
ECGNUPoint.multiply(java.math.BigInteger aKatsayi,
ECGNUPoint[][] aPreComputation) |
ECGNUPoint |
ECGNUPoint.multiplyAndAdd(java.math.BigInteger aKatsayi,
ECGNUPoint[] aOddPowers,
ECGNUPoint aQ,
java.math.BigInteger aKatsayi2) |
ECGNUPoint |
ECGNUPoint.multiplyAndAdd(java.math.BigInteger aKatsayi,
ECGNUPoint[] aOddPowers,
ECGNUPoint aQ,
java.math.BigInteger aKatsayi2) |
Copyright © 2025. All rights reserved.