com.foxinmy.weixin4j.sign
Interface WeixinSignature

All Known Implementing Classes:
AbstractWeixinSignature, WeixinPaymentSignature

public interface WeixinSignature

微信签名

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:

Method Summary
 boolean encoder()
          是否编码
 SignType getSignType()
          签名类型
 boolean lowerCase()
          是否转换小写
 String sign(Object obj)
          签名
 

Method Detail

encoder

boolean encoder()
是否编码

Returns:

lowerCase

boolean lowerCase()
是否转换小写

Returns:

getSignType

SignType getSignType()
签名类型

Returns:

sign

String sign(Object obj)
签名

Parameters:
obj -
Returns:


Copyright © 2014–2017. All rights reserved.