[an error occurred while processing this directive]

HP OpenVMS Systems Documentation

Content starts here

HP OpenVMS DCL Dictionary


Previous Contents Index


ENCRYPT /REMOVE_KEY

Deletes a key definition from a key storage table. The PROCESS logical name table is the default unless otherwise specified.

Format

ENCRYPT /REMOVE_KEY key-name [qualifiers]


Parameters

key-name

Key name previously stored in the key storage table with the ENCRYPT /CREATE_KEY command.

Qualifiers

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

Example


$ ENCRYPT /REMOVE_KEY MYKey /AES
      

This command removes or deletes the AES key, MYKEY.


Previous Next Contents Index