1TLS.putTLS(3kaya) Kaya module reference TLS.putTLS(3kaya)
2
3
4
6 TLS::putTLS - Send encrypted data
7
9 Void putTLS( TLSsession tls, String toput )
10
12 tls A TLS session
13
14 toput The unencrypted data to send
15
17 Send encrypted data. This function is called by Net::send as necessary.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
29
30
31Kaya December 2010 TLS.putTLS(3kaya)