Interface SecretKeyRingEditorInterface.WithKeyRingEncryptionSettings
- Enclosing interface:
- SecretKeyRingEditorInterface
public static interface SecretKeyRingEditorInterface.WithKeyRingEncryptionSettings
-
Method Summary
Modifier and TypeMethodDescriptionwithCustomSettings
(KeyRingProtectionSettings settings) Set custom settings for the symmetric passphrase encryption.Set secure default settings for the symmetric passphrase encryption.
-
Method Details
-
withSecureDefaultSettings
SecretKeyRingEditorInterface.WithPassphrase withSecureDefaultSettings()Set secure default settings for the symmetric passphrase encryption. Note that this obviously has no effect if you decide to setSecretKeyRingEditorInterface.WithPassphrase.toNoPassphrase()
.- Returns:
- next builder step
-
withCustomSettings
Set custom settings for the symmetric passphrase encryption.- Parameters:
settings
- custom settings- Returns:
- next builder step
-