1TLS.putTLSBytes(3kaya) Kaya module reference TLS.putTLSBytes(3kaya)
2
3
4
6 TLS::putTLSBytes - Send encrypted binary data
7
9 Void putTLSBytes( TLSsession tls, Binary toput )
10
12 tls A TLS session
13
14 toput The unencrypted data to send (as a Binary.Binary (3kaya) set of
15 bytes)
16
18 Send encrypted binary data. This function is called by Net::sendBytes
19 as necessary.
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
31
32
33Kaya December 2010 TLS.putTLSBytes(3kaya)