Package com.atlassian.crowd.crypto
Class DbConfigPasswordCipherEncryptor
java.lang.Object
com.atlassian.crowd.crypto.DbConfigPasswordCipherEncryptor
- All Implemented Interfaces:
com.atlassian.crowd.embedded.api.Encryptor
public class DbConfigPasswordCipherEncryptor
extends Object
implements com.atlassian.crowd.embedded.api.Encryptor
-
Constructor Summary
ConstructorsConstructorDescriptionDbConfigPasswordCipherEncryptor(String algorithm, String algorithmKey, EncryptionSettings encryptionSettings, com.atlassian.db.config.password.CipherProvider cipherProvider) -
Method Summary
-
Constructor Details
-
DbConfigPasswordCipherEncryptor
public DbConfigPasswordCipherEncryptor(String algorithm, String algorithmKey, EncryptionSettings encryptionSettings, com.atlassian.db.config.password.CipherProvider cipherProvider)
-
-
Method Details
-
encrypt
- Specified by:
encryptin interfacecom.atlassian.crowd.embedded.api.Encryptor
-
decrypt
- Specified by:
decryptin interfacecom.atlassian.crowd.embedded.api.Encryptor
-
changeEncryptionKey
public boolean changeEncryptionKey()- Specified by:
changeEncryptionKeyin interfacecom.atlassian.crowd.embedded.api.Encryptor
-