Interface PasswordEncrypter
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
JenkinsSecretPasswordEncrypter
Provides password encryption/decryption functionality
- Author:
- Sergey Oplavin
-
Method Summary
-
Method Details
-
encrypt
Encrypt the plain text password.- Parameters:
plainTextPassword- the plain text password- Returns:
- the encrypted value
-
decrypt
Decrypt the encrypted password- Parameters:
encryptedPassword- the encrypted password- Returns:
- the plain text
-