Uses of Class
org.pgpainless.key.protection.KeyRingProtectionSettings
-
Packages that use KeyRingProtectionSettings Package Description org.pgpainless.key.modification.secretkeyring Classes that deal with modifications made toPGPSecretKeyRings.org.pgpainless.key.protection Classes related to OpenPGP secret key password protection. -
-
Uses of KeyRingProtectionSettings in org.pgpainless.key.modification.secretkeyring
-
Uses of KeyRingProtectionSettings in org.pgpainless.key.protection
Methods in org.pgpainless.key.protection that return KeyRingProtectionSettings Modifier and Type Method Description static KeyRingProtectionSettingsKeyRingProtectionSettings. secureDefaultSettings()Constructors in org.pgpainless.key.protection with parameters of type KeyRingProtectionSettings Constructor Description BaseSecretKeyRingProtector(SecretKeyPassphraseProvider passphraseProvider, KeyRingProtectionSettings protectionSettings)CachingSecretKeyRingProtector(Map<Long,Passphrase> passphrases, KeyRingProtectionSettings protectionSettings, SecretKeyPassphraseProvider missingPassphraseCallback)PasswordBasedSecretKeyRingProtector(KeyRingProtectionSettings settings, SecretKeyPassphraseProvider passphraseProvider)Constructor.
-