menu
openpgp package
documentation
model/bridge_model_generated.dart
Cipher
values constant
values constant
dark_mode
light_mode
values
constant
Map
<
int
,
Cipher
>
const
values
Implementation
static const Map<int, Cipher> values = { 0: AES128, 1: AES192, 2: AES256, 3: DES, 4: CAST5 };
openpgp package
documentation
model/bridge_model_generated
Cipher
values constant
Cipher class