Package org.jivesoftware.smackx.omemo
Class OmemoMessage
java.lang.Object
org.jivesoftware.smackx.omemo.OmemoMessage
- Direct Known Subclasses:
OmemoMessage.Received
,OmemoMessage.Sent
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Incoming OMEMO message.static class
Outgoing OMEMO message. -
Method Summary
-
Method Details
-
getElement
Return the original OmemoElement (<encrypted/>).- Returns:
- omemoElement of the message
-
getKey
Return the messageKey (or transported key in case of a KeyTransportMessage).- Returns:
- encryption key that protects the message payload
-
getIv
Return the initialization vector belonging to the key.- Returns:
- initialization vector
-