AesHmacSha2RecoveryKeyWithPbkdf2Passphrase

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

Constructors

constructor(keySecretService: KeySecretService, keyTrustService: KeyTrustService, keyId: String, info: SecretKeyEventContent.AesHmacSha2Key)

Functions

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