1 package com.foxinmy.weixin4j.type; 2 3 /** 4 * 签名类型 5 * 6 * @className SignType 7 * @author jinyu(foxinmy@gmail.com) 8 * @date 2014年11月5日 9 * @since JDK 1.6 10 * @see 11 * @deprecated 迁移到子模块weixin4j-pay 12 */ 13 @Deprecated 14 public enum SignType { 15 SHA1, MD5, HMAC$SHA256 16 }