com.dahuatech.hutool.crypto.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk-common Show documentation
Show all versions of java-sdk-common Show documentation
Dahua ICC Open API SDK for Java
/**
* 加密解密模块,实现了对JDK中加密解密算法的封装,入口为SecureUtil,实现了:
*
*
* 1. 对称加密(symmetric),例如:AES、DES等
* 2. 非对称加密(asymmetric),例如:RSA、DSA等
* 3. 摘要加密(digest),例如:MD5、SHA-1、SHA-256、HMAC等
*
*
* @author looly
*/
package com.dahuatech.hutool.crypto;