Package | Description |
---|---|
org.jivesoftware.smackx.ox |
Smack API for XEP-0373: OpenPGP for XMPP.
|
org.jivesoftware.smackx.ox.crypto |
Crypto Providers for XEP-0373: OpenPGP for XMPP using Bouncycastle.
|
org.jivesoftware.smackx.ox.element |
XML elements for XEP-0373: OpenPGP for XMPP.
|
org.jivesoftware.smackx.ox.provider |
Providers for XEP-0373: OpenPGP for XMPP.
|
Modifier and Type | Method and Description |
---|---|
OpenPgpMessage |
OpenPgpManager.decryptOpenPgpElement(OpenPgpElement element,
OpenPgpContact contact) |
Modifier and Type | Method and Description |
---|---|
OpenPgpElement |
OpenPgpElementAndMetadata.getElement()
Return the
OpenPgpElement . |
Modifier and Type | Method and Description |
---|---|
OpenPgpMessage |
OpenPgpProvider.decryptAndOrVerify(OpenPgpElement element,
OpenPgpSelf self,
OpenPgpContact sender)
Decrypt and/or verify signatures on an incoming
OpenPgpElement . |
OpenPgpMessage |
PainlessOpenPgpProvider.decryptAndOrVerify(OpenPgpElement element,
OpenPgpSelf self,
OpenPgpContact sender) |
Constructor and Description |
---|
OpenPgpElementAndMetadata(OpenPgpElement element,
org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static OpenPgpElement |
OpenPgpElement.fromStanza(Stanza stanza) |
Modifier and Type | Method and Description |
---|---|
OpenPgpElement |
OpenPgpElementProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |