com.stimulsoft.base.licenses
Class RijndaelCrypt

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

public class RijndaelCrypt
extends Object

Copyright Stimulsoft


Field Summary
static String TAG
           
 
Constructor Summary
RijndaelCrypt(String password)
          Constructor
 
Method Summary
 String decrypt(String text)
          Decryptor.
 String encrypt(byte[] text)
          Encryptor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG

public static final String TAG
See Also:
Constant Field Values
Constructor Detail

RijndaelCrypt

public RijndaelCrypt(String password)
Constructor

Method Detail

encrypt

public String encrypt(byte[] text)
Encryptor.

Returns:
Base64 encrypted text

decrypt

public String decrypt(String text)
Decryptor.

Returns:
decrypted text


Copyright © 2017 Stimulsoft. All Rights Reserved.