Class CipherDataSourcePasswordDecrypter

    • Constructor Detail

      • CipherDataSourcePasswordDecrypter

        public CipherDataSourcePasswordDecrypter​(@Nonnull
                                                 com.atlassian.db.config.password.Cipher cipher)
    • Method Detail

      • decrypt

        public String decrypt​(String encryptedPassword)
        Description copied from interface: DataSourcePasswordDecrypter
        Decrypts an encrypted hibernate.connection.password. Returns null if encryptedPassword is null.
        Specified by:
        decrypt in interface DataSourcePasswordDecrypter
        Parameters:
        encryptedPassword - the encrypted representation of hibernate.connection.password. Can be null
        Returns:
        the decrypted password.