C# Class Org.BouncyCastle.Crypto.Tls.TlsNullCipher

A NULL cipher suite, for use during handshake.
Inheritance: TlsCipher
Mostrar archivo Open project: nonorganic/dssnet

Public Methods

Method Description
DecodeCiphertext ( Org.BouncyCastle.Crypto.Tls.ContentType type, byte ciphertext, int offset, int len ) : byte[]
EncodePlaintext ( Org.BouncyCastle.Crypto.Tls.ContentType type, byte plaintext, int offset, int len ) : byte[]

Protected Methods

Method Description
CopyData ( byte text, int offset, int len ) : byte[]

Method Details

CopyData() protected method

protected CopyData ( byte text, int offset, int len ) : byte[]
text byte
offset int
len int
return byte[]

DecodeCiphertext() public method

public DecodeCiphertext ( Org.BouncyCastle.Crypto.Tls.ContentType type, byte ciphertext, int offset, int len ) : byte[]
type Org.BouncyCastle.Crypto.Tls.ContentType
ciphertext byte
offset int
len int
return byte[]

EncodePlaintext() public method

public EncodePlaintext ( Org.BouncyCastle.Crypto.Tls.ContentType type, byte plaintext, int offset, int len ) : byte[]
type Org.BouncyCastle.Crypto.Tls.ContentType
plaintext byte
offset int
len int
return byte[]