Skip navigation links
A C D E G 

A

ATLASSIAN_PASSWORD_CIPHER_PROVIDER_PROPERTY_KEY - Static variable in interface com.atlassian.db.config.password.CipherProvider
properties key that stores the cipher class
ATLASSIAN_PASSWORD_CIPHER_PROVIDER_XML_KEY - Static variable in interface com.atlassian.db.config.password.CipherProvider
xml key which can be used by products to store canonical class name

C

Cipher - Interface in com.atlassian.db.config.password
Implementation should provide public empty constructor, which will be called by getInstance(String) using reflection
CipherProvider - Interface in com.atlassian.db.config.password
 
com.atlassian.db.config.password - package com.atlassian.db.config.password
 

D

decrypt(String) - Method in interface com.atlassian.db.config.password.Cipher
Used to decrypt encrypted by Cipher.encrypt(String) data

E

encrypt(String) - Method in interface com.atlassian.db.config.password.Cipher
Used to encrypt data stored in plain text.

G

getDefaultCipherProviderClassName() - Method in interface com.atlassian.db.config.password.CipherProvider
 
getInstance(String) - Method in interface com.atlassian.db.config.password.CipherProvider
Creates a new instance of Cipher every time it's called.
A C D E G 
Skip navigation links

Copyright © 2023 Atlassian. All rights reserved.