toggle menu
trixnity-crypto
4.2.4
common
switch theme
search in API
trixnity-crypto
/
net.folivo.trixnity.crypto.olm
/
OlmEncryptionService
/
DecryptOlmError
/
KeyNotFound
Key
Not
Found
data
class
KeyNotFound
(
val
keyAlgorithm
:
KeyAlgorithm
)
:
IllegalStateException
,
OlmEncryptionService.DecryptOlmError
Members
Constructors
Key
Not
Found
Link copied to clipboard
constructor
(
keyAlgorithm
:
KeyAlgorithm
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
key
Algorithm
Link copied to clipboard
val
keyAlgorithm
:
KeyAlgorithm
message
Link copied to clipboard
open
val
message
:
String
?