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

A NULL cipher suite, for use during handshake.
Inheritance: TlsCipher
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode 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[]

Méthodes protégées

Méthode Description
CopyData ( byte text, int offset, int len ) : byte[]

Method Details

CopyData() protected méthode

protected CopyData ( byte text, int offset, int len ) : byte[]
text byte
offset int
len int
Résultat byte[]

DecodeCiphertext() public méthode

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
Résultat byte[]

EncodePlaintext() public méthode

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
Résultat byte[]