yaca_encrypt_algorithm_e class abstract
@brief Enumeration for YACA symmetric encryption algorithms. @since_tizen 3.0
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- YACA_ENCRYPT_3DES_3TDEA → const int
- 3DES 3-key encryption.
- YACA_ENCRYPT_AES → const int
- AES encryption.
- YACA_ENCRYPT_CAST5 → const int
- CAST5 encryption. This is a variable key length cipher.
- YACA_ENCRYPT_UNSAFE_3DES_2TDEA → const int
- 3DES 2-key encryption.
- YACA_ENCRYPT_UNSAFE_DES → const int
- DES encryption.
- YACA_ENCRYPT_UNSAFE_RC2 → const int
- RC2 encryption. This is a variable key length cipher.
- YACA_ENCRYPT_UNSAFE_RC4 → const int
- RC4 encryption. This is a variable key length cipher.