Package com.aspose.threed
Class CryptoUtils
- java.lang.Object
-
- com.aspose.threed.CryptoUtils
-
public class CryptoUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CryptoUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
desDecrypt(byte[] data, byte[] key, byte[] iv)
static byte[]
desEncrypt(byte[] data, byte[] key, byte[] iv)
static byte[]
sha1(java.lang.String str)
-