Skip to content

qie.getPrivateKeyNames

Signature: qie.getPrivateKeyNames()

Returns: String[] names - an array of available private keys names

Gets a list of available private key names.

Parameters

None

Example

var privateKeyNames = qie.getPrivateKeyNames(); // e.g. ["myPrivateKey1", "myPrivateKey2"]
var aPrivateKey = privateKeyNames[0];           // e.g. myPrivateKey1