Class Base64Encryptor

java.lang.Object
com.atlassian.crowd.crypto.Base64Encryptor
All Implemented Interfaces:
Encryptor

public class Base64Encryptor extends Object implements Encryptor
Encryptor that uses base64 to encode and decode input string. This implementation is not a safe encryption mechanism. Do not use it in production!
  • Constructor Details

    • Base64Encryptor

      public Base64Encryptor()
  • Method Details