ckdes3gen

ckdes3gen [ -n | -p PIN ] [ template options ]

Generates an DES3 secret key.

Option Description

-n, --nopin

Doesn’t call C_Login, makes key public object.

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

Use PIN for C_Login.

Exposes PIN, use for testing only.

Template options

-L, --label=LABEL

Sets CKA_LABEL. Default: Example label

--sign

Sets CKA_SIGN and CKA_VERIFY to true (default).

--nosign

Sets CKA_SIGN and CKA_VERIFY to false.

--encrypt

Sets CKA_ENCRYPT and CKA_DECRYPT to true (default).

--noencrypt

Sets CKA_ENCRYPT and CKA_DECRYPT to false.

--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 ckdes3gen.

-u, --usage

Displays a brief usage summary for ckdes3gen.

-V, --version

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