ExplicitEncryptionType enum
- Inheritance
- Implemented types
Constructors
- ExplicitEncryptionType()
-
const
- ExplicitEncryptionType.fromNamespace(String namespace)
-
factory
Values
- otr → const ExplicitEncryptionType
- legacyOpenPGP → const ExplicitEncryptionType
- openPGP → const ExplicitEncryptionType
- omemo → const ExplicitEncryptionType
- omemo1 → const ExplicitEncryptionType
- omemo2 → const ExplicitEncryptionType
- unknown → const ExplicitEncryptionType
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
-
toXML(
) → XMLNode -
Create an
element with an xmlns indicating what type of encryption was used.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ExplicitEncryptionType> -
A constant List of the values in this enum, in order of their declaration.
[otr, legacyOpenPGP, openPGP, omemo, omemo1, omemo2, unknown]