com.jdroid.java.utils
Class EncryptionUtils
java.lang.Object
com.jdroid.java.utils.EncryptionUtils
public class EncryptionUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptionUtils
public EncryptionUtils()
encrypt
public static String encrypt(String seed,
String cleartext)
decrypt
public static String decrypt(String seed,
String encrypted)
toBytes
public static byte[] toBytes(String hexString)
toHex
public static String toHex(byte[] bytes)
Copyright © 2014. All rights reserved.