Uses of Interface
org.bouncycastle.math.ec.ECMultiplier
-
-
Uses of ECMultiplier in org.bouncycastle.crypto.ec
Methods in org.bouncycastle.crypto.ec that return ECMultiplier Modifier and Type Method Description protected ECMultiplier
ECElGamalEncryptor. createBasePointMultiplier()
protected ECMultiplier
ECFixedTransform. createBasePointMultiplier()
protected ECMultiplier
ECNewPublicKeyTransform. createBasePointMultiplier()
protected ECMultiplier
ECNewRandomnessTransform. createBasePointMultiplier()
-
Uses of ECMultiplier in org.bouncycastle.crypto.engines
Methods in org.bouncycastle.crypto.engines that return ECMultiplier Modifier and Type Method Description protected ECMultiplier
SM2Engine. createBasePointMultiplier()
-
Uses of ECMultiplier in org.bouncycastle.crypto.generators
Methods in org.bouncycastle.crypto.generators that return ECMultiplier Modifier and Type Method Description protected ECMultiplier
ECKeyPairGenerator. createBasePointMultiplier()
-
Uses of ECMultiplier in org.bouncycastle.crypto.kems
Methods in org.bouncycastle.crypto.kems that return ECMultiplier Modifier and Type Method Description protected ECMultiplier
ECIESKeyEncapsulation. createBasePointMultiplier()
-
Uses of ECMultiplier in org.bouncycastle.crypto.signers
Methods in org.bouncycastle.crypto.signers that return ECMultiplier Modifier and Type Method Description protected ECMultiplier
DSTU4145Signer. createBasePointMultiplier()
protected ECMultiplier
ECDSASigner. createBasePointMultiplier()
protected ECMultiplier
ECGOST3410_2012Signer. createBasePointMultiplier()
protected ECMultiplier
ECGOST3410Signer. createBasePointMultiplier()
protected ECMultiplier
SM2Signer. createBasePointMultiplier()
-
Uses of ECMultiplier in org.bouncycastle.math.ec
Classes in org.bouncycastle.math.ec that implement ECMultiplier Modifier and Type Class Description class
AbstractECMultiplier
class
FixedPointCombMultiplier
class
GLVMultiplier
class
WNafL2RMultiplier
Class implementing the WNAF (Window Non-Adjacent Form) multiplication algorithm.class
WTauNafMultiplier
Class implementing the WTNAF (Windowτ
-adic Non-Adjacent Form) algorithm.Fields in org.bouncycastle.math.ec declared as ECMultiplier Modifier and Type Field Description protected ECMultiplier
ECCurve.Config. multiplier
protected ECMultiplier
ECCurve. multiplier
Methods in org.bouncycastle.math.ec that return ECMultiplier Modifier and Type Method Description protected ECMultiplier
ECCurve. createDefaultMultiplier()
protected ECMultiplier
ECCurve.F2m. createDefaultMultiplier()
ECMultiplier
ECCurve. getMultiplier()
Sets the defaultECMultiplier
, unless already set.Methods in org.bouncycastle.math.ec with parameters of type ECMultiplier Modifier and Type Method Description ECCurve.Config
ECCurve.Config. setMultiplier(ECMultiplier multiplier)
-
Uses of ECMultiplier in org.bouncycastle.math.ec.custom.sec
Methods in org.bouncycastle.math.ec.custom.sec that return ECMultiplier Modifier and Type Method Description protected ECMultiplier
SecT163K1Curve. createDefaultMultiplier()
protected ECMultiplier
SecT233K1Curve. createDefaultMultiplier()
protected ECMultiplier
SecT239K1Curve. createDefaultMultiplier()
protected ECMultiplier
SecT283K1Curve. createDefaultMultiplier()
protected ECMultiplier
SecT409K1Curve. createDefaultMultiplier()
protected ECMultiplier
SecT571K1Curve. createDefaultMultiplier()
-