public class MissingKeyLoggerEncryptor extends Object implements com.atlassian.crowd.embedded.api.Encryptor
Constructor and Description |
---|
MissingKeyLoggerEncryptor(com.atlassian.crowd.embedded.api.Encryptor delegate,
com.atlassian.crowd.manager.property.EncryptionSettings encryptionSettings) |
Modifier and Type | Method and Description |
---|---|
boolean |
changeEncryptionKey() |
String |
decrypt(String encryptedPassword) |
String |
encrypt(String password) |
public MissingKeyLoggerEncryptor(com.atlassian.crowd.embedded.api.Encryptor delegate, com.atlassian.crowd.manager.property.EncryptionSettings encryptionSettings)
public String encrypt(String password)
encrypt
in interface com.atlassian.crowd.embedded.api.Encryptor
public String decrypt(String encryptedPassword)
decrypt
in interface com.atlassian.crowd.embedded.api.Encryptor
public boolean changeEncryptionKey()
changeEncryptionKey
in interface com.atlassian.crowd.embedded.api.Encryptor
Copyright © 2002-2024 Atlassian. All Rights Reserved.