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.util |
Utility classes for XEP-0373: OpenPGP for XMPP.
|
Modifier and Type | Method and Description |
---|---|
OpenPgpProvider |
OpenPgpManager.getOpenPgpProvider() |
Modifier and Type | Method and Description |
---|---|
void |
OpenPgpManager.setOpenPgpProvider(OpenPgpProvider provider)
Set the
OpenPgpProvider which will be used to process incoming OpenPGP elements,
as well as to execute cryptographic operations. |
Modifier and Type | Class and Description |
---|---|
class |
PainlessOpenPgpProvider |
Modifier and Type | Method and Description |
---|---|
static SecretkeyElement |
SecretKeyBackupHelper.createSecretkeyElement(OpenPgpProvider provider,
org.jxmpp.jid.BareJid owner,
Set<org.pgpainless.key.OpenPgpV4Fingerprint> fingerprints,
String backupCode)
Create a
SecretkeyElement which contains the secret keys listed in fingerprints and is encrypted
symmetrically using the backupCode . |