Constructor and Description |
---|
ECPublicKeySpec(ECPoint w,
ECParameterSpec params)
Creates a new ECPublicKeySpec with the specified
parameter values.
|
Modifier and Type | Method and Description |
---|---|
ECParameterSpec |
getParams()
Returns the associated elliptic curve domain
parameters.
|
ECPoint |
getW()
Returns the public point W.
|
public ECPublicKeySpec(ECPoint w, ECParameterSpec params)
NullPointerException
- if w
or params
is null.IllegalArgumentException
- if w
is point at infinity, i.e. ECPoint.POINT_INFINITYw
- the public point.params
- the associated elliptic curve domain
parameters.public ECPoint getW()
public ECParameterSpec getParams()
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.