ck_ecmontgomery_gen

ck_ecmontgomery_gen [-p | -n]

Tests elliptic curve Montgomery key generation.

Option Description

-n, --nopin

Doesn’t call C_Login, makes key public object. Forces --nosensitive --extractable.

-p, --pin-for-testing=PIN

Use PIN for C_Login.

Exposes PIN, use for testing only.

-s, --slot-name=SLOT

Use only named SLOT.

Template options

-L, --label=LABEL

Sets CKA_LABEL.
Default: Example label

--wrap

Sets CKA_WRAP and CKA_UNWRAP to true (default).

--nowrap

Sets CKA_WRAP and CKA_UNWRAP to false.

--derive

Sets CKA_DERIVE to true (default).

--noderive

Sets CKA_DERIVE to false.

--sensitive

Sets CKA_SENSITIVE to true (default).

--nosensitive

Sets CKA_SENSITIVE to false.

--extractable

Sets CKA_EXTRACTABLE to true.

--noextractable

Sets CKA_EXTRACTABLE to false (default).

Help options

-h, --help

Displays help for ck_ecmontgomery_gen.

-u, --usage

Displays a brief usage summary for ck_ecmontgomery_gen.

-V, --version

Displays the version number of the Security World Software that deploys ck_ecmontgomery_gen.