Table of Contents

Class BulkCipherAlgorithm

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

Constructors

BulkCipherAlgorithm()

protected BulkCipherAlgorithm()

Fields

aes

public const int aes = 6

Field Value

int

cls_3des

public const int cls_3des = 4

Field Value

int

cls_null

public const int cls_null = 0

Field Value

int

des

public const int des = 3

Field Value

int

des40

public const int des40 = 5

Field Value

int

idea

public const int idea = 7

Field Value

int

rc2

public const int rc2 = 2

Field Value

int

rc4

public const int rc4 = 1

Field Value

int