Package com.foxinmy.weixin4j.sign
Interface WeixinSignature
-
- All Known Implementing Classes:
AbstractWeixinSignature
,WeixinOldPaymentSignature
,WeixinPaymentSignature
@Deprecated public interface WeixinSignature
Deprecated.迁移到子模块weixin4j-pay微信签名- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
encoder()
Deprecated.是否编码SignType
getSignType()
Deprecated.签名类型boolean
lowerCase()
Deprecated.是否转换小写String
sign(Object obj)
Deprecated.签名
-