Table of Contents

Class TlsEncodeResult

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

Constructors

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

public TlsEncodeResult(byte[] buf, int off, int len, short recordType)

Parameters

buf byte[]
off int
len int
recordType short

Fields

buf

public readonly byte[] buf

Field Value

byte[]

len

public readonly int len

Field Value

int

off

public readonly int off

Field Value

int

recordType

public readonly short recordType

Field Value

short