toggle menu
trixnity-crypto
4.6.0
common
switch theme
search in API
trixnity-crypto
/
net.folivo.trixnity.crypto.olm
/
OlmEncryptionService
/
EncryptOlmError
/
OneTimeKeyRemoteServerError
One
Time
Key
Remote
Server
Error
data
class
OneTimeKeyRemoteServerError
(
val
keyAlgorithm
:
KeyAlgorithm
,
val
server
:
String
)
:
IllegalStateException
,
OlmEncryptionService.EncryptOlmError
Members
Constructors
One
Time
Key
Remote
Server
Error
Link copied to clipboard
constructor
(
keyAlgorithm
:
KeyAlgorithm
,
server
:
String
)
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
?
server
Link copied to clipboard
val
server
:
String