Package | Description |
---|---|
org.bouncycastle.math.ec | |
org.bouncycastle.math.ec.endo |
Modifier and Type | Field and Description |
---|---|
protected ECEndomorphism |
ECCurve.endomorphism |
protected ECEndomorphism |
ECCurve.Config.endomorphism |
Modifier and Type | Method and Description |
---|---|
ECEndomorphism |
ECCurve.getEndomorphism() |
Modifier and Type | Method and Description |
---|---|
ECCurve.Config |
ECCurve.Config.setEndomorphism(ECEndomorphism endomorphism) |
Modifier and Type | Interface and Description |
---|---|
interface |
GLVEndomorphism |
Modifier and Type | Class and Description |
---|---|
class |
GLVTypeAEndomorphism |
class |
GLVTypeBEndomorphism |
Modifier and Type | Field and Description |
---|---|
protected ECEndomorphism |
EndoPreCompInfo.endomorphism |
Modifier and Type | Method and Description |
---|---|
ECEndomorphism |
EndoPreCompInfo.getEndomorphism() |
Modifier and Type | Method and Description |
---|---|
static ECPoint |
EndoUtil.mapPoint(ECEndomorphism endomorphism,
ECPoint p) |
void |
EndoPreCompInfo.setEndomorphism(ECEndomorphism endomorphism) |
Copyright © 2021 BouncyCastle.org. All rights reserved.