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
block
public const int block = 1
Field Value
stream
public const int stream = 0