1Gcrypt.setCipherKey(3kaya) Kaya module reference Gcrypt.setCipherKey(3kaya)
2
3
4
6 Gcrypt::setCipherKey - Set the cipher secret key
7
9 Void setCipherKey( CipherHandle h, Key key )
10
12 h The cipher handle
13
14 key The secret key
15
17 Sets the cipher secret key. The length of the key depends on the cipher
18 algorithm, and can be found with Gcrypt.cipherKeySize (3kaya)
19
20
22 Kaya standard library by Edwin Brady, Chris Morris and others
23 (kaya@kayalang.org). For further information see http://kayalang.org/
24
26 The Kaya standard library is free software; you can redistribute it
27 and/or modify it under the terms of the GNU Lesser General Public
28 License (version 2.1 or any later version) as published by the Free
29 Software Foundation.
30
32 Gcrypt.CipherHandle (3kaya)
33 Gcrypt.cipherKeySize (3kaya)
34 Gcrypt.closeCipher (3kaya)
35 Gcrypt.decrypt (3kaya)
36 Gcrypt.decryptString (3kaya)
37 Gcrypt.encrypt (3kaya)
38 Gcrypt.encryptString (3kaya)
39 Gcrypt.openCipher (3kaya)
40 Gcrypt.setCipherIVec (3kaya)
41
42
43
44Kaya December 2010 Gcrypt.setCipherKey(3kaya)