File: connected-users-websocket/node_modules/socket.io/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/IConnectionState.as

Recommend this page to a friend!
  Classes of Igor Escobar   Terminal Crossword   connected-users-websocket/node_modules/socket.io/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/IConnectionState.as   Download  
File: connected-users-websocket/node_modules/socket.io/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/tls/IConnectionState.as
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Terminal Crossword
Generate a crosswords board on a text console
Author: By
Last change:
Date: 2 years ago
Size: 374 bytes
 

Contents

Class file image Download
/** * IConnectionState * * Interface for TLS/SSL Connection states. * * See LICENSE.txt for full license information. */ package com.hurlant.crypto.tls { import flash.utils.ByteArray; public interface IConnectionState { function decrypt(type:uint, length:uint, p:ByteArray) : ByteArray; function encrypt(type:uint, p:ByteArray) : ByteArray; } }