ck_ecedwards_gen

ck_ecedwards_gen [-p | -n]

Tests elliptic curve Edwards 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.

--nowrap

Sets CKA_WRAP and CKA_UNWRAP to false (default).

--sign

Sets CKA_SIGN to true (default).

--nosign

Sets CKA_SIGN 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_ecedwards_gen.

-u, --usage

Displays a brief usage summary for ck_ecedwards_gen.

-V, --version

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