Table of Contents

Class CipherType

Namespace
Enterprises.Org.BouncyCastle.Crypto.Tls
Assembly
Enterprises.BouncyCastle.Crypto.dll
public abstract class CipherType
Inheritance
CipherType
Inherited Members

Constructors

CipherType()

protected CipherType()

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