Wand class abstract
Superclass of SignatureWand, KeyExchangeWand, and CipherWand.
The underlying secrets should be not extractable. Because instances of this class can still operate "locks" without a visible key, it is like a "magic wand".
- Implementers
Constructors
- Wand()
Properties
- hasBeenDestroyed → bool
-
Whether destroy has been called.
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
-
destroy(
) → Future< void> - Prevents this object from being used anymore and attempts to erase cryptographic keys from memory.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited