trixnity-crypto
Toggle table of contents
4.21.1
common
Platform filter
common
Switch theme
Search in API
trixnity-crypto
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
?