| Syntax |
$cipher.setKey{keyName} |
| Documentation | Set the current key in use to be the named.
keyName, the name of the key.
|
| Examples | |
Note: only after calling the above function, the key 'myKey' will be the the key selected for usage. 'myKey' will be the current key until the next call of $cipher{setKey} or $cipher{removeKey}{myKey}. |
|
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 1 |