com.stimulsoft.base.licenses
Class RijndaelCrypt
java.lang.Object
com.stimulsoft.base.licenses.RijndaelCrypt
public class RijndaelCrypt
- extends Object
Copyright Stimulsoft
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAG
public static final String TAG
- See Also:
- Constant Field Values
RijndaelCrypt
public RijndaelCrypt(String password)
- Constructor
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.