fm.liveswitch.TcpSocketCipherSuites Enum Reference

TCP socket cipher suites. More...

Public Member Functions

 TcpSocketCipherSuites (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static TcpSocketCipherSuites getByAssignedValue (int value)
 

Public Attributes

 Default =(1)
 Indicates that the default cipher suites should be used. More...
 
 All =(2)
 Indicates that all supported cipher suites should be used. More...
 

Detailed Description

TCP socket cipher suites.

Constructor & Destructor Documentation

◆ TcpSocketCipherSuites()

fm.liveswitch.TcpSocketCipherSuites.TcpSocketCipherSuites ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.TcpSocketCipherSuites.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.TcpSocketCipherSuites.getAssignedValue ( )

◆ getByAssignedValue()

static TcpSocketCipherSuites fm.liveswitch.TcpSocketCipherSuites.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ All

fm.liveswitch.TcpSocketCipherSuites.All =(2)

Indicates that all supported cipher suites should be used.

◆ Default

fm.liveswitch.TcpSocketCipherSuites.Default =(1)

Indicates that the default cipher suites should be used.