fm.liveswitch.DtlsCipherSuite Enum Reference

A cipher suite. More...

Public Member Functions

 DtlsCipherSuite (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static DtlsCipherSuite getByAssignedValue (int value)
 

Public Attributes

 RsaAes128Sha =(1)
 Indicates TLS_RSA_WITH_AES_128_CBC_SHA. More...
 
 EcdheRsaAes128Sha =(2)
 Indicates TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA. More...
 
 EcdheEcdsaAes128Sha =(3)
 Indicates TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA. More...
 
 RsaAes128GcmSha256 =(4)
 Indicates TLS_RSA_WITH_AES_128_GCM_SHA256. More...
 
 EcdheRsaAes128GcmSha256 =(5)
 Indicates TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256. More...
 
 EcdheEcdsaAes128GcmSha256 =(6)
 Indicates TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256. More...
 
 RsaAes128CbcSha256 =(7)
 Indicates TLS_RSA_WITH_AES_128_CBC_SHA256. More...
 
 EcdheRsaAes128CbcSha256 =(8)
 Indicates TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256. More...
 
 EcdheEcdsaAes128CbcSha256 =(9)
 Indicates TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256. More...
 

Detailed Description

A cipher suite.

Constructor & Destructor Documentation

◆ DtlsCipherSuite()

fm.liveswitch.DtlsCipherSuite.DtlsCipherSuite ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.DtlsCipherSuite.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.DtlsCipherSuite.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ EcdheEcdsaAes128CbcSha256

fm.liveswitch.DtlsCipherSuite.EcdheEcdsaAes128CbcSha256 =(9)

Indicates TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256.

◆ EcdheEcdsaAes128GcmSha256

fm.liveswitch.DtlsCipherSuite.EcdheEcdsaAes128GcmSha256 =(6)

Indicates TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256.

◆ EcdheEcdsaAes128Sha

fm.liveswitch.DtlsCipherSuite.EcdheEcdsaAes128Sha =(3)

Indicates TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA.

◆ EcdheRsaAes128CbcSha256

fm.liveswitch.DtlsCipherSuite.EcdheRsaAes128CbcSha256 =(8)

Indicates TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256.

◆ EcdheRsaAes128GcmSha256

fm.liveswitch.DtlsCipherSuite.EcdheRsaAes128GcmSha256 =(5)

Indicates TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256.

◆ EcdheRsaAes128Sha

fm.liveswitch.DtlsCipherSuite.EcdheRsaAes128Sha =(2)

Indicates TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA.

◆ RsaAes128CbcSha256

fm.liveswitch.DtlsCipherSuite.RsaAes128CbcSha256 =(7)

Indicates TLS_RSA_WITH_AES_128_CBC_SHA256.

◆ RsaAes128GcmSha256

fm.liveswitch.DtlsCipherSuite.RsaAes128GcmSha256 =(4)

Indicates TLS_RSA_WITH_AES_128_GCM_SHA256.

◆ RsaAes128Sha

fm.liveswitch.DtlsCipherSuite.RsaAes128Sha =(1)

Indicates TLS_RSA_WITH_AES_128_CBC_SHA.