Package | Description |
---|---|
org.jivesoftware.smackx.omemo.element |
Classes that represent OMEMO related stanzas.
|
org.jivesoftware.smackx.omemo.internal |
Classes that are used internally to arrange objects.
|
Modifier and Type | Class and Description |
---|---|
class |
OmemoVAxolotlElement
An OMEMO (PreKey)WhisperMessage element.
|
Modifier and Type | Method and Description |
---|---|
static Message |
OmemoSession.decryptMessageElement(OmemoElement element,
CipherAndAuthTag cipherAndAuthTag)
Use the symmetric key in cipherAndAuthTag to decrypt the payload of the omemoMessage.
|
Message |
OmemoSession.decryptMessageElement(OmemoElement element,
int keyId)
Try to decrypt the message.
|
CipherAndAuthTag |
OmemoSession.decryptTransportedKey(OmemoElement element,
int keyId)
Try to decrypt the transported message key using the double ratchet session.
|