Package | Description |
---|---|
org.jivesoftware.smackx.omemo |
Classes and interfaces for OMEMO Encryption.
|
org.jivesoftware.smackx.omemo.provider |
Provider classes that parse OMEMO related stanzas into objects.
|
org.jivesoftware.smackx.omemo.util |
Helper classes and other stuff.
|
Modifier and Type | Method and Description |
---|---|
OmemoVAxolotlElement |
OmemoManager.createKeyTransportElement(byte[] aesKey,
byte[] iv,
OmemoDevice... to)
Create a new KeyTransportElement.
|
Modifier and Type | Method and Description |
---|---|
OmemoVAxolotlElement |
OmemoVAxolotlProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |
Modifier and Type | Method and Description |
---|---|
OmemoVAxolotlElement |
OmemoMessageBuilder.finish()
Assemble an OmemoMessageElement from the current state of the builder.
|