Get Size of Global Key
Obtain an instance of the key using the
getSecretKey
method of theNAEKey
class.Call the
getKeySize
method of the key object.
Code sample
The following code sample returns the size of mykey:
Your suggested change has been received. Thank you.
Please Note:
Obtain an instance of the key using the getSecretKey
method of the NAEKey
class.
Call the getKeySize
method of the key object.
The following code sample returns the size of mykey:
NAESecretKey key = NAEKey.getSecretKey("mykey");
int size = key.getKeySize();
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….