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.
(->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.
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close