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 SignTypePayBaseInfo. getFormatSignType()Methods in com.foxinmy.weixin4j.pay.payment with parameters of type SignType Modifier and Type Method Description voidPayBaseInfo. 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 StringWeixinPaymentSignature. sign(Object obj, SignType signType)StringWeixinSignature. 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 SignTypeSignType. 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.
-