Encrypted class

Represents an encripted value.

Implementers

Constructors

Encrypted(Uint8List? _bytes)
Encrypted.from64(String? encoded)
Creates an Encrypted object from a Base64 string.
Encrypted.fromBase16(String? encoded)
Creates an Encrypted object from a hexdecimal string.
Encrypted.fromBase64(String? encoded)
Creates an Encrypted object from a Base64 string.
Encrypted.fromLength(int? length)
Creates an Encrypted object from a length.
Encrypted.fromUtf8(String? input)
Creates an Encrypted object from a UTF-8 string.

Properties

base16 String?
Gets the Encrypted bytes as a Hexdecimal representation.
no setter
base64 String?
Gets the Encrypted bytes as a Base64 representation.
no setter
bytes Uint8List?
Gets the Encrypted bytes.
no setter
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