Interface SecretKeyRingEditorInterface.WithKeyRingEncryptionSettings
-
- Enclosing interface:
- SecretKeyRingEditorInterface
public static interface SecretKeyRingEditorInterface.WithKeyRingEncryptionSettings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecretKeyRingEditorInterface.WithPassphrase
withCustomSettings(KeyRingProtectionSettings settings)
Set custom settings for the symmetric passphrase encryption.SecretKeyRingEditorInterface.WithPassphrase
withSecureDefaultSettings()
Set secure default settings for the symmetric passphrase encryption.
-
-
-
Method Detail
-
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
SecretKeyRingEditorInterface.WithPassphrase withCustomSettings(KeyRingProtectionSettings settings)
Set custom settings for the symmetric passphrase encryption.- Parameters:
settings
- custom settings- Returns:
- next builder step
-
-