EncryptionAes class
Encrypted with AES, the strongest choice but currently cannot be expanded in Windows Explorer.
- Inheritance
-
- Object
- EncryptionMethod
- EncryptionAes
Constructors
- EncryptionAes.new(AesVersion aesVersion, AesKeyStrength aesKeyStrength, {String vendorID = 'AE'})
-
const
Properties
- aesKeyStrength → AesKeyStrength
-
final
- aesVersion → AesVersion
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEncrypted → bool
-
no setteroverride
- name → String
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vendorID → String
-
final
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