The encryption mode for the stream. More...
Public Member Functions | |
EncryptionMode (int value) | |
int | getAssignedValue () |
Static Public Member Functions | |
[static initializer] | |
static EncryptionMode | getByAssignedValue (int value) |
Public Attributes | |
Null =(1) | |
No encryption and no integrity checking. More... | |
Aes128Strong =(2) | |
AES 128-bit encryption with strong HMAC-SHA1 integrity checking (80-bit). More... | |
Aes128Weak =(3) | |
AES 128-bit encryption with weak HMAC-SHA1 integrity checking (32-bit). More... | |
NullStrong =(4) | |
Null encryption with strong HMAC-SHA1 integrity checking (80-bit). More... | |
NullWeak =(5) | |
Null encryption with weak HMAC-SHA1 integrity checking (32-bit). More... | |
The encryption mode for the stream.
fm.liveswitch.EncryptionMode.EncryptionMode | ( | int | value | ) |
|
static |
int fm.liveswitch.EncryptionMode.getAssignedValue | ( | ) |
|
static |
fm.liveswitch.EncryptionMode.Aes128Strong =(2) |
AES 128-bit encryption with strong HMAC-SHA1 integrity checking (80-bit).
fm.liveswitch.EncryptionMode.Aes128Weak =(3) |
AES 128-bit encryption with weak HMAC-SHA1 integrity checking (32-bit).
fm.liveswitch.EncryptionMode.Null =(1) |
No encryption and no integrity checking.
fm.liveswitch.EncryptionMode.NullStrong =(4) |
Null encryption with strong HMAC-SHA1 integrity checking (80-bit).
fm.liveswitch.EncryptionMode.NullWeak =(5) |
Null encryption with weak HMAC-SHA1 integrity checking (32-bit).