Key class abstract
Represents a cryptographic key
- Implementers
Constructors
- Key.new()
Properties
Methods
-
marshal(
) → Uint8List - Returns the protobuf bytes of the key
-
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