IV class

Represents an Initialization Vector.

Constructors

IV(Uint8List bytes)
IV.fromBase16(String encoded)
IV.fromBase64(String encoded)
IV.fromLength(int length)
IV.fromSecureRandom(int length)
IV.fromUtf8(String input)

Properties

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