AesHmacSha2RecoveryKey

data class AesHmacSha2RecoveryKey(keySecretService: KeySecretService, keyTrustService: KeyTrustService, keyId: String, info: SecretKeyEventContent.AesHmacSha2Key) : SelfVerificationMethod

Constructors

Link copied to clipboard
constructor(keySecretService: KeySecretService, keyTrustService: KeyTrustService, keyId: String, info: SecretKeyEventContent.AesHmacSha2Key)

Functions

Link copied to clipboard
suspend fun verify(recoverKey: String): Result<Unit>