MockSessionPublicKeyStore

class MockSessionPublicKeyStore(savingException: Throwable? = null, retrievalException: Throwable? = null) : SessionPublicKeyStore

Constructors

Link copied to clipboard
constructor(savingException: Throwable? = null, retrievalException: Throwable? = null)

Properties

Link copied to clipboard
val keys: MutableMap<String, MutableMap<String, SessionPublicKeyData>>

Functions

Link copied to clipboard
fun clear()
Link copied to clipboard
open suspend override fun delete(nodeId: String, peerId: String)
Link copied to clipboard
suspend fun retrieve(nodeId: String, peerId: String): SessionKey
Link copied to clipboard
suspend fun save(key: SessionKey, nodeId: String, peerId: String, creationTime: ZonedDateTime)