Return List of Global Keys on NAE Server
Create an
NAEKey
array.Populate the array with the elements returned by the
getKeys
method of theNAEKey
class.
Code sample
The following code sample returns a list of all of the global keys on the NAE Server.
NAEKey[] keys = NAEKey.getKeys();
The getKeys()
method returns key handles, not key bytes. To access key bytes, use the export()
method.