Package com.unitech.api.util
Class Encryption
java.lang.Object
com.unitech.api.util.Encryption
Created by user
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CHARSET
- See Also:
-
-
Constructor Details
-
Encryption
public Encryption()
-
-
Method Details
-
Encrypt
public static byte[] Encrypt(byte[] plain) Software update library- Parameters:
plain-- Returns:
-
Decrypt
public static byte[] Decrypt(byte[] encrypted) Software update library- Parameters:
encrypted-- Returns:
-