Table of Contents

Class TlsDecodeResult

Namespace
Org.BouncyCastle.Tls.Crypto
Assembly
BouncyCastle.Cryptography.dll
public sealed class TlsDecodeResult
Inheritance
TlsDecodeResult
Inherited Members

Constructors

TlsDecodeResult(byte[], int, int, short)

public TlsDecodeResult(byte[] buf, int off, int len, short contentType)

Parameters

buf byte[]
off int
len int
contentType short

Fields

buf

public readonly byte[] buf

Field Value

byte[]

contentType

public readonly short contentType

Field Value

short

len

public readonly int len

Field Value

int

off

public readonly int off

Field Value

int