public class ECParameterSpec extends Object implements AlgorithmParameterSpec
AlgorithmParameterSpec
Constructor and Description |
---|
ECParameterSpec(EllipticCurve curve,
ECPoint g,
BigInteger n,
int h)
Creates elliptic curve domain parameters based on the
specified values.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public ECParameterSpec(EllipticCurve curve, ECPoint g, BigInteger n, int h)
NullPointerException
- if curve
,
g
, or n
is null.IllegalArgumentException
- if n
or h
is not positive.curve
- the elliptic curve which this parameter
defines.g
- the generator which is also known as the base point.n
- the order of the generator g
.h
- the cofactor.public EllipticCurve getCurve()
public ECPoint getGenerator()
public BigInteger getOrder()
public int getCofactor()
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2022 aicas GmbH. All Rights Reserved.