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