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 Details

  • Method Details

    • encrypt

      public String encrypt(String decryptedString)
      Specified by:
      encrypt in interface com.atlassian.crowd.embedded.api.Encryptor
    • decrypt

      public String decrypt(String encryptedString)
      Specified by:
      decrypt in interface com.atlassian.crowd.embedded.api.Encryptor