Skip to content

Commit

Permalink
注释修改
Browse files Browse the repository at this point in the history
注释修改
  • Loading branch information
LiqiNew committed Jul 2, 2018
1 parent be3285f commit 18058fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* AES算术加密(向4.2版本以上支持)
* * <p>
* 只适合android本地加密
* 只适合android系统加密
* </p>
*
* @author LiQi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import javax.crypto.spec.SecretKeySpec;

/**
* Java-android互通加密AES算术加密
* Java端-android系统平台互通加密AES算术加密
*/
public class JToAAesEncryptor {
private final static String HEX = "0123456789ABCDEF";
Expand Down

0 comments on commit 18058fe

Please sign in to comment.