Example usage for Java java.security.spec ECParameterSpec fields, constructors, methods, implement or subclass
The text is from its open source code.
ECParameterSpec(EllipticCurve curve, ECPoint g, BigInteger n, int h) Creates elliptic curve domain parameters based on the specified values. |
int | getCofactor() Returns the cofactor. |
EllipticCurve | getCurve() Returns the elliptic curve that this parameter defines. |
ECPoint | getGenerator() Returns the generator which is also known as the base point. |
BigInteger | getOrder() Returns the order of the generator. |