Table of Contents

Class CipherType

Namespace
Org.BouncyCastle.Tls
Assembly
BouncyCastle.Cryptography.dll

RFC 2246

public abstract class CipherType
Inheritance
CipherType
Inherited Members

Remarks

Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the particular values (e.g. serialization).

Fields

aead

public const int aead = 2

Field Value

int

block

public const int block = 1

Field Value

int

stream

public const int stream = 0

Field Value

int