Documentation
¶
Index ¶
- type CipherConn
- func (cc *CipherConn) Close() error
- func (cc *CipherConn) LocalAddr() net.Addr
- func (cc *CipherConn) Read(b []byte) (n int, err error)
- func (cc *CipherConn) RemoteAddr() net.Addr
- func (cc *CipherConn) SetDeadline(t time.Time) error
- func (cc *CipherConn) SetReadDeadline(t time.Time) error
- func (cc *CipherConn) SetWriteDeadline(t time.Time) error
- func (cc *CipherConn) Write(b []byte) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CipherConn ¶
func NewCipherConn ¶
func NewCipherConn(de, en cipher.Stream, conn net.Conn) *CipherConn
func (*CipherConn) Close ¶
func (cc *CipherConn) Close() error
func (*CipherConn) LocalAddr ¶
func (cc *CipherConn) LocalAddr() net.Addr
func (*CipherConn) RemoteAddr ¶
func (cc *CipherConn) RemoteAddr() net.Addr
func (*CipherConn) SetDeadline ¶
func (cc *CipherConn) SetDeadline(t time.Time) error
func (*CipherConn) SetReadDeadline ¶
func (cc *CipherConn) SetReadDeadline(t time.Time) error
func (*CipherConn) SetWriteDeadline ¶
func (cc *CipherConn) SetWriteDeadline(t time.Time) error
Click to show internal directories.
Click to hide internal directories.