Class CipherDataSourcePasswordDecrypter
- java.lang.Object
- 
- com.atlassian.confluence.internal.cipher.CipherDataSourcePasswordDecrypter
 
- 
- All Implemented Interfaces:
- DataSourcePasswordDecrypter
 
 public class CipherDataSourcePasswordDecrypter extends Object implements DataSourcePasswordDecrypter Decrypts an encryptedhibernate.connection.password- Since:
- 7.16.0
 
- 
- 
Constructor SummaryConstructors Constructor Description CipherDataSourcePasswordDecrypter(com.atlassian.db.config.password.Cipher cipher)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdecrypt(String encryptedPassword)Decrypts an encryptedhibernate.connection.password.
 
- 
- 
- 
Method Detail- 
decryptpublic String decrypt(String encryptedPassword) Description copied from interface:DataSourcePasswordDecrypterDecrypts an encryptedhibernate.connection.password. ReturnsnullifencryptedPasswordisnull.- Specified by:
- decryptin interface- DataSourcePasswordDecrypter
- Parameters:
- encryptedPassword- the encrypted representation of- hibernate.connection.password. Can be- null
- Returns:
- the decrypted password.
 
 
- 
 
-