Liking cljdoc? Tell your friends :D

jdk.security.spec.ECPublicKeySpec

This immutable class specifies an elliptic curve public key with its associated parameters.

This immutable class specifies an elliptic curve public key with
its associated parameters.
raw docstring

->ec-public-key-specclj

(->ec-public-key-spec w params)

Constructor.

Creates a new ECPublicKeySpec with the specified parameter values.

w - the public point. - java.security.spec.ECPoint params - the associated elliptic curve domain parameters. - java.security.spec.ECParameterSpec

throws: java.lang.NullPointerException - if w or params is null.

Constructor.

Creates a new ECPublicKeySpec with the specified
 parameter values.

w - the public point. - `java.security.spec.ECPoint`
params - the associated elliptic curve domain parameters. - `java.security.spec.ECParameterSpec`

throws: java.lang.NullPointerException - if w or params is null.
raw docstring

get-paramsclj

(get-params this)

Returns the associated elliptic curve domain parameters.

returns: the EC domain parameters. - java.security.spec.ECParameterSpec

Returns the associated elliptic curve domain
 parameters.

returns: the EC domain parameters. - `java.security.spec.ECParameterSpec`
raw docstring

get-wclj

(get-w this)

Returns the public point W.

returns: the public point W. - java.security.spec.ECPoint

Returns the public point W.

returns: the public point W. - `java.security.spec.ECPoint`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close