Package | Description |
---|---|
org.pgpainless.key.protection |
Classes related to OpenPGP secret key password protection.
|
Modifier and Type | Class and Description |
---|---|
class |
PassphraseMapKeyRingProtector
Implementation of the
SecretKeyRingProtector which holds a map of key ids and their passwords. |
Modifier and Type | Field and Description |
---|---|
protected SecretKeyPassphraseProvider |
PasswordBasedSecretKeyRingProtector.passphraseProvider |
Constructor and Description |
---|
PassphraseMapKeyRingProtector(Map<Long,Passphrase> passphrases,
KeyRingProtectionSettings protectionSettings,
SecretKeyPassphraseProvider missingPassphraseCallback) |
PasswordBasedSecretKeyRingProtector(KeyRingProtectionSettings settings,
SecretKeyPassphraseProvider passphraseProvider)
Constructor.
|