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