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 StringkeyRequired.private StringtransactionIdRequired.
-
Constructor Summary
Constructors Constructor Description KeyVerificationKeyContent()
-
Method Summary
Modifier and Type Method Description StringgetKey()StringgetTransactionId()voidsetKey(String key)voidsetTransactionId(String transactionId)
-