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
Fields
buf
public readonly byte[] buf
Field Value
- byte[]
contentType
public readonly short contentType
Field Value
len
public readonly int len
Field Value
off
public readonly int off