public class CipherDataSourcePasswordDecrypter extends Object implements DataSourcePasswordDecrypter
hibernate.connection.password| Constructor and Description |
|---|
CipherDataSourcePasswordDecrypter(com.atlassian.db.config.password.Cipher cipher) |
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String encryptedPassword)
Decrypts an encrypted
hibernate.connection.password. |
public CipherDataSourcePasswordDecrypter(@Nonnull com.atlassian.db.config.password.Cipher cipher)
public String decrypt(String encryptedPassword)
DataSourcePasswordDecrypterhibernate.connection.password. Returns null if encryptedPassword is null.decrypt in interface DataSourcePasswordDecrypterencryptedPassword - the encrypted representation of hibernate.connection.password. Can be nullCopyright © 2003–2022 Atlassian. All rights reserved.