Delete Global Key
Obtain an instance of the key using the
getSecretKeymethod of theNAEKeyclass.Invoke the delete method.
Code sample
The following code sample deletes a key named mykey:
NAEKey key = NAEKey.getSecretKey("mykey");
key.delete();
Your suggested change has been received. Thank you.
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….
We're moving!
A new home for CipherTrust documentation will be introduced on December 02, 2025! Visit https://docs-cybersec.thalesgroup.com for a preview.
Please Note:
Obtain an instance of the key using the getSecretKey method of the NAEKey class.
Invoke the delete method.
The following code sample deletes a key named mykey:
NAEKey key = NAEKey.getSecretKey("mykey");
key.delete();