Previous | Contents | Index |
Deletes a key definition from a key storage table. The PROCESS logical name table is the default unless otherwise specified.
ENCRYPT /REMOVE_KEY key-name [qualifiers]
key-name
Key name previously stored in the key storage table with the ENCRYPT /CREATE_KEY command.
/AES
Designates that an AES key is to be deleted. Specifying a unique key name and table is sufficient for deletion, making the /AES qualifier unnecessary but included for clarification./GROUP
Deletes the key definition from the group key storage table./JOB
Deletes the key definition from the job key storage table./PROCESS
Deletes the key definition from the process key storage table./SYSTEM
Deletes the key definition from the system key storage table.
$ ENCRYPT /REMOVE_KEY MYKey /AES |
This command removes or deletes the AES key, MYKEY.
Previous | Next | Contents | Index |