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)
DataSourcePasswordDecrypter
hibernate.connection.password
. Returns null
if encryptedPassword
is null
.decrypt
in interface DataSourcePasswordDecrypter
encryptedPassword
- the encrypted representation of hibernate.connection.password
. Can be null
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences