trixnity-crypto
Toggle table of contents
4.21.0
common
Platform filter
common
Switch theme
Search in API
trixnity-crypto
trixnity-crypto
/
net.folivo.trixnity.crypto.olm
/
OlmEncryptionService
/
EncryptOlmError
/
OneTimeKeyNotFound
One
Time
Key
Not
Found
data
class
OneTimeKeyNotFound
(
val
keyAlgorithm
:
KeyAlgorithm
)
:
IllegalStateException
,
OlmEncryptionService.EncryptOlmError
Members
Constructors
One
Time
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
?