Liking cljdoc? Tell your friends :D

jdk.security.spec.ECPrivateKeySpec

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

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

->ec-private-key-specclj

(->ec-private-key-spec s params)

Constructor.

Creates a new ECPrivateKeySpec with the specified parameter values.

s - the private value. - java.math.BigInteger params - the associated elliptic curve domain parameters. - java.security.spec.ECParameterSpec

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

Constructor.

Creates a new ECPrivateKeySpec with the specified
 parameter values.

s - the private value. - `java.math.BigInteger`
params - the associated elliptic curve domain parameters. - `java.security.spec.ECParameterSpec`

throws: java.lang.NullPointerException - if s 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-sclj

(get-s this)

Returns the private value S.

returns: the private value S. - java.math.BigInteger

Returns the private value S.

returns: the private value S. - `java.math.BigInteger`
raw docstring

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

× close