EncryptionResult class abstract

Represents the result of encrypting some data

Constructors

EncryptionResult(Uint8List data, {Uint8List? initializationVector, Uint8List? authenticationTag, Uint8List? additionalAuthenticatedData})
factory

Properties

additionalAuthenticatedData Uint8List?
no setter
authenticationTag Uint8List?
no setter
data Uint8List
Byte representation of the ciphertext
no setter
hashCode int
The hash code for this object.
no setterinherited
initializationVector Uint8List?
The initialization vector used for encrypting when required by the algorithm
no setter
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