kmp-ble
Toggle table of contents
0.13.1
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-ble
kmp-ble-mesh
/
com.atruedev.kmpble.mesh
/
DecryptionFailed
Decryption
Failed
data
class
DecryptionFailed
(
val
details
:
String
,
val
recoveryHint
:
String
=
"Decryption failure. Possible IV Index mismatch, wrong key, or corrupted PDU."
)
:
MeshCryptoError
Members
Constructors
Decryption
Failed
Link copied to clipboard
constructor
(
details
:
String
,
recoveryHint
:
String
=
"Decryption failure. Possible IV Index mismatch, wrong key, or corrupted PDU."
)
Properties
details
Link copied to clipboard
val
details
:
String
recovery
Hint
Link copied to clipboard
val
recoveryHint
:
String