Liking cljdoc? Tell your friends :D

jdk.security.spec.ECGenParameterSpec

This immutable class specifies the set of parameters used for generating elliptic curve (EC) domain parameters.

This immutable class specifies the set of parameters used for
generating elliptic curve (EC) domain parameters.
raw docstring

->ec-gen-parameter-specclj

(->ec-gen-parameter-spec std-name)

Constructor.

Creates a parameter specification for EC parameter generation using a standard (or predefined) name stdName in order to generate the corresponding (precomputed) elliptic curve domain parameters. For the list of supported names, please consult the documentation of provider whose implementation will be used.

std-name - the standard name of the to-be-generated EC domain parameters. - java.lang.String

throws: java.lang.NullPointerException - if stdName is null.

Constructor.

Creates a parameter specification for EC parameter
 generation using a standard (or predefined) name
 stdName in order to generate the corresponding
 (precomputed) elliptic curve domain parameters. For the
 list of supported names, please consult the documentation
 of provider whose implementation will be used.

std-name - the standard name of the to-be-generated EC domain parameters. - `java.lang.String`

throws: java.lang.NullPointerException - if stdName is null.
raw docstring

get-nameclj

(get-name this)

Returns the standard or predefined name of the to-be-generated EC domain parameters.

returns: the standard or predefined name. - java.lang.String

Returns the standard or predefined name of the
 to-be-generated EC domain parameters.

returns: the standard or predefined name. - `java.lang.String`
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close