Delete Global Key
Obtain an instance of the key using the
getSecretKey
method of theNAEKey
class.Invoke the delete method.
Code sample
The following code sample deletes a key named mykey:
Your suggested change has been received. Thank you.
Please Note:
You are not viewing the most recent version of this page. 8.17.1 is the latest version available.
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();
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….