See: Description
Interface | Description |
---|---|
SecretKeyPassphraseProvider |
Interface to allow the user to provide a passphrase for an encrypted OpenPGP secret key.
|
SecretKeyRingProtector |
Class | Description |
---|---|
KeyRingProtectionSettings | |
PassphraseMapKeyRingProtector |
Implementation of the
SecretKeyRingProtector which holds a map of key ids and their passwords. |
PasswordBasedSecretKeyRingProtector |
Provides
PBESecretKeyDecryptor and PBESecretKeyEncryptor objects while getting the passphrases
from a SecretKeyPassphraseProvider and using settings from an KeyRingProtectionSettings . |
UnprotectedKeysProtector |
Implementation of the
SecretKeyRingProtector which assumes that all handled keys are not password protected. |