Table of Contents

Interface ISSLSessionContext

Namespace
Javax.Net.Ssl
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ISSLSessionContext

Properties

Ids

Enumeration<byte[]> Ids { get; }

Property Value

Enumeration<byte[]>

SessionCacheSize

int SessionCacheSize { get; set; }

Property Value

int

SessionTimeout

int SessionTimeout { get; set; }

Property Value

int

Methods

GetSession(byte[])

SSLSession GetSession(byte[] arg0)

Parameters

arg0 byte[]

byte

Returns

SSLSession

SSLSession