All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.foxinmy.weixin4j.sign.WeixinSignature Maven / Gradle / Ivy

There is a newer version: 1.10.2
Show newest version
package com.foxinmy.weixin4j.sign;


/**
 * 微信签名
 * 
 * @className WeixinSignature
 * @author jy
 * @date 2016年3月26日
 * @since JDK 1.7
 * @see
 */
public interface WeixinSignature {
	/**
	 * 是否编码
	 * 
	 * @return
	 */
	public boolean encoder();

	/**
	 * 是否转换小写
	 * 
	 * @return
	 */
	public boolean lowerCase();

	/**
	 * 签名
	 * 
	 * @param obj
	 * @return
	 */
	public String sign(Object obj);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy