DArgon2Result class

A class that stores the results from an Argon2 Hashing operation. Allows for a user to get various values from the List

Constructors

DArgon2Result(List<int> _bytes, List<int> _encodedBytes)
Public Constructor to create a DArgon2Result object from the given raw bytes. and encoded bytes.

Properties

base64String String
A getter to return a base64 String from the raw bytes (_bytes).
no setter
encodedBytes List<int>
A getter to return the encoded bytes as a List of type int from the given encoded bytes (_encodedBytes)
no setter
encodedString String
A getter to return a UTF-8 String from the encoded bytes (_encodedBytes)
no setter
hashCode int
The hash code for this object.
no setterinherited
hexString String
A getter to return a hex String from the raw bytes (_bytes)
no setter
rawBytes List<int>
A getter to return the raw bytes as a List of type int from the given raw bytes (_bytes).
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