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... | |
A cipher suite.
| fm.liveswitch.DtlsCipherSuite.DtlsCipherSuite | ( | int | value | ) |
|
static |
| int fm.liveswitch.DtlsCipherSuite.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.DtlsCipherSuite.EcdheEcdsaAes128CbcSha256 =(9) |
Indicates TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256.
| fm.liveswitch.DtlsCipherSuite.EcdheEcdsaAes128GcmSha256 =(6) |
Indicates TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256.
| fm.liveswitch.DtlsCipherSuite.EcdheEcdsaAes128Sha =(3) |
Indicates TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA.
| fm.liveswitch.DtlsCipherSuite.EcdheRsaAes128CbcSha256 =(8) |
Indicates TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256.
| fm.liveswitch.DtlsCipherSuite.EcdheRsaAes128GcmSha256 =(5) |
Indicates TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256.
| fm.liveswitch.DtlsCipherSuite.EcdheRsaAes128Sha =(2) |
Indicates TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA.
| fm.liveswitch.DtlsCipherSuite.RsaAes128CbcSha256 =(7) |
Indicates TLS_RSA_WITH_AES_128_CBC_SHA256.
| fm.liveswitch.DtlsCipherSuite.RsaAes128GcmSha256 =(4) |
Indicates TLS_RSA_WITH_AES_128_GCM_SHA256.
| fm.liveswitch.DtlsCipherSuite.RsaAes128Sha =(1) |
Indicates TLS_RSA_WITH_AES_128_CBC_SHA.