Table of Contents

Class RecordFormat

Namespace
Org.BouncyCastle.Tls
Assembly
BouncyCastle.Cryptography.dll
public abstract class RecordFormat
Inheritance
RecordFormat
Inherited Members

Fields

FragmentOffset

public const int FragmentOffset = 5

Field Value

int

LengthOffset

public const int LengthOffset = 3

Field Value

int

TypeOffset

public const int TypeOffset = 0

Field Value

int

VersionOffset

public const int VersionOffset = 1

Field Value

int