Package com.kaltura.client.utils
Class EncryptionUtils
- java.lang.Object
-
- com.kaltura.client.utils.EncryptionUtils
-
public class EncryptionUtils extends Object
Created by tehilarozin on 21/08/2016.
-
-
Field Summary
Fields Modifier and Type Field Description static intBLOCK_SIZE
-
Constructor Summary
Constructors Constructor Description EncryptionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]encryptAES(String secretKey, byte[] dataBytes)static StringencryptMD5(String str)static StringencryptMD5t(String str)static byte[]encryptSHA1(byte[] data)static byte[]encryptSHA1(String str)
-
-
-
Field Detail
-
BLOCK_SIZE
public static final int BLOCK_SIZE
- See Also:
- Constant Field Values
-
-