Table of Contents

Class EncryptionAlgorithm

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

Constructors

EncryptionAlgorithm()

protected EncryptionAlgorithm()

Fields

AES_128_CBC

public const int AES_128_CBC = 8

Field Value

int

AES_128_CCM

public const int AES_128_CCM = 15

Field Value

int

AES_128_CCM_8

public const int AES_128_CCM_8 = 16

Field Value

int

AES_128_GCM

public const int AES_128_GCM = 10

Field Value

int

AES_128_OCB_TAGLEN96

public const int AES_128_OCB_TAGLEN96 = 103

Field Value

int

AES_256_CBC

public const int AES_256_CBC = 9

Field Value

int

AES_256_CCM

public const int AES_256_CCM = 17

Field Value

int

AES_256_CCM_8

public const int AES_256_CCM_8 = 18

Field Value

int

AES_256_GCM

public const int AES_256_GCM = 11

Field Value

int

AES_256_OCB_TAGLEN96

public const int AES_256_OCB_TAGLEN96 = 104

Field Value

int

CAMELLIA_128_CBC

public const int CAMELLIA_128_CBC = 12

Field Value

int

CAMELLIA_128_GCM

public const int CAMELLIA_128_GCM = 19

Field Value

int

CAMELLIA_256_CBC

public const int CAMELLIA_256_CBC = 13

Field Value

int

CAMELLIA_256_GCM

public const int CAMELLIA_256_GCM = 20

Field Value

int

CHACHA20_POLY1305

public const int CHACHA20_POLY1305 = 21

Field Value

int

DES40_CBC

public const int DES40_CBC = 5

Field Value

int

DES_CBC

public const int DES_CBC = 6

Field Value

int

IDEA_CBC

public const int IDEA_CBC = 4

Field Value

int

NULL

public const int NULL = 0

Field Value

int

RC2_CBC_40

public const int RC2_CBC_40 = 3

Field Value

int

RC4_128

public const int RC4_128 = 2

Field Value

int

RC4_40

public const int RC4_40 = 1

Field Value

int

SEED_CBC

public const int SEED_CBC = 14

Field Value

int

cls_3DES_EDE_CBC

public const int cls_3DES_EDE_CBC = 7

Field Value

int