Export Global Key
Obtain an instance of the key using the
getSecretKey
method of theNAEKey
class.Export the key bytes to a byte array using the export method.
Your suggested change has been received. Thank you.
Please Note:
Obtain an instance of the key using the getSecretKey
method of the NAEKey
class.
Export the key bytes to a byte array using the export method.
NAEKey key = NAEKey.getSecretKey("globalkey");
byte[] rawkey = key.export();
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….