SFSEncryptionType enum
Constructors
- SFSEncryptionType()
-
const
- SFSEncryptionType.fromNamespace(String xmlns)
-
factory
Values
- aes128GcmNoPadding → const SFSEncryptionType
- aes256GcmNoPadding → const SFSEncryptionType
- aes256CbcPkcs7 → const SFSEncryptionType
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toNamespace(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SFSEncryptionType> -
A constant List of the values in this enum, in order of their declaration.
[aes128GcmNoPadding, aes256GcmNoPadding, aes256CbcPkcs7]