InMemoryDpopKeyStore class final

An in-memory DpopKeyStore, for tests that shouldn't touch real secure storage.

Implemented types

Constructors

InMemoryDpopKeyStore()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete() Future<void>
Deletes the saved key pair, if any.
override
load() Future<DpopKeyPair?>
Loads the previously saved key pair, or null if none exists yet.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save(DpopKeyPair keyPair) Future<void>
Persists keyPair, replacing any previously saved key pair.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited