Void setCipherKey(CipherHandle h, Key key)
Arguments
h: The cipher handlekey: The secret key
Usage
Sets the cipher secret key. The length of the key depends on the cipher algorithm, and can be found with cipherKeySize.
h: The cipher handlekey: The secret keySets the cipher secret key. The length of the key depends on the cipher algorithm, and can be found with cipherKeySize.