Table of Contents

Class SessionParameters

Namespace
Enterprises.Org.BouncyCastle.Crypto.Tls
Assembly
Enterprises.BouncyCastle.Crypto.dll
public sealed class SessionParameters
Inheritance
SessionParameters
Inherited Members

Properties

CipherSuite

public int CipherSuite { get; }

Property Value

int

CompressionAlgorithm

public byte CompressionAlgorithm { get; }

Property Value

byte

IsExtendedMasterSecret

public bool IsExtendedMasterSecret { get; }

Property Value

bool

MasterSecret

public byte[] MasterSecret { get; }

Property Value

byte[]

PeerCertificate

public Certificate PeerCertificate { get; }

Property Value

Certificate

PskIdentity

public byte[] PskIdentity { get; }

Property Value

byte[]

SrpIdentity

public byte[] SrpIdentity { get; }

Property Value

byte[]

Methods

Clear()

public void Clear()

Copy()

public SessionParameters Copy()

Returns

SessionParameters

ReadServerExtensions()

public IDictionary ReadServerExtensions()

Returns

IDictionary