Alle Klassen und Schnittstellen

Klasse
Beschreibung
Implementations of KeyRingSelectionStrategy which select key rings based on the exact user-id.
PublicKeyRingSelectionStrategy which accepts PGPPublicKeyRings if those have a user-id which exactly matches the given
SecretKeyRingSelectionStrategy which accepts PGPSecretKeyRings if those have a user-id which exactly matches the given
 
This class can be used to remove private keys from secret software-keys by replacing them with stub secret keys in the style of GnuPGs proprietary extensions.
 
Filter for selecting keys.
 
 
 
 
 
 
 
 
 
 
This exception gets thrown, when the integrity of an OpenPGP key is broken.
Filter for selecting public / secret key rings based on identifiers (e.g. user-ids).
Exception that gets thrown if the OpenPGP message is malformed.
 
Exception that is thrown when decryption fails due to a missing decryption key or decryption passphrase.
 
Exception that gets thrown when the verification of a modification detection code failed.
InputStream used to determine the nature of potential OpenPGP data.
 
Abstract KeyRingSelectionStrategy for PGPPublicKeyRings.
Abstract KeyRingSelectionStrategy for PGPSecretKeyRings.
 
Exception that gets thrown if unacceptable algorithms are encountered.
Implementations of KeyRingSelectionStrategy which accept PGP KeyRings based on a whitelist of acceptable keyIds.
KeyRingSelectionStrategy which accepts PGPPublicKeyRings if the
KeyRingSelectionStrategy which accepts PGPSecretKeyRings if the
Implementations of KeyRingSelectionStrategy which accept all keyRings.
 
 
 
 
Implementations of KeyRingSelectionStrategy which accept KeyRings containing a given XMPP address of the format "xmpp:alice@pgpainless.org".
PublicKeyRingSelectionStrategy which accepts a given PGPPublicKeyRing if its primary key has a user-id that matches the given
SecretKeyRingSelectionStrategy which accepts a given PGPSecretKeyRing if its primary key has a user-id that matches the given