CryptDataBuilder class
Convenient builder for CryptData.
Constructors
- CryptDataBuilder(String id)
- Creates a new builder for CryptData.
Properties
Methods
-
build(
) → CryptData - Creates the CryptData instance.
-
hash(
String v) → CryptDataBuilder -
Set the output hash.
override
-
hashBytes(
List< int> v) → CryptDataBuilder - Set the output hash bytes using standard Base-64 codecs without padding.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
param(
String name, dynamic value) → CryptDataBuilder - Set a parameter value.
-
salt(
String v) → CryptDataBuilder - Set the salt.
-
saltBytes(
List< int> v) → CryptDataBuilder - Set the salt bytes using standard Base-64 codecs without padding.
-
toString(
) → String -
A string representation of this object.
inherited
-
version(
String v) → CryptDataBuilder - Set the algorithm version.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited