KeyParameter class
CipherParameters consisting of just a key of arbitrary length.
- Inheritance
-
- Object
- CipherParameters
- KeyParameter
- Implementers
Constructors
- KeyParameter(Uint8List key)
- KeyParameter.offset(Uint8List key, int keyOff, int keyLen)
Properties
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