Package com.atlassian.crowd.embedded
Class BambooEncryptorForCrowd
- java.lang.Object
-
- com.atlassian.crowd.embedded.BambooEncryptorForCrowd
-
- All Implemented Interfaces:
com.atlassian.crowd.embedded.api.Encryptor
public class BambooEncryptorForCrowd extends Object implements com.atlassian.crowd.embedded.api.Encryptor
-
-
Constructor Summary
Constructors Constructor Description BambooEncryptorForCrowd(SecretEncryptionService encryptionService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
decrypt(String encryptedString)
String
encrypt(String decryptedString)
-
-
-
Constructor Detail
-
BambooEncryptorForCrowd
public BambooEncryptorForCrowd(SecretEncryptionService encryptionService)
-
-