Table of Contents

Class ContentType

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

Constructors

ContentType()

protected ContentType()

Fields

alert

public const byte alert = 21

Field Value

byte

application_data

public const byte application_data = 23

Field Value

byte

change_cipher_spec

public const byte change_cipher_spec = 20

Field Value

byte

handshake

public const byte handshake = 22

Field Value

byte

heartbeat

public const byte heartbeat = 24

Field Value

byte