Method |
Description |
|
DecodeCiphertext ( short type, byte ciphertext, int offset, int len, TlsProtocolHandler handler ) : byte[] |
|
|
EncodePlaintext ( short type, byte plaintext, int offset, int len ) : byte[] |
|
|
Init ( byte ms, byte cr, byte sr ) : void |
|
|
TlsBlockCipherCipherSuite ( IBlockCipher encrypt, IBlockCipher decrypt, IDigest writeDigest, IDigest readDigest, int cipherKeySize, short keyExchange ) : System |
|
|
initCipher ( bool forEncryption, IBlockCipher cipher, byte key_block, int key_size, int key_offset, int iv_offset ) : void |
|
|