Class RijndaelCrypt

java.lang.Object
com.stimulsoft.base.licenses.RijndaelCrypt

public class RijndaelCrypt extends Object
Copyright Stimulsoft
  • Field Details

  • Constructor Details

    • RijndaelCrypt

      public RijndaelCrypt(String password)
      Constructor
  • Method Details

    • encrypt

      public String encrypt(byte[] text)
      Encryptor.
      Returns:
      Base64 encrypted text
    • decrypt

      public String decrypt(String text)
      Decryptor.
      Returns:
      decrypted text