Package | Description |
---|---|
org.pgpainless.key.protection |
Classes related to OpenPGP secret key password protection.
|
Modifier and Type | Field and Description |
---|---|
protected KeyRingProtectionSettings |
PasswordBasedSecretKeyRingProtector.protectionSettings |
Constructor and Description |
---|
PassphraseMapKeyRingProtector(Map<Long,Passphrase> passphrases,
KeyRingProtectionSettings protectionSettings,
SecretKeyPassphraseProvider missingPassphraseCallback) |
PasswordBasedSecretKeyRingProtector(KeyRingProtectionSettings settings,
SecretKeyPassphraseProvider passphraseProvider)
Constructor.
|