Uses of Class
com.foxinmy.weixin4j.pay.type.SignType
-
Packages that use SignType Package Description com.foxinmy.weixin4j.pay.payment com.foxinmy.weixin4j.pay.sign com.foxinmy.weixin4j.pay.type -
-
Uses of SignType in com.foxinmy.weixin4j.pay.payment
Methods in com.foxinmy.weixin4j.pay.payment that return SignType Modifier and Type Method Description SignType
PayBaseInfo. getFormatSignType()
Methods in com.foxinmy.weixin4j.pay.payment with parameters of type SignType Modifier and Type Method Description void
PayBaseInfo. setSignType(SignType signType)
-
Uses of SignType in com.foxinmy.weixin4j.pay.sign
Methods in com.foxinmy.weixin4j.pay.sign with parameters of type SignType Modifier and Type Method Description String
WeixinPaymentSignature. sign(Object obj, SignType signType)
String
WeixinSignature. sign(Object obj, SignType signType)
签名(指定签名算法) -
Uses of SignType in com.foxinmy.weixin4j.pay.type
Methods in com.foxinmy.weixin4j.pay.type that return SignType Modifier and Type Method Description static SignType
SignType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SignType[]
SignType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-