SSLProcessor

interface SSLProcessor

Inheritors

Properties

Link copied to clipboard
abstract val isAlive: Boolean
Link copied to clipboard
abstract val needInput: Boolean
Link copied to clipboard
abstract val needSync: Boolean
Link copied to clipboard
abstract val status: Any?

Functions

Link copied to clipboard
abstract fun addDecryptedClientData(data: ByteArray, offset: Int, size: Int)
Link copied to clipboard
abstract fun addEncryptedServerData(data: ByteArray, offset: Int, size: Int)
Link copied to clipboard
abstract fun clientClose()
Link copied to clipboard
abstract fun getDecryptedServerData(data: ByteArray, offset: Int = 0, size: Int = data.size - offset): Int
Link copied to clipboard
abstract fun getEncryptedClientData(data: ByteArray, offset: Int = 0, size: Int = data.size - offset): Int
Link copied to clipboard
abstract fun setEndPoint(host: String, port: Int)