Class KeyVerificationKeyContent
- java.lang.Object
-
- io.github.ma1uta.matrix.event.content.KeyVerificationKeyContent
-
- All Implemented Interfaces:
EventContent
public class KeyVerificationKeyContent extends Object implements EventContent
Sends the ephemeral public key for a device to the partner device. Typically sent as a to-device event.
-
-
Field Summary
Fields Modifier and Type Field Description private String
key
Required.private String
transactionId
Required.
-
Constructor Summary
Constructors Constructor Description KeyVerificationKeyContent()
-
Method Summary
Modifier and Type Method Description String
getKey()
String
getTransactionId()
void
setKey(String key)
void
setTransactionId(String transactionId)
-