Delete an AWS CloudHSM key using keytool
The AWS CloudHSM key store doesn't support deleting keys. You can delete keys using the destroy
method of the Destroyable interface
((Destroyable) key).destroy();
The AWS CloudHSM key store doesn't support deleting keys. You can delete keys using the destroy
method of the Destroyable interface
((Destroyable) key).destroy();