Previous Topic: TIMES Keyword—Access HoursNext Topic: TOKENDEL Keyword—Delete PKCS#11 Token


TOKENADD Keyword—Create PKCS#11 Token

Valid on z/OS.

Use the TOKENADD keyword with the P11TOKEN function to create a PKCS#11 token.

This keyword has the following format:

TSS P11TOKEN TOKENADD LABLCTKN(token name) 
LABLCTKN(token name)

Specifies the name of the token being created. The token must not already exist. The first character must be alphabetic or national. Permitted characters are: alphanumeric, national and a period. Lower case letters are folded to upper case.

Range: Up to 32 characters

This keyword is used with MISC3(PTOK) authority.

Also controlled by ICSF using resources in the CRYPTOZ class. Authority to resources in the IBMFAC class is not required.

Example: TOKENADD keyword

This example creates a token named TOKEN#1:

TSS P11TOKEN TOKENADD LABLCTKN(token#1)