Package org.apache.maven.settings.crypto
Interface SettingsDecrypter
- All Known Implementing Classes:
DefaultSettingsDecrypter
Deprecated.
since 4.0.0
Decrypts passwords in the settings.
-
Method Summary
Modifier and TypeMethodDescriptiondecrypt
(SettingsDecryptionRequest request) Deprecated.Decrypts passwords in the settings.
-
Method Details
-
decrypt
Deprecated.Decrypts passwords in the settings.- Parameters:
request
- The settings decryption request that holds the parameters, must not benull
.- Returns:
- The result of the settings decryption, never
null
.
-