All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractOpenPgpKeyStore AbstractOpenPgpMetadataStore AbstractOpenPgpStore AbstractOpenPgpTrustStore AnnouncedKeys AnnouncedKeys.PubKeyRingSelectionStrategy AnnouncedKeys.SecKeyRingSelectionStrategy AskForBackupCodeCallback BareJidUserId BareJidUserId.PubRingSelectionStrategy BareJidUserId.SecRingSelectionStrategy CryptElement This class describes an OpenPGP content element which is encrypted, but not signed.CryptElementProvider ExtensionElementProvider
implementation for theCryptElement
.CryptElementReceivedListener EncryptedOpenPgpContentElement Abstract class that bundles functionality of encrypted OpenPGP content elements (CryptElement
,SigncryptElement
) together.FileBasedOpenPgpKeyStore This class is an implementation of theOpenPgpKeyStore
, which stores keys in a file structure.FileBasedOpenPgpMetadataStore Implementation of theOpenPgpMetadataStore
, which stores metadata information in a file structure.FileBasedOpenPgpStore Implementation of theOpenPgpStore
which stores all information in a directory structure.FileBasedOpenPgpTrustStore Implementation of theOpenPgpTrustStore
which stores information in a directory structure.InvalidBackupCodeException Exception that gets thrown if the backup code entered by the user is invalid.MissingOpenPgpKeyException Exception that gets thrown when an operation is missing an OpenPGP key.MissingUserIdOnKeyException This exception gets thrown, if the user tries to import a key of a user which is lacking a user-id with the users jid.NoBackupFoundException This exception gets thrown in case the user tries to restore a secret key backup from PubSub, but no backup has been found.OpenPgpContact The OpenPgpContact is sort of a specialized view on the OpenPgpStore, which gives you access to the information about the user.OpenPgpContentElement This class describes an OpenPGP content element.OpenPgpContentElementProvider<O extends OpenPgpContentElement> AbstractExtensionElementProvider
implementation for the also abstractOpenPgpContentElement
.OpenPgpContentElementProvider.OpenPgpContentElementData OpenPgpElement Class that represents an OpenPGP message.OpenPgpElementAndMetadata Bundle together anOpenPgpElement
andOpenPgpMetadata
.OpenPgpElementProvider ExtensionElementProvider
implementation for theOpenPgpElement
.OpenPgpInitializer Initializer class which registers ExtensionElementProviders on startup.OpenPgpKeyStore OpenPgpManager Entry point for Smacks API for OpenPGP for XMPP.OpenPgpMessage This class embodies a decrypted and/or verifiedOpenPgpElement
.OpenPgpMessage.State OpenPgpMetadataStore OpenPgpProvider OpenPgpPubSubUtil OpenPgpSecretKeyBackupPassphrase Represents a secret key backup passphrase whose format is described in XEP-0373 ยง5.3.OpenPgpSelf This class acts as our own OpenPGP identity.OpenPgpStore OpenPgpTrustStore OpenPgpTrustStore.Trust OXInstantMessagingManager Entry point of Smacks API for XEP-0374: OpenPGP for XMPP: Instant Messaging.OxMessageListener PainlessOpenPgpProvider PubkeyElement Class representing a pubkey element which is used to transport OpenPGP public keys.PubkeyElement.PubkeyDataElement Element that contains the base64 encoded public key.PubkeyElementProvider ExtensionElementProvider
implementation for thePubkeyElement
.PublicKeysListElement Class that represents a public key list which was announced to a users metadata node.PublicKeysListElement.Builder PublicKeysListElement.PubkeyMetadataElement PublicKeysListElementProvider SecretKeyBackupHelper Helper class which provides some functions needed for backup/restore of the users secret key to/from their private PubSub node.SecretKeyBackupSelectionCallback Callback to allow the user to decide, which locally available secret keys they want to include in a backup.SecretkeyElement This class represents a secretkey element which contains a users OpenPGP secret key.SecretkeyElementProvider ExtensionElementProvider
implementation for theSecretkeyElement
.SecretKeyPassphraseCallback SecretKeyRestoreSelectionCallback Callback to let the user decide which key from a backup they want to restore.SigncryptElement This class represents an OpenPGP content element which is encrypted and signed.SigncryptElementProvider ExtensionElementProvider
implementation for theSigncryptElement
.SigncryptElementReceivedListener SignElement This class represents an OpenPGP content element which is not encrypted but signed.SignElementProvider ExtensionElementProvider
implementation for theSignElement
.SignElementReceivedListener Util