DecryptionFailed

data class DecryptionFailed(val details: String, val recoveryHint: String = "Decryption failure. Possible IV Index mismatch, wrong key, or corrupted PDU.") : MeshCryptoError

Constructors

Link copied to clipboard
constructor(details: String, recoveryHint: String = "Decryption failure. Possible IV Index mismatch, wrong key, or corrupted PDU.")

Properties

Link copied to clipboard
Link copied to clipboard