Previous Topic: KEYRING Keyword—Add a Key Ring to a UserNext Topic: KEYSMSTR Keyword—Define Password Key Name


KEYSIZE Keyword—Specify Key Size

Valid on z/OS.

Use the KEYSIZE keyword to specify the size of the private encryption key in decimal bits.

This keyword has the following format:

TSS REKEY(acid) KEYSIZE(keysize)
Keysize

Valid values are:

This keyword is used with:

Example: KEYSIZE keyword

This example creates low strength key:

TSS REKEY(user1) DIGICERT(cert0001)
                 NEWDIGIC(cert0002)
                 KEYSIZE(512)