1. 首页
  2. 移动开发
  3. iOS
  4. MD5SIGN.java

MD5SIGN.java

上传者: 2020-11-06 22:08:55上传 JAVA文件 2.29KB 热度 9次
Android开发过程中加密用的,比如 public static String getMD5Sign(String ciphertext){ LOGGER.info("需要签名的参数:{}",ciphertext); if ("".equals(ciphertext) || null == ciphertext || "".equals(ciphertext.trim())) { return null; } char hexDigits[] = { '0', '1', '2', '3', '4', '
下载地址
用户评论