Searched defs:endomorphism (Results 1 - 1 of 1) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECCurve.java37 protected ECEndomorphism endomorphism; field in class:ECCurve.Config
40 Config(int coord, ECEndomorphism endomorphism, ECMultiplier multiplier) argument
43 this.endomorphism = endomorphism;
53 public Config setEndomorphism(ECEndomorphism endomorphism) argument
55 this.endomorphism = endomorphism;
79 c.endomorphism = endomorphism;
91 protected ECEndomorphism endomorphism field in class:ECCurve
[all...]

Completed in 50 milliseconds