Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

add(ApyAccount) - Method in class com.egzosn.pay.demo.controller.PayController
这里模拟账户信息增加
addHeader(Header) - Method in class com.egzosn.pay.common.http.HttpHeader
添加请求头
addHeader(Header) - Method in class com.egzosn.pay.common.http.HttpStringEntity
添加请求头
addPayMessageInterceptor(PayMessageInterceptor) - Method in class com.egzosn.pay.common.api.BasePayService
设置支付消息拦截器
addPayMessageInterceptor(PayMessageInterceptor) - Method in interface com.egzosn.pay.common.api.PayService
设置支付消息处理器,这里用于处理具体的支付业务
AdvancedPayService - Interface in com.egzosn.pay.payoneer.api
高级支付接口
algorismToHexString(int, int) - Static method in class com.egzosn.pay.common.util.Util
将十进制转换为指定长度的十六进制字符串
algorismToHEXString(int) - Static method in class com.egzosn.pay.common.util.Util
十进制转换为十六进制字符串
AliPayConfigStorage - Class in com.egzosn.pay.ali.api
支付配置存储
AliPayConfigStorage() - Constructor for class com.egzosn.pay.ali.api.AliPayConfigStorage
 
AliPayController - Class in com.egzosn.pay.demo.controller
发起支付入口
AliPayController() - Constructor for class com.egzosn.pay.demo.controller.AliPayController
 
AliPayMessageHandler - Class in com.egzosn.pay.demo.service.handler
支付宝支付回调处理器 Created by ZaoSheng on 2016/6/1.
AliPayMessageHandler() - Constructor for class com.egzosn.pay.demo.service.handler.AliPayMessageHandler
 
AliPayMessageInterceptor - Class in com.egzosn.pay.demo.service.interceptor
支付宝回调信息拦截器
AliPayMessageInterceptor() - Constructor for class com.egzosn.pay.demo.service.interceptor.AliPayMessageInterceptor
 
AliPayService - Class in com.egzosn.pay.ali.api
支付宝支付服务
AliPayService(AliPayConfigStorage, HttpConfigStorage) - Constructor for class com.egzosn.pay.ali.api.AliPayService
 
AliPayService(AliPayConfigStorage) - Constructor for class com.egzosn.pay.ali.api.AliPayService
 
AliPayService - Class in com.egzosn.pay.ali.before.api
Deprecated.
AliPayService(AliPayConfigStorage) - Constructor for class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
 
AliPayService(AliPayConfigStorage, HttpConfigStorage) - Constructor for class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
 
AliTransactionType - Enum in com.egzosn.pay.ali.bean
阿里交易类型
AliTransactionType - Enum in com.egzosn.pay.ali.before.bean
Deprecated.
AliTransferType - Enum in com.egzosn.pay.ali.bean
收款方账户类型
Amount - Class in com.egzosn.pay.paypal.bean.order
 
Amount() - Constructor for class com.egzosn.pay.paypal.bean.order.Amount
Default Constructor
Amount(String, String) - Constructor for class com.egzosn.pay.paypal.bean.order.Amount
Parameterized Constructor
app() - Method in class com.egzosn.pay.demo.controller.AliPayController
获取支付预订单信息
app() - Method in class com.egzosn.pay.demo.controller.UnionPayController
APP 获取支付预订单信息
app() - Method in class com.egzosn.pay.demo.controller.WxPayController
获取支付预订单信息
APPID - Static variable in class com.egzosn.pay.wx.api.WxPayService
 
APPLICATION_FORM_URLENCODED_UTF_8 - Static variable in class com.egzosn.pay.common.http.ClientHttpRequest
 
ApyAccount - Class in com.egzosn.pay.demo.entity
支付账户
ApyAccount() - Constructor for class com.egzosn.pay.demo.entity.ApyAccount
 
ApyAccountRepository - Class in com.egzosn.pay.demo.dao
账户
ApyAccountRepository() - Constructor for class com.egzosn.pay.demo.dao.ApyAccountRepository
 
apyAccounts - Static variable in class com.egzosn.pay.demo.dao.ApyAccountRepository
 
ApyAccountService - Class in com.egzosn.pay.demo.service
 
ApyAccountService() - Constructor for class com.egzosn.pay.demo.service.ApyAccountService
 
asciiStringToString(String) - Static method in class com.egzosn.pay.common.util.Util
ASCII码字符串转数字字符串
async(boolean) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
设置是否异步执行,默认是true
authorizationString(String, String) - Method in class com.egzosn.pay.common.api.BasePayService
Generate a Base64 encoded String from user , password

B

Bank - Interface in com.egzosn.pay.common.bean
银行
Base64 - Class in com.egzosn.pay.common.util.sign.encrypt
This class consists exclusively of static methods for obtaining encoders and decoders for the Base64 encoding scheme.
Base64.Decoder - Class in com.egzosn.pay.common.util.sign.encrypt
This class implements a decoder for decoding byte data using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
Base64.Encoder - Class in com.egzosn.pay.common.util.sign.encrypt
This class implements an encoder for encoding byte data using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
BaseBuilder<BuilderType,ValueType> - Class in com.egzosn.pay.common.bean.outbuilder
source chanjarster/weixin-java-tools
BaseBuilder() - Constructor for class com.egzosn.pay.common.bean.outbuilder.BaseBuilder
 
BasePayConfigStorage - Class in com.egzosn.pay.common.api
支付基础配置存储
BasePayConfigStorage() - Constructor for class com.egzosn.pay.common.api.BasePayConfigStorage
 
BasePayMessageHandler - Class in com.egzosn.pay.demo.service.handler
Created by ZaoSheng on 2016/6/1.
BasePayMessageHandler(Integer) - Constructor for class com.egzosn.pay.demo.service.handler.BasePayMessageHandler
 
BasePayService<PC extends PayConfigStorage> - Class in com.egzosn.pay.common.api
支付基础服务
BasePayService(PC) - Constructor for class com.egzosn.pay.common.api.BasePayService
 
BasePayService(PC, HttpConfigStorage) - Constructor for class com.egzosn.pay.common.api.BasePayService
 
BasePayType - Interface in com.egzosn.pay.common.bean
基础的支付类型
binaryToAlgorism(String) - Static method in class com.egzosn.pay.common.util.Util
二进制字符串转十进制
BIZ_CONTENT - Static variable in class com.egzosn.pay.ali.api.AliPayService
请求内容
build() - Method in class com.egzosn.pay.common.bean.outbuilder.BaseBuilder
 
build() - Method in class com.egzosn.pay.common.bean.outbuilder.JsonBuilder
 
build() - Method in class com.egzosn.pay.common.bean.outbuilder.TextBuilder
 
build() - Method in class com.egzosn.pay.common.bean.outbuilder.XmlBuilder
 
buildRequest(Map<String, Object>, MethodType) - Method in class com.egzosn.pay.ali.api.AliPayService
 
buildRequest(Map<String, Object>, MethodType) - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
获取输出消息,用户返回给支付端, 针对于web端
buildRequest(Map<String, Object>, MethodType) - Method in interface com.egzosn.pay.common.api.PayService
获取输出消息,用户返回给支付端, 针对于web端
buildRequest(Map<String, Object>, MethodType) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
发送支付请求(form表单)
buildRequest(Map<String, Object>, MethodType) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
获取输出消息,用户返回给支付端, 针对于web端
buildRequest(Map<String, Object>, MethodType) - Method in class com.egzosn.pay.paypal.api.PayPalPayService
 
buildRequest(Map<String, Object>, MethodType) - Method in class com.egzosn.pay.union.api.UnionPayService
功能:生成自动跳转的Html表单
buildRequest(Map<String, Object>, MethodType) - Method in class com.egzosn.pay.wx.api.WxPayService
获取输出消息,用户返回给支付端, 针对于web端
buildRequest(Map<String, Object>, MethodType) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
针对web端的即时付款 暂未实现或无此功能
buildRequest(Map<String, Object>, MethodType) - Method in class com.egzosn.pay.yiji.api.YiJiPayService
 
byteConvert32Bytes(BigInteger) - Static method in class com.egzosn.pay.common.util.Util
大数字转换字节流(字节数组)型数据
byteConvertInteger(byte[]) - Static method in class com.egzosn.pay.common.util.Util
换字节流(字节数组)型数据转大数字
byteToHex(byte[]) - Static method in class com.egzosn.pay.common.util.Util
字节数组转换为十六进制字符串
byteToInt(byte[]) - Static method in class com.egzosn.pay.common.util.Util
四个字节的字节数据转换成一个整形数据
byteToString(byte[]) - Static method in class com.egzosn.pay.common.util.Util
字节数组转为普通字符串(ASCII对应的字符)

C

Callback<T> - Interface in com.egzosn.pay.common.api
回调,可用于类型转换
cancel(String, String) - Method in class com.egzosn.pay.ali.api.AliPayService
支付交易返回失败或支付系统超时,调用该接口撤销交易。 如果此订单用户支付失败,支付宝系统会将此订单关闭;如果用户支付成功,支付宝系统会将此订单资金退还给用户。 注意:只有发生支付系统超时或者支付结果未知时可调用撤销,其他正常支付的单如需实现相同功能请调用申请退款API。 提交支付交易后调用【查询订单API】,没有明确的支付结果再调用【撤销订单API】。
cancel(String, String) - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
支付交易返回失败或支付系统超时,调用该接口撤销交易。 如果此订单用户支付失败,支付宝系统会将此订单关闭;如果用户支付成功,支付宝系统会将此订单资金退还给用户。 注意:只有发生支付系统超时或者支付结果未知时可调用撤销,其他正常支付的单如需实现相同功能请调用申请退款API。 提交支付交易后调用【查询订单API】,没有明确的支付结果再调用【撤销订单API】。
cancel(String, String, Callback<T>) - Method in class com.egzosn.pay.common.api.BasePayService
交易撤销
cancel(String, String) - Method in class com.egzosn.pay.common.api.BasePayService
交易交易撤销
cancel(String, String) - Method in interface com.egzosn.pay.common.api.PayService
交易交易撤销
cancel(String, String, Callback<T>) - Method in interface com.egzosn.pay.common.api.PayService
交易交易撤销
cancel(QueryOrder) - Method in class com.egzosn.pay.demo.controller.AliPayController
交易c撤销接口
cancel(String, String) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
交易交易撤销
cancel(String, String) - Method in class com.egzosn.pay.wx.api.WxPayService
交易交易撤销
canEqual(Object) - Method in class com.egzosn.pay.paypal.bean.order.FmfDetails
 
canEqual(Object) - Method in class com.egzosn.pay.paypal.bean.order.Payee
 
canEqual(Object) - Method in class com.egzosn.pay.paypal.bean.order.Phone
 
canEqual(Object) - Method in class com.egzosn.pay.paypal.bean.order.RedirectUrls
 
CartBase - Class in com.egzosn.pay.paypal.bean.order
 
CartBase() - Constructor for class com.egzosn.pay.paypal.bean.order.CartBase
Default Constructor
CartBase(Amount) - Constructor for class com.egzosn.pay.paypal.bean.order.CartBase
Parameterized Constructor
CertDescriptor - Class in com.egzosn.pay.common.util.sign
acpsdk证书工具类,主要用于对证书的加载和使用 date 2016-7-22 下午2:46:20 声明:以下代码只是为了方便接入方测试而提供的样例代码,商户可以根据自己需要,按照技术文档编写。该代码仅供参考,不提供编码,性能,规范性等方面的保障
CertDescriptor() - Constructor for class com.egzosn.pay.common.util.sign.CertDescriptor
 
CertStoreType - Enum in com.egzosn.pay.common.bean
证书存储类型
CF(byte[], byte[]) - Static method in class com.egzosn.pay.common.util.sign.encrypt.sm3.SM3
 
CF(int[], int[]) - Static method in class com.egzosn.pay.common.util.sign.encrypt.sm3.SM3
 
charToByte(char) - Static method in class com.egzosn.pay.common.util.Util
Convert char to byte
CIPHER_ALGORITHM - Static variable in class com.egzosn.pay.wx.api.WxPayService
 
ClientHttpRequest<T> - Class in com.egzosn.pay.common.http
一个HTTP请求的客户端
ClientHttpRequest() - Constructor for class com.egzosn.pay.common.http.ClientHttpRequest
空构造
ClientHttpRequest(URI, MethodType, Object, String) - Constructor for class com.egzosn.pay.common.http.ClientHttpRequest
根据请求地址 请求方法,请求内容对象
ClientHttpRequest(URI, MethodType, Object, Charset) - Constructor for class com.egzosn.pay.common.http.ClientHttpRequest
根据请求地址 请求方法,请求内容对象
ClientHttpRequest(URI, MethodType, Object) - Constructor for class com.egzosn.pay.common.http.ClientHttpRequest
根据请求地址 请求方法,请求内容对象
ClientHttpRequest(URI, MethodType) - Constructor for class com.egzosn.pay.common.http.ClientHttpRequest
根据请求地址 请求方法
ClientHttpRequest(URI) - Constructor for class com.egzosn.pay.common.http.ClientHttpRequest
根据请求地址
ClientHttpRequest(String) - Constructor for class com.egzosn.pay.common.http.ClientHttpRequest
根据请求地址
ClientHttpRequest(String, MethodType) - Constructor for class com.egzosn.pay.common.http.ClientHttpRequest
根据请求地址 请求方法
ClientHttpRequest(String, MethodType, Object) - Constructor for class com.egzosn.pay.common.http.ClientHttpRequest
根据请求地址 请求方法,请求内容对象
close(String, String) - Method in class com.egzosn.pay.ali.api.AliPayService
交易关闭接口
close(String, String) - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
交易关闭接口
close(String, String, Callback<T>) - Method in class com.egzosn.pay.common.api.BasePayService
交易关闭接口
close(String, String) - Method in interface com.egzosn.pay.common.api.PayService
交易关闭接口
close(String, String, Callback<T>) - Method in interface com.egzosn.pay.common.api.PayService
交易关闭接口
close(QueryOrder) - Method in class com.egzosn.pay.demo.controller.AliPayController
交易关闭接口
close(QueryOrder) - Method in class com.egzosn.pay.demo.controller.PayController
交易关闭接口
close(QueryOrder) - Method in class com.egzosn.pay.demo.controller.PayoneerPayController
交易关闭接口
close(QueryOrder) - Method in class com.egzosn.pay.demo.controller.WxPayController
交易关闭接口
close(String, String) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
交易关闭接口
close(String, String) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
交易关闭接口
close(String, String) - Method in class com.egzosn.pay.paypal.api.PayPalPayService
 
close(String, String) - Method in class com.egzosn.pay.union.api.UnionPayService
交易关闭接口
close(String, String) - Method in class com.egzosn.pay.wx.api.WxPayService
交易关闭接口
close(String, String) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
 
close(String, String) - Method in class com.egzosn.pay.yiji.api.YiJiPayService
交易关闭接口
CODE - Static variable in class com.egzosn.pay.ali.api.AliPayService
 
code(String) - Method in class com.egzosn.pay.common.bean.outbuilder.XmlBuilder
 
CODE - Static variable in class com.egzosn.pay.payoneer.api.PayoneerPayService
响应状态码
CODE - Static variable in class com.egzosn.pay.yiji.api.YiJiPayService
 
com.egzosn.pay.ali.api - package com.egzosn.pay.ali.api
 
com.egzosn.pay.ali.bean - package com.egzosn.pay.ali.bean
 
com.egzosn.pay.ali.before.api - package com.egzosn.pay.ali.before.api
 
com.egzosn.pay.ali.before.bean - package com.egzosn.pay.ali.before.bean
 
com.egzosn.pay.common.api - package com.egzosn.pay.common.api
 
com.egzosn.pay.common.bean - package com.egzosn.pay.common.bean
 
com.egzosn.pay.common.bean.outbuilder - package com.egzosn.pay.common.bean.outbuilder
 
com.egzosn.pay.common.bean.result - package com.egzosn.pay.common.bean.result
 
com.egzosn.pay.common.exception - package com.egzosn.pay.common.exception
 
com.egzosn.pay.common.http - package com.egzosn.pay.common.http
 
com.egzosn.pay.common.util - package com.egzosn.pay.common.util
 
com.egzosn.pay.common.util.sign - package com.egzosn.pay.common.util.sign
 
com.egzosn.pay.common.util.sign.encrypt - package com.egzosn.pay.common.util.sign.encrypt
 
com.egzosn.pay.common.util.sign.encrypt.sm3 - package com.egzosn.pay.common.util.sign.encrypt.sm3
 
com.egzosn.pay.common.util.str - package com.egzosn.pay.common.util.str
 
com.egzosn.pay.demo.controller - package com.egzosn.pay.demo.controller
 
com.egzosn.pay.demo.dao - package com.egzosn.pay.demo.dao
 
com.egzosn.pay.demo.entity - package com.egzosn.pay.demo.entity
 
com.egzosn.pay.demo.request - package com.egzosn.pay.demo.request
 
com.egzosn.pay.demo.service - package com.egzosn.pay.demo.service
 
com.egzosn.pay.demo.service.handler - package com.egzosn.pay.demo.service.handler
 
com.egzosn.pay.demo.service.interceptor - package com.egzosn.pay.demo.service.interceptor
 
com.egzosn.pay.fuiou.api - package com.egzosn.pay.fuiou.api
 
com.egzosn.pay.fuiou.bean - package com.egzosn.pay.fuiou.bean
 
com.egzosn.pay.payoneer.api - package com.egzosn.pay.payoneer.api
 
com.egzosn.pay.payoneer.bean - package com.egzosn.pay.payoneer.bean
 
com.egzosn.pay.paypal.api - package com.egzosn.pay.paypal.api
 
com.egzosn.pay.paypal.bean - package com.egzosn.pay.paypal.bean
 
com.egzosn.pay.paypal.bean.order - package com.egzosn.pay.paypal.bean.order
 
com.egzosn.pay.union.api - package com.egzosn.pay.union.api
 
com.egzosn.pay.union.bean - package com.egzosn.pay.union.bean
 
com.egzosn.pay.wx.api - package com.egzosn.pay.wx.api
 
com.egzosn.pay.wx.bean - package com.egzosn.pay.wx.bean
 
com.egzosn.pay.wx.youdian.api - package com.egzosn.pay.wx.youdian.api
 
com.egzosn.pay.wx.youdian.bean - package com.egzosn.pay.wx.youdian.bean
 
com.egzosn.pay.yiji.api - package com.egzosn.pay.yiji.api
 
com.egzosn.pay.yiji.bean - package com.egzosn.pay.yiji.bean
 
connectionManager - Variable in class com.egzosn.pay.common.http.HttpRequestTemplate
 
connectionManager(HttpConfigStorage) - Method in class com.egzosn.pay.common.http.HttpRequestTemplate
初始化连接池
content(String, Object) - Method in class com.egzosn.pay.common.bean.outbuilder.JsonBuilder
 
content(String) - Method in class com.egzosn.pay.common.bean.outbuilder.TextBuilder
 
content(String) - Method in class com.egzosn.pay.common.bean.outbuilder.XmlBuilder
 
content - Variable in class com.egzosn.pay.common.bean.PayOutMessage
 
conversion(Map<String, String[]>, Map<String, Object>, String) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
将parameterMap对应的key存放至params
conversionAmount(BigDecimal) - Static method in class com.egzosn.pay.common.util.Util
元,两位小数
conversionCentAmount(BigDecimal) - Static method in class com.egzosn.pay.common.util.Util
元转分
convertMap(Map<String, Object>) - Method in enum com.egzosn.pay.union.bean.UnionTransactionType
 
CountryCode - Interface in com.egzosn.pay.common.bean
国家代码
createCredentialsProvider(HttpConfigStorage) - Method in class com.egzosn.pay.common.http.HttpRequestTemplate
创建凭据提供程序
createSign(String, String) - Method in class com.egzosn.pay.common.api.BasePayService
创建签名
createSign(Map<String, Object>, String) - Method in class com.egzosn.pay.common.api.BasePayService
创建签名
createSign(String, String) - Method in interface com.egzosn.pay.common.api.PayService
创建签名
createSign(Map<String, Object>, String) - Method in interface com.egzosn.pay.common.api.PayService
创建签名
createSign(String, String, String) - Method in enum com.egzosn.pay.common.util.sign.SignUtils
签名
createSign(String, String) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
对内容进行加密
createSign(String, String) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
创建签名
createSign(String, String) - Method in class com.egzosn.pay.wx.api.WxPayService
签名
createSign(String, String, boolean) - Method in class com.egzosn.pay.wx.api.WxPayService
签名
createSign(String, String) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
签名
createSSL(HttpConfigStorage) - Method in class com.egzosn.pay.common.http.HttpRequestTemplate
创建ssl配置
CurType - Interface in com.egzosn.pay.common.bean
基础货币类型
CurType - Enum in com.egzosn.pay.yiji.bean
币种

D

DateUtils - Class in com.egzosn.pay.common.util
日期转换运算工具
DateUtils() - Constructor for class com.egzosn.pay.common.util.DateUtils
 
decode(String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.Base64
Decodes Base64 data into octects
decode(byte[]) - Method in class com.egzosn.pay.common.util.sign.encrypt.Base64.Decoder
Decodes all bytes from the input byte array using the Base64 encoding scheme, writing the results into a newly-allocated output byte array.
decode(String) - Method in class com.egzosn.pay.common.util.sign.encrypt.Base64.Decoder
Decodes a Base64 encoded String into a newly-allocated byte array using the Base64 encoding scheme.
decode(byte[], byte[]) - Method in class com.egzosn.pay.common.util.sign.encrypt.Base64.Decoder
Decodes all bytes from the input byte array using the Base64 encoding scheme, writing the results into the given output byte array, starting at offset 0.
decode(ByteBuffer) - Method in class com.egzosn.pay.common.util.sign.encrypt.Base64.Decoder
Decodes all bytes from the input byte buffer using the Base64 encoding scheme, writing the results into a newly-allocated ByteBuffer.
decodeHex(char[]) - Static method in class com.egzosn.pay.common.util.Util
将十六进制字符数组转换为字节数组
decrypt(String, String, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA
解密
decrypt(String, String, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA2
解密
DefaultCountryCode - Enum in com.egzosn.pay.common.bean
默认的国家地区代码
DefaultCurType - Enum in com.egzosn.pay.common.bean
基础货币类型
DefaultPayMessageHandler - Class in com.egzosn.pay.common.api
默认处理支付回调消息的处理器接口 主要用来处理支付相关的业务
DefaultPayMessageHandler() - Constructor for class com.egzosn.pay.common.api.DefaultPayMessageHandler
 
Details - Class in com.egzosn.pay.paypal.bean.order
 
Details() - Constructor for class com.egzosn.pay.paypal.bean.order.Details
Default Constructor
DEV_URL_FUIOU_BASE_DOMAIN - Static variable in class com.egzosn.pay.fuiou.api.FuiouPayService
测试域名
df - Static variable in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
 
doExecute(URI, Object, Class<T>, MethodType) - Method in class com.egzosn.pay.common.http.HttpRequestTemplate
http 请求执行
doExecute(String, Object, Class<T>, MethodType) - Method in class com.egzosn.pay.common.http.HttpRequestTemplate
http 请求执行
doFinal(byte[], int) - Method in class com.egzosn.pay.common.util.sign.encrypt.sm3.SM3Digest
SM3结果输出
downloadbill(Date, String) - Method in class com.egzosn.pay.ali.api.AliPayService
目前只支持日账单
downloadbill(Date, String) - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
目前只支持日账单
downloadbill(Date, String, Callback<T>) - Method in class com.egzosn.pay.common.api.BasePayService
目前只支持日账单
downloadbill(Date, String) - Method in interface com.egzosn.pay.common.api.PayService
下载对账单
downloadbill(Date, String, Callback<T>) - Method in interface com.egzosn.pay.common.api.PayService
下载对账单
downloadbill(QueryOrder) - Method in class com.egzosn.pay.demo.controller.AliPayController
下载对账单
downloadbill(QueryOrder) - Method in class com.egzosn.pay.demo.controller.PayController
下载对账单
downloadbill(QueryOrder) - Method in class com.egzosn.pay.demo.controller.UnionPayController
下载对账单
downloadbill(QueryOrder) - Method in class com.egzosn.pay.demo.controller.WxPayController
下载对账单
downloadbill(Date, String) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
下载对账单
downloadbill(Date, String) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
下载对账单
downloadbill(Date, String) - Method in class com.egzosn.pay.paypal.api.PayPalPayService
 
downloadbill(Date, String) - Method in class com.egzosn.pay.union.api.UnionPayService
下载对账单
downloadbill(Date, String) - Method in class com.egzosn.pay.wx.api.WxPayService
目前只支持日账单
downloadbill(Date, String) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
 
downloadbill(Date, String) - Method in class com.egzosn.pay.yiji.api.YiJiPayService
目前只支持日账单

E

encode(byte[]) - Static method in class com.egzosn.pay.common.util.sign.encrypt.Base64
Encodes hex octects into Base64
encode(byte[]) - Method in class com.egzosn.pay.common.util.sign.encrypt.Base64.Encoder
Encodes all bytes from the specified byte array into a newly-allocated byte array using the Base64 encoding scheme.
encode(byte[], byte[]) - Method in class com.egzosn.pay.common.util.sign.encrypt.Base64.Encoder
Encodes all bytes from the specified byte array using the Base64 encoding scheme, writing the resulting bytes to the given output byte array, starting at offset 0.
encode(ByteBuffer) - Method in class com.egzosn.pay.common.util.sign.encrypt.Base64.Encoder
Encodes all remaining bytes from the specified byte buffer into a newly-allocated ByteBuffer using the Base64 encoding scheme.
encodeHex(byte[]) - Static method in class com.egzosn.pay.common.util.Util
将字节数组转换为十六进制字符数组
encodeHex(byte[], boolean) - Static method in class com.egzosn.pay.common.util.Util
将字节数组转换为十六进制字符数组
encodeHex(byte[], char[]) - Static method in class com.egzosn.pay.common.util.Util
将字节数组转换为十六进制字符数组
encodeHexString(byte[]) - Static method in class com.egzosn.pay.common.util.Util
将字节数组转换为十六进制字符串
encodeHexString(byte[], boolean) - Static method in class com.egzosn.pay.common.util.Util
将字节数组转换为十六进制字符串
encodeHexString(byte[], char[]) - Static method in class com.egzosn.pay.common.util.Util
将字节数组转换为十六进制字符串
encodeToString(byte[]) - Method in class com.egzosn.pay.common.util.sign.encrypt.Base64.Encoder
Encodes the specified byte array into a String using the Base64 encoding scheme.
encrypt(byte[], PublicKey, int, int, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA
 
encrypt(String, String, String, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA
 
encrypt(String, String, String, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA2
 
end() - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
规则结束,代表如果一个消息匹配该规则,那么它将不再会进入其他规则
equals(String, String) - Static method in class com.egzosn.pay.common.util.str.StringUtils
比较两个字符串(大小写敏感)。
equals(Object) - Method in class com.egzosn.pay.paypal.bean.order.FmfDetails
 
equals(Object) - Method in class com.egzosn.pay.paypal.bean.order.Payee
 
equals(Object) - Method in class com.egzosn.pay.paypal.bean.order.Phone
 
equals(Object) - Method in class com.egzosn.pay.paypal.bean.order.RedirectUrls
 
equalsTransactionType(String) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
匹配交易类型
Error - Class in com.egzosn.pay.paypal.bean.order
 
Error() - Constructor for class com.egzosn.pay.paypal.bean.order.Error
Default Constructor
Error(String, String, String, String) - Constructor for class com.egzosn.pay.paypal.bean.order.Error
Parameterized Constructor
ErrorDetails - Class in com.egzosn.pay.paypal.bean.order
 
ErrorDetails() - Constructor for class com.egzosn.pay.paypal.bean.order.ErrorDetails
Default Constructor
ErrorDetails(String, String) - Constructor for class com.egzosn.pay.paypal.bean.order.ErrorDetails
Parameterized Constructor
execute(String, MethodType, Object) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
向友店端发送请求,在这里执行的策略是当发生access_token过期时才去刷新,然后重新执行请求,而不是全局定时请求
expireAccessToken() - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
expireAccessToken() - Method in interface com.egzosn.pay.common.api.PayConfigStorage
强制将access token过期掉

F

facePay(BigDecimal, String, String) - Method in class com.egzosn.pay.demo.controller.WxPayController
刷脸付
FAILURE - Static variable in class com.egzosn.pay.wx.api.WxPayService
 
findByPayId(Integer) - Method in class com.egzosn.pay.demo.dao.ApyAccountRepository
根据id获取对应的账户信息
FmfDetails - Class in com.egzosn.pay.paypal.bean.order
 
FmfDetails() - Constructor for class com.egzosn.pay.paypal.bean.order.FmfDetails
 
format(Date) - Static method in class com.egzosn.pay.common.util.DateUtils
 
formatDate(Date, String) - Static method in class com.egzosn.pay.common.util.DateUtils
 
formatDay(Date) - Static method in class com.egzosn.pay.common.util.DateUtils
 
FuiouPayConfigStorage - Class in com.egzosn.pay.fuiou.api
 
FuiouPayConfigStorage() - Constructor for class com.egzosn.pay.fuiou.api.FuiouPayConfigStorage
 
FuiouPayMessageHandler - Class in com.egzosn.pay.demo.service.handler
 
FuiouPayMessageHandler(Integer) - Constructor for class com.egzosn.pay.demo.service.handler.FuiouPayMessageHandler
 
FuiouPayService - Class in com.egzosn.pay.fuiou.api
 
FuiouPayService(FuiouPayConfigStorage, HttpConfigStorage) - Constructor for class com.egzosn.pay.fuiou.api.FuiouPayService
构造函数,初始化时候使用
FuiouPayService(FuiouPayConfigStorage) - Constructor for class com.egzosn.pay.fuiou.api.FuiouPayService
构造函数,初始化时候使用
FuiouTransactionType - Enum in com.egzosn.pay.fuiou.bean
支付类型

G

genCertificateByStr(String) - Static method in class com.egzosn.pay.union.api.UnionPayService
将字符串转换为X509Certificate对象.
genQrPay(PayOrder) - Method in class com.egzosn.pay.ali.api.AliPayService
生成二维码支付
genQrPay(PayOrder) - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
生成二维码支付 暂未实现或无此功能
genQrPay(PayOrder) - Method in interface com.egzosn.pay.common.api.PayService
获取输出二维码,用户返回给支付端,
genQrPay(PayOrder) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
获取输出二维码,用户返回给支付端, 暂未实现或无此功能
genQrPay(PayOrder) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
获取输出二维码,用户返回给支付端,
genQrPay(PayOrder) - Method in class com.egzosn.pay.paypal.api.PayPalPayService
 
genQrPay(PayOrder) - Method in class com.egzosn.pay.union.api.UnionPayService
获取输出二维码,用户返回给支付端,
genQrPay(PayOrder) - Method in class com.egzosn.pay.wx.api.WxPayService
获取输出二维码,用户返回给支付端,
genQrPay(PayOrder) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
 
genQrPay(PayOrder) - Method in class com.egzosn.pay.yiji.api.YiJiPayService
生成二维码支付
getAccessToken() - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
getAccessToken() - Method in interface com.egzosn.pay.common.api.PayConfigStorage
获取访问令牌
getAccessToken() - Method in class com.egzosn.pay.paypal.api.PayPalPayService
获取请求token
getAccessToken(boolean) - Method in class com.egzosn.pay.paypal.api.PayPalPayService
获取授权令牌
getAccessToken() - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
获取请求token
getAccessToken(boolean) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
获取授权令牌
getAccessTokenLock() - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
getAccessTokenLock() - Method in interface com.egzosn.pay.common.api.PayConfigStorage
获取access token锁
getAccessType() - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
 
getAccountNumber() - Method in class com.egzosn.pay.paypal.bean.order.Payee
Unencrypted PayPal account Number of the Payee
getAcpMiddleCert() - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
 
getAcpMiddleCertInputStream() - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
 
getAcpRootCert() - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
 
getAcpRootCertInputStream() - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
 
getAddition() - Method in class com.egzosn.pay.common.bean.PayOrder
 
getAmount() - Method in class com.egzosn.pay.common.bean.TransferOrder
 
getAmount() - Method in class com.egzosn.pay.paypal.bean.order.CartBase
Amount being collected.
getAmount() - Method in class com.egzosn.pay.paypal.bean.order.Order
Amount being collected.
getAmount() - Method in class com.egzosn.pay.paypal.bean.order.Refund
Details including both refunded amount (to payer) and refunded fee (to payee).
getApiPassword() - Method in class com.egzosn.pay.payoneer.api.PayoneerConfigStorage
获取 PayoneerPay API password
getAppid() - Method in class com.egzosn.pay.ali.api.AliPayConfigStorage
 
getAppid() - Method in interface com.egzosn.pay.common.api.PayConfigStorage
应用id
getAppid() - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
getAppid() - Method in class com.egzosn.pay.fuiou.api.FuiouPayConfigStorage
应用id
getAppid() - Method in class com.egzosn.pay.payoneer.api.PayoneerConfigStorage
应用id
getAppid() - Method in class com.egzosn.pay.paypal.api.PayPalConfigStorage
 
getAppid() - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
 
getAppid() - Method in class com.egzosn.pay.wx.api.WxPayConfigStorage
 
getAppid() - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayConfigStorage
 
getAppid() - Method in class com.egzosn.pay.yiji.api.YiJiPayConfigStorage
 
getAttach() - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
getAttach() - Method in interface com.egzosn.pay.common.api.PayConfigStorage
附加支付配置
getAuthCode() - Method in class com.egzosn.pay.common.bean.PayOrder
 
getAuthorizationPage(String) - Method in class com.egzosn.pay.demo.controller.PayoneerPayController
获取授权页面
getAuthorizationPage(String) - Method in interface com.egzosn.pay.payoneer.api.AdvancedPayService
获取授权页面
getAuthorizationPage(String) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
获取授权页面
getAuthorizationStatus(String) - Method in interface com.egzosn.pay.payoneer.api.AdvancedPayService
授权状态
getAuthorizationStatus(String) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
授权状态
getAuthorizationUser(String) - Method in class com.egzosn.pay.demo.controller.PayoneerPayController
获取授权用户信息,包含用户状态,注册时间,联系人信息,地址信息等等
getAuthorizationUser(String) - Method in interface com.egzosn.pay.payoneer.api.AdvancedPayService
获取授权用户信息
getAuthorizationUser(String) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
获取授权用户信息
getAuthPassword() - Method in class com.egzosn.pay.common.http.HttpConfigStorage
请求授权密码
getAuthUsername() - Method in class com.egzosn.pay.common.http.HttpConfigStorage
请求授权用户名
getBackTransUrl() - Method in class com.egzosn.pay.union.api.UnionPayService
 
getBank() - Method in class com.egzosn.pay.common.bean.TransferOrder
 
getBankType() - Method in class com.egzosn.pay.common.bean.PayOrder
 
getBatchNo() - Method in class com.egzosn.pay.common.bean.TransferOrder
 
getBillDate() - Method in class com.egzosn.pay.demo.request.QueryOrder
 
getBillType() - Method in class com.egzosn.pay.demo.request.QueryOrder
 
getBizType() - Method in enum com.egzosn.pay.union.bean.UnionTransactionType
 
getBody() - Method in class com.egzosn.pay.common.bean.PayOrder
 
getCancelUrl() - Method in class com.egzosn.pay.paypal.api.PayPalConfigStorage
获取取消页面的url
getCancelUrl() - Method in class com.egzosn.pay.paypal.bean.order.RedirectUrls
Url where the payer would be redirected to after canceling the payment.
getCaptureId() - Method in class com.egzosn.pay.paypal.bean.order.Refund
ID of the sale transaction being refunded.
getCart() - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
getCertStoreType() - Method in class com.egzosn.pay.common.http.HttpConfigStorage
 
getCertStoreType() - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
证书存储类型
getChannelType() - Method in enum com.egzosn.pay.union.bean.UnionTransactionType
 
getCharset() - Method in class com.egzosn.pay.common.http.HttpConfigStorage
 
getChildren(NodeList) - Static method in class com.egzosn.pay.common.util.XML
获取子结点的xml
getClientID() - Method in class com.egzosn.pay.paypal.api.PayPalConfigStorage
 
getClientSecret() - Method in class com.egzosn.pay.paypal.api.PayPalConfigStorage
 
getCode() - Method in interface com.egzosn.pay.common.bean.Bank
获取银行的代码
getCode() - Method in interface com.egzosn.pay.common.bean.CountryCode
获取国家代码
getCode() - Method in enum com.egzosn.pay.common.bean.DefaultCountryCode
获取国家代码
getCode() - Method in class com.egzosn.pay.common.bean.outbuilder.PayXmlOutMessage
 
getCode() - Method in class com.egzosn.pay.paypal.bean.order.Error
Deprecated.
This property is not available publicly PayPal internal error code.
getCode() - Method in enum com.egzosn.pay.wx.bean.WxBank
获取银行的代码
getCode() - Method in enum com.egzosn.pay.yiji.bean.CurType
 
getCode() - Method in enum com.egzosn.pay.yiji.bean.YiJiBank
获取银行的代码
getContent() - Method in class com.egzosn.pay.common.bean.PayOutMessage
 
getContentBytes(String, String) - Static method in class com.egzosn.pay.common.util.str.StringUtils
 
getCountryCode() - Method in class com.egzosn.pay.common.bean.TransferOrder
 
getCountryCode() - Method in class com.egzosn.pay.paypal.bean.order.Phone
Country code (from in E.164 format)
getCreateTime() - Method in class com.egzosn.pay.paypal.bean.order.Order
Time the resource was created in UTC ISO8601 format.
getCreateTime() - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
getCreateTime() - Method in class com.egzosn.pay.paypal.bean.order.Refund
Time of refund as defined in [RFC 3339 Section 5.6](http://tools.ietf.org/html/rfc3339#section-5.6).
getCurrency() - Method in class com.egzosn.pay.paypal.bean.order.Amount
 
getCurType() - Method in class com.egzosn.pay.common.bean.PayOrder
 
getCurType() - Method in class com.egzosn.pay.common.bean.RefundOrder
 
getCurType() - Method in class com.egzosn.pay.common.bean.TransferOrder
 
getCustom() - Method in class com.egzosn.pay.paypal.bean.order.CartBase
free-form field for the use of clients
getDebugId() - Method in class com.egzosn.pay.paypal.bean.order.Error
PayPal internal identifier used for correlation purposes.
getDecoder() - Static method in class com.egzosn.pay.common.util.sign.encrypt.Base64
Returns a Base64.Decoder that decodes using the Basic type base64 encoding scheme.
getDefaultCharset() - Method in class com.egzosn.pay.common.http.ClientHttpRequest
 
getDefaultMaxPerRoute() - Method in class com.egzosn.pay.common.http.HttpConfigStorage
 
getDescribe() - Method in class com.egzosn.pay.common.bean.PayMessage
 
getDescription() - Method in class com.egzosn.pay.common.bean.RefundOrder
 
getDescription() - Method in class com.egzosn.pay.paypal.bean.order.CartBase
Description of what is being paid for.
getDescription() - Method in class com.egzosn.pay.paypal.bean.order.FmfDetails
Description of the filter.
getDescription() - Method in class com.egzosn.pay.paypal.bean.order.Refund
Description of what is being refunded for.
getDetails() - Method in class com.egzosn.pay.paypal.bean.order.Amount
 
getDetails() - Method in class com.egzosn.pay.paypal.bean.order.Error
Additional details of the error
getDeviceInfo() - Method in class com.egzosn.pay.common.bean.PayOrder
 
getDigestSize() - Method in class com.egzosn.pay.common.util.sign.encrypt.sm3.SM3Digest
 
getDiscount() - Method in class com.egzosn.pay.common.bean.PayMessage
 
getEmail() - Method in class com.egzosn.pay.paypal.bean.order.Payee
Email Address associated with the Payee's PayPal Account.
getEncoder() - Static method in class com.egzosn.pay.common.util.sign.encrypt.Base64
Returns a Base64.Encoder that encodes using the Basic type base64 encoding scheme.
getEnctype() - Method in class com.egzosn.pay.paypal.bean.order.Links
 
getErrorCode() - Method in interface com.egzosn.pay.common.bean.result.PayError
获取错误码
getErrorCode() - Method in class com.egzosn.pay.common.bean.result.PayException
 
getErrorCode() - Method in class com.egzosn.pay.wx.bean.WxPayError
 
getErrorCode() - Method in class com.egzosn.pay.wx.youdian.bean.YdPayError
 
getErrorMsg() - Method in interface com.egzosn.pay.common.bean.result.PayError
获取错误消息
getErrorMsg() - Method in class com.egzosn.pay.common.bean.result.PayException
 
getErrorMsg() - Method in class com.egzosn.pay.wx.bean.WxPayError
 
getErrorMsg() - Method in class com.egzosn.pay.wx.youdian.bean.YdPayError
 
getExperienceProfileId() - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
getExpirationTime() - Method in class com.egzosn.pay.common.bean.PayOrder
 
getExpiresTime() - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
getExpiresTime() - Method in interface com.egzosn.pay.common.api.PayConfigStorage
强制将access token过期掉
getExtension() - Method in class com.egzosn.pay.paypal.bean.order.Phone
Phone extension
getFailedTransactions() - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
getFailureReason() - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
getFee() - Method in class com.egzosn.pay.paypal.bean.order.Details
 
getField() - Method in class com.egzosn.pay.paypal.bean.order.ErrorDetails
Name of the field that caused the error.
getFileTransUrl() - Method in class com.egzosn.pay.union.api.UnionPayService
 
getFilterId() - Method in class com.egzosn.pay.paypal.bean.order.FmfDetails
Filter Identifier.
getFilterType() - Method in class com.egzosn.pay.paypal.bean.order.FmfDetails
Type of filter.
getFirstName() - Method in class com.egzosn.pay.paypal.bean.order.Payee
First Name of the Payee.
getFmfDetails() - Method in class com.egzosn.pay.paypal.bean.order.Order
Fraud Management Filter (FMF) details applied for the payment that could result in accept/deny/pending action.
getForObject(String, Class<T>, Object...) - Method in class com.egzosn.pay.common.http.HttpRequestTemplate
get 请求
getForObject(String, Class<T>, Map<String, ?>) - Method in class com.egzosn.pay.common.http.HttpRequestTemplate
get 请求
getForObject(String, HttpHeader, Class<T>, Object...) - Method in class com.egzosn.pay.common.http.HttpRequestTemplate
get 请求
getForObject(String, HttpHeader, Class<T>, Map<String, ?>) - Method in class com.egzosn.pay.common.http.HttpRequestTemplate
get 请求
getFromPay() - Method in class com.egzosn.pay.common.bean.PayMessage
 
getFrontTransUrl() - Method in class com.egzosn.pay.union.api.UnionPayService
 
getGiftWrap() - Method in class com.egzosn.pay.paypal.bean.order.Details
 
getHandlers() - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
getHandlingFee() - Method in class com.egzosn.pay.paypal.bean.order.Details
 
getHeaders() - Method in class com.egzosn.pay.common.http.HttpHeader
获取请求头集
getHeaders() - Method in class com.egzosn.pay.common.http.HttpStringEntity
获取请求头集
getHexString(byte[]) - Static method in class com.egzosn.pay.common.util.Util
根据字节数组获得值(十六进制数字)
getHexString(byte[], boolean) - Static method in class com.egzosn.pay.common.util.Util
根据字节数组获得值(十六进制数字)
getHref() - Method in class com.egzosn.pay.paypal.bean.order.Links
 
getHttpClient() - Method in class com.egzosn.pay.common.http.HttpRequestTemplate
 
getHttpConfigStorage(ApyAccount) - Method in class com.egzosn.pay.demo.service.PayResponse
获取http配置,如果配置为null则为默认配置,无代理,无证书的请求方式。 此处非必需
getHttpProxy() - Method in class com.egzosn.pay.common.http.HttpRequestTemplate
获取代理带代理地址的 HttpHost
getHttpProxyHost() - Method in class com.egzosn.pay.common.http.HttpConfigStorage
http代理地址
getHttpProxyPort() - Method in class com.egzosn.pay.common.http.HttpConfigStorage
代理端口
getHttpRequestTemplate() - Method in class com.egzosn.pay.common.api.BasePayService
 
getHttpRequestTemplate() - Method in interface com.egzosn.pay.common.api.PayService
获取http请求工具
getHttpsVerifyUrl() - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
 
getId() - Method in class com.egzosn.pay.paypal.bean.order.Order
Identifier of the order transaction.
getId() - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
getId() - Method in class com.egzosn.pay.paypal.bean.order.Refund
ID of the refund transaction.
getInformationLink() - Method in class com.egzosn.pay.paypal.bean.order.Error
URI for detailed information related to this error for the developer.
getInputCharset() - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
getInputCharset() - Method in interface com.egzosn.pay.common.api.PayConfigStorage
字符编码格式
getInputCharset() - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
getInputStream(Object) - Method in enum com.egzosn.pay.common.bean.CertStoreType
证书信息转化为对应的输入流
getInsurance() - Method in class com.egzosn.pay.paypal.bean.order.Details
 
getIntent() - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
getInterceptors() - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
getInvoiceNumber() - Method in class com.egzosn.pay.paypal.bean.order.CartBase
invoice number to track this payment
getInvoiceNumber() - Method in class com.egzosn.pay.paypal.bean.order.Refund
Your own invoice or tracking ID number.
getIp() - Method in class com.egzosn.pay.common.bean.TransferOrder
 
getIssue() - Method in class com.egzosn.pay.paypal.bean.order.ErrorDetails
Reason for the error.
getJson() - Method in class com.egzosn.pay.common.bean.outbuilder.JsonBuilder
 
getKey() - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
getKeyInfo(InputStream, String, String) - Method in class com.egzosn.pay.common.util.sign.CertDescriptor
将签名私钥证书文件读取为证书存储对象
getKeyPrivate() - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
getKeyPrivate() - Method in interface com.egzosn.pay.common.api.PayConfigStorage
应用私钥(生成签名时使用)
getKeyPrivateCertInputStream() - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
 
getKeyPrivateCertPwd() - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
getKeyPrivateCertPwd() - Method in interface com.egzosn.pay.common.api.PayConfigStorage
获取私钥证书密码
getKeyPublic() - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
getKeyPublic() - Method in interface com.egzosn.pay.common.api.PayConfigStorage
支付平台公钥(签名校验使用)
getKeystore() - Method in class com.egzosn.pay.common.http.HttpConfigStorage
获取证书信息
getKeystoreInputStream() - Method in class com.egzosn.pay.common.http.HttpConfigStorage
获取证书信息
getKeystorePath() - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
getKeystoreStr() - Method in class com.egzosn.pay.common.http.HttpConfigStorage
获取证书信息 证书地址
getLastName() - Method in class com.egzosn.pay.paypal.bean.order.Payee
Last Name of the Payee.
getLinks() - Method in class com.egzosn.pay.paypal.bean.order.Order
 
getLinks() - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
getLinks() - Method in class com.egzosn.pay.paypal.bean.order.Refund
 
getMap2Xml(Map<String, Object>) - Static method in class com.egzosn.pay.common.util.XML
将Map转换为XML格式的字符串
getMap2Xml(Map<String, Object>, String, String) - Static method in class com.egzosn.pay.common.util.XML
将Map转换为XML格式的字符串
getMapToParameters(Map) - Static method in class com.egzosn.pay.common.http.UriVariables
Map转化为对应得参数字符串
getMaxTotal() - Method in class com.egzosn.pay.common.http.HttpConfigStorage
 
getMchId() - Method in class com.egzosn.pay.wx.api.WxPayConfigStorage
 
getMchntCd() - Method in class com.egzosn.pay.fuiou.api.FuiouPayConfigStorage
 
getMerchantId() - Method in class com.egzosn.pay.paypal.bean.order.Payee
Encrypted PayPal account identifier for the Payee.
getMerId() - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
 
getMessage() - Method in class com.egzosn.pay.paypal.bean.order.Error
Message describing the error.
getMethod() - Method in enum com.egzosn.pay.ali.bean.AliTransactionType
获取接口名称
getMethod() - Method in enum com.egzosn.pay.ali.bean.AliTransferType
获取接口
getMethod() - Method in enum com.egzosn.pay.ali.before.bean.AliTransactionType
Deprecated.
获取接口名称
getMethod() - Method in interface com.egzosn.pay.common.bean.TransactionType
获取接口
getMethod() - Method in class com.egzosn.pay.common.http.ClientHttpRequest
获取请求方式
getMethod() - Method in enum com.egzosn.pay.fuiou.bean.FuiouTransactionType
获取接口名称
getMethod() - Method in enum com.egzosn.pay.payoneer.bean.PayoneerTransactionType
获取接口名称
getMethod() - Method in class com.egzosn.pay.paypal.bean.order.Links
 
getMethod() - Method in enum com.egzosn.pay.paypal.bean.PayPalTransactionType
获取接口名称
getMethod() - Method in enum com.egzosn.pay.union.bean.UnionTransactionType
 
getMethod() - Method in enum com.egzosn.pay.wx.bean.WxTransactionType
 
getMethod() - Method in enum com.egzosn.pay.wx.bean.WxTransferType
 
getMethod() - Method in enum com.egzosn.pay.wx.youdian.bean.YoudianTransactionType
获取接口名称
getMethod() - Method in enum com.egzosn.pay.yiji.bean.YiJiTransactionType
获取接口名称
getMimeDecoder() - Static method in class com.egzosn.pay.common.util.sign.encrypt.Base64
Returns a Base64.Decoder that decodes using the MIME type base64 decoding scheme.
getMimeEncoder() - Static method in class com.egzosn.pay.common.util.sign.encrypt.Base64
Returns a Base64.Encoder that encodes using the MIME type base64 encoding scheme.
getMimeEncoder(int, byte[]) - Static method in class com.egzosn.pay.common.util.sign.encrypt.Base64
Returns a Base64.Encoder that encodes using the MIME type base64 encoding scheme with specified line length and line separators.
getMsgType() - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
getMsgType() - Method in interface com.egzosn.pay.common.api.PayConfigStorage
消息类型
getMsgType() - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
getMsgType() - Method in class com.egzosn.pay.common.bean.PayMessage
 
getMsgType() - Method in class com.egzosn.pay.common.bean.PayOutMessage
 
getMsgType() - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
getName() - Method in interface com.egzosn.pay.common.bean.Bank
获取银行的名称
getName() - Method in interface com.egzosn.pay.common.bean.CountryCode
获取国家名称
getName() - Method in interface com.egzosn.pay.common.bean.CurType
货币名称
getName() - Method in enum com.egzosn.pay.common.bean.DefaultCountryCode
获取国家名称
getName() - Method in enum com.egzosn.pay.common.bean.DefaultCurType
货币名称
getName() - Method in class com.egzosn.pay.paypal.bean.order.Error
Human readable, unique name of the error.
getName() - Method in class com.egzosn.pay.paypal.bean.order.FmfDetails
Name of the filter
getName() - Method in enum com.egzosn.pay.wx.bean.WxBank
获取银行的名称
getName() - Method in enum com.egzosn.pay.yiji.bean.CurType
货币名称
getName() - Method in enum com.egzosn.pay.yiji.bean.YiJiBank
获取银行的名称
getNationalNumber() - Method in class com.egzosn.pay.paypal.bean.order.Phone
In-country phone number (from in E.164 format)
getNoteToPayee() - Method in class com.egzosn.pay.paypal.bean.order.CartBase
Note to the recipient of the funds in this transaction.
getNoteToPayer() - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
getNotifyUrl() - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
getNotifyUrl() - Method in interface com.egzosn.pay.common.api.PayConfigStorage
服务端异步回调Url
getNotifyUrl() - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
getNotifyUrl() - Method in class com.egzosn.pay.paypal.bean.order.CartBase
URL to send payment notifications
getOpenid() - Method in class com.egzosn.pay.common.bean.PayOrder
 
getOrder() - Method in class com.egzosn.pay.paypal.bean.order.RelatedResources
 
getOrderDate() - Method in class com.egzosn.pay.common.bean.RefundOrder
 
getOrderInfo(Integer, String, BigDecimal) - Method in class com.egzosn.pay.demo.controller.PayController
获取支付预订单信息
getOrderUrl() - Method in class com.egzosn.pay.paypal.bean.order.CartBase
Url on merchant site pertaining to this payment.
getOutNo() - Method in class com.egzosn.pay.common.bean.TransferOrder
 
getOutTradeNo() - Method in class com.egzosn.pay.common.bean.PayMessage
 
getOutTradeNo() - Method in class com.egzosn.pay.common.bean.PayOrder
获取商户订单号
getOutTradeNo() - Method in class com.egzosn.pay.common.bean.RefundOrder
 
getOutTradeNo() - Method in class com.egzosn.pay.demo.request.QueryOrder
 
getOutTradeNoBillType() - Method in class com.egzosn.pay.demo.request.QueryOrder
 
getParameter2Map(Map<String, String[]>, InputStream) - Method in class com.egzosn.pay.common.api.BasePayService
将请求参数或者请求流转化为 Map
getParameter2Map(Map<String, String[]>, InputStream) - Method in interface com.egzosn.pay.common.api.PayService
将请求参数或者请求流转化为 Map
getParameter2Map(Map<String, String[]>, InputStream) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
将请求参数或者请求流转化为 Map
getParameter2Map(Map<String, String[]>, InputStream) - Method in class com.egzosn.pay.wx.api.WxPayService
将请求参数或者请求流转化为 Map
getParameter2Map(Map<String, String[]>, InputStream) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
将请求参数或者请求流转化为 Map
getParametersToMap(String) - Static method in class com.egzosn.pay.common.http.UriVariables
解析应答字符串,生成应答要素
getParentPayment() - Method in class com.egzosn.pay.paypal.bean.order.Order
ID of the Payment resource that this transaction is based on.
getParentPayment() - Method in class com.egzosn.pay.paypal.bean.order.Refund
ID of the payment resource on which this transaction is based.
getPartner() - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
getPartner() - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
Deprecated.
getPartnerId() - Method in class com.egzosn.pay.yiji.api.YiJiPayConfigStorage
 
getPayConfigStorage() - Method in class com.egzosn.pay.common.api.BasePayService
 
getPayConfigStorage() - Method in interface com.egzosn.pay.common.api.PayService
获取支付配置
getPayee() - Method in class com.egzosn.pay.paypal.bean.order.CartBase
Recipient of the funds in this transaction.
getPayee() - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
getPayeeAccount() - Method in class com.egzosn.pay.common.bean.TransferOrder
 
getPayeeAddress() - Method in class com.egzosn.pay.common.bean.TransferOrder
 
getPayeeBankAddress() - Method in class com.egzosn.pay.common.bean.TransferOrder
 
getPayeeName() - Method in class com.egzosn.pay.common.bean.TransferOrder
 
getPayer() - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
getPayerName() - Method in class com.egzosn.pay.common.bean.TransferOrder
 
getPayError() - Method in exception com.egzosn.pay.common.exception.PayErrorException
 
getPayId() - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
getPayId() - Method in class com.egzosn.pay.demo.request.QueryOrder
 
getPayId() - Method in class com.egzosn.pay.demo.service.handler.BasePayMessageHandler
 
getPaymentMethod() - Method in class com.egzosn.pay.paypal.bean.order.Payer
 
getPaymentMode() - Method in class com.egzosn.pay.paypal.bean.order.Order
specifies payment mode of the transaction
getPayMessage() - Method in class com.egzosn.pay.common.bean.PayMessage
 
getPayMessageHandler() - Method in class com.egzosn.pay.common.api.BasePayService
获取支付消息处理器,这里用于处理具体的支付业务 配合PayService.payBack(Map, InputStream)进行使用
getPayOutMessage(String, String) - Method in class com.egzosn.pay.ali.api.AliPayService
获取输出消息,用户返回给支付端
getPayOutMessage(String, String) - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
获取输出消息,用户返回给支付端
getPayOutMessage(String, String) - Method in interface com.egzosn.pay.common.api.PayService
获取输出消息,用户返回给支付端
getPayOutMessage(String, String) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
获取输出消息,用户返回给支付端
getPayOutMessage(String, String) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
获取输出消息,用户返回给支付端
getPayOutMessage(String, String) - Method in class com.egzosn.pay.paypal.api.PayPalPayService
 
getPayOutMessage(String, String) - Method in class com.egzosn.pay.union.api.UnionPayService
获取输出消息,用户返回给支付端
getPayOutMessage(String, String) - Method in class com.egzosn.pay.wx.api.WxPayService
获取输出消息,用户返回给支付端
getPayOutMessage(String, String) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
具体需要返回的数据为 return_code 返回码只有SUCCESS和FAIL return_msg 返回具体信息 nonce_str 您的服务器新生成随机生成32位字符串 sign 为签名,签名规则是您需要发送的所有数据(除了sign)按照字典升序排列后加上&key=xxxxxxxx您的密钥后md5加密,最后转成小写 最后把得到的所有需要返回的数据用json格式化成json对象格式如下 {"return_code":"SUCCESS","return_msg":"ok","nonce_str":"dddddddddddddddddddd’,’sign’:’sdddddddddddddddddd"}
getPayOutMessage(String, String) - Method in class com.egzosn.pay.yiji.api.YiJiPayService
获取输出消息,用户返回给支付端
getPayResponse(Integer) - Method in class com.egzosn.pay.demo.service.ApyAccountService
获取支付响应
getPayService(ApyAccount) - Method in enum com.egzosn.pay.demo.entity.PayType
 
getPayType() - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
getPayType() - Method in interface com.egzosn.pay.common.api.PayConfigStorage
支付类型 自定义 这里暂定 aliPay 支付宝, wxPay微信支付
getPayType() - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
getPayType() - Method in class com.egzosn.pay.common.bean.PayMessage
 
getPayType() - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
getPhone() - Method in class com.egzosn.pay.paypal.bean.order.Payee
Information related to the Payee.
getPid() - Method in class com.egzosn.pay.ali.api.AliPayConfigStorage
 
getPid() - Method in interface com.egzosn.pay.common.api.PayConfigStorage
合作商唯一标识
getPid() - Method in class com.egzosn.pay.fuiou.api.FuiouPayConfigStorage
合作商唯一标识
getPid() - Method in class com.egzosn.pay.payoneer.api.PayoneerConfigStorage
合作商唯一标识
getPid() - Method in class com.egzosn.pay.paypal.api.PayPalConfigStorage
 
getPid() - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
 
getPid() - Method in class com.egzosn.pay.wx.api.WxPayConfigStorage
合作商唯一标识
getPid() - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayConfigStorage
 
getPid() - Method in class com.egzosn.pay.yiji.api.YiJiPayConfigStorage
合作商唯一标识
getPrice() - Method in class com.egzosn.pay.common.bean.PayOrder
 
getPrivateKey(String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA
得到私钥
getPrivateKey(String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA2
得到私钥
getPrivateKey() - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
getProgramId() - Method in class com.egzosn.pay.payoneer.api.PayoneerConfigStorage
获取商户Id
getProtectionEligibility() - Method in class com.egzosn.pay.paypal.bean.order.Order
The level of seller protection in force for the transaction.
getProtectionEligibilityType() - Method in class com.egzosn.pay.paypal.bean.order.Order
The kind of seller protection in force for the transaction.
getPublicCert() - Method in class com.egzosn.pay.common.util.sign.CertDescriptor
获取公钥/中级证书
getPublicKey(String, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA
得到公钥
getPublicKey(String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA
得到公钥
getPublicKey(InputStream, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA
 
getPublicKey() - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
getPurchaseUnitReferenceId() - Method in class com.egzosn.pay.paypal.bean.order.Order
Identifier to the purchase unit associated with this object.
getReason() - Method in class com.egzosn.pay.paypal.bean.order.Refund
Reason description for the Sale transaction being refunded.
getReasonCode() - Method in class com.egzosn.pay.paypal.bean.order.Order
Reason code for the transaction state being Pending or Reversed.
getReasonCode() - Method in class com.egzosn.pay.paypal.bean.order.Refund
The reason code for the refund state being pending
getRedirectUrls() - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
getReferenceId() - Method in class com.egzosn.pay.paypal.bean.order.CartBase
Merchant identifier to the purchase unit.
getRefund() - Method in class com.egzosn.pay.paypal.bean.order.RelatedResources
 
getRefundAmount() - Method in class com.egzosn.pay.common.bean.RefundOrder
 
getRefundAmount() - Method in class com.egzosn.pay.demo.request.QueryOrder
 
getRefundNo() - Method in class com.egzosn.pay.common.bean.RefundOrder
 
getRel() - Method in class com.egzosn.pay.paypal.bean.order.Links
 
getRelatedResources() - Method in class com.egzosn.pay.paypal.bean.order.Transaction
 
getRemark() - Method in class com.egzosn.pay.common.bean.TransferOrder
 
getReqUrl(TransactionType) - Method in class com.egzosn.pay.ali.api.AliPayService
获取对应的请求地址
getReqUrl() - Method in class com.egzosn.pay.ali.api.AliPayService
获取对应的请求地址
getReqUrl(TransactionType) - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
获取支付请求地址
getReqUrl(TransactionType) - Method in interface com.egzosn.pay.common.api.PayService
获取支付请求地址
getReqUrl(TransactionType) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
获取对应的请求地址
getReqUrl() - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
获取对应的请求地址
getReqUrl(TransactionType) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
根据是否为沙箱环境进行获取请求地址
getReqUrl(TransactionType) - Method in class com.egzosn.pay.paypal.api.PayPalPayService
获取对应的请求地址
getReqUrl(TransactionType) - Method in class com.egzosn.pay.union.api.UnionPayService
获取支付请求地址
getReqUrl() - Method in class com.egzosn.pay.union.api.UnionPayService
根据是否为沙箱环境进行获取请求地址
getReqUrl(TransactionType) - Method in class com.egzosn.pay.wx.api.WxPayService
根据交易类型获取url
getReqUrl(TransactionType) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
根据交易类型获取请求地址
getReqUrl(TransactionType) - Method in class com.egzosn.pay.yiji.api.YiJiPayService
获取对应的请求地址
getReturnUrl() - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
getReturnUrl() - Method in interface com.egzosn.pay.common.api.PayConfigStorage
服务端同步回调Url
getReturnUrl() - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
getReturnUrl() - Method in class com.egzosn.pay.paypal.bean.order.RedirectUrls
Url where the payer would be redirected to after approving the payment.
getRootCert() - Method in class com.egzosn.pay.common.util.sign.CertDescriptor
获取中级证书
getRouter() - Method in class com.egzosn.pay.demo.service.PayResponse
 
getRouterBuilder() - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
getrSubject() - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
getrValue() - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
getSaleId() - Method in class com.egzosn.pay.paypal.bean.order.Refund
ID of the Sale transaction being refunded.
getSecretKey() - Method in class com.egzosn.pay.wx.api.WxPayConfigStorage
为商户平台设置的密钥key
getSecretKey() - Method in class com.egzosn.pay.yiji.api.YiJiPayConfigStorage
为商户平台设置的密钥key
getSeller() - Method in class com.egzosn.pay.ali.api.AliPayConfigStorage
 
getSeller() - Method in interface com.egzosn.pay.common.api.PayConfigStorage
获取收款账号
getSeller() - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
getSeller() - Method in class com.egzosn.pay.fuiou.api.FuiouPayConfigStorage
 
getSeller() - Method in class com.egzosn.pay.payoneer.api.PayoneerConfigStorage
 
getSeller() - Method in class com.egzosn.pay.paypal.api.PayPalConfigStorage
 
getSeller() - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
 
getSeller() - Method in class com.egzosn.pay.wx.api.WxPayConfigStorage
 
getSeller() - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayConfigStorage
 
getSeller() - Method in class com.egzosn.pay.yiji.api.YiJiPayConfigStorage
 
getSellerUserId() - Method in class com.egzosn.pay.yiji.api.YiJiPayConfigStorage
 
getService() - Method in class com.egzosn.pay.demo.service.PayResponse
 
getShipping() - Method in class com.egzosn.pay.paypal.bean.order.Details
 
getShippingDiscount() - Method in class com.egzosn.pay.paypal.bean.order.Details
 
getSign() - Method in class com.egzosn.pay.common.bean.PayMessage
 
getSignCertId() - Method in class com.egzosn.pay.common.util.sign.CertDescriptor
配置的签名私钥证书certId
getSignCertPrivateKey(String) - Method in class com.egzosn.pay.common.util.sign.CertDescriptor
通过keyStore 获取私钥签名证书PrivateKey对象
getSignType() - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
getSignType() - Method in interface com.egzosn.pay.common.api.PayConfigStorage
签名方式
getSignType() - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
getSingleQueryUrl() - Method in class com.egzosn.pay.union.api.UnionPayService
 
getSoftDescriptor() - Method in class com.egzosn.pay.paypal.bean.order.CartBase
Soft descriptor used when charging this funding source.
getSoftDescriptorCity() - Method in class com.egzosn.pay.paypal.bean.order.CartBase
Soft descriptor city used when charging this funding source.
getSpbillCreateIp() - Method in class com.egzosn.pay.common.bean.PayOrder
 
getState() - Method in class com.egzosn.pay.paypal.bean.order.Order
State of the order transaction.
getState() - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
getState() - Method in class com.egzosn.pay.paypal.bean.order.Refund
State of the refund.
getStorage() - Method in class com.egzosn.pay.demo.service.PayResponse
 
getStorePassword() - Method in class com.egzosn.pay.common.http.HttpConfigStorage
证书对应的密码
getStorePassword() - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
getString() - Method in interface com.egzosn.pay.common.bean.result.PayError
获取异常信息
getString() - Method in class com.egzosn.pay.common.bean.result.PayException
 
getString() - Method in class com.egzosn.pay.wx.bean.WxPayError
 
getString() - Method in class com.egzosn.pay.wx.youdian.bean.YdPayError
 
getSubAppid() - Method in class com.egzosn.pay.wx.api.WxPayConfigStorage
 
getSubject() - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
getSubject() - Method in class com.egzosn.pay.common.bean.PayMessage
 
getSubject() - Method in class com.egzosn.pay.common.bean.PayOrder
 
getSubMchId() - Method in class com.egzosn.pay.wx.api.WxPayConfigStorage
 
getSubtotal() - Method in class com.egzosn.pay.paypal.bean.order.Details
 
getTax() - Method in class com.egzosn.pay.paypal.bean.order.Details
 
getToken() - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
getToken() - Method in interface com.egzosn.pay.common.api.PayConfigStorage
授权令牌
getToken() - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayConfigStorage
 
getTotal() - Method in class com.egzosn.pay.paypal.bean.order.Amount
 
getTotalAmount() - Method in class com.egzosn.pay.common.bean.RefundOrder
 
getTotalAmount() - Method in class com.egzosn.pay.demo.request.QueryOrder
 
getTotalFee() - Method in class com.egzosn.pay.common.bean.PayMessage
 
getTradeNo() - Method in class com.egzosn.pay.common.bean.PayOrder
支付平台订单号,交易号
getTradeNo() - Method in class com.egzosn.pay.common.bean.RefundOrder
 
getTradeNo() - Method in class com.egzosn.pay.demo.request.QueryOrder
 
getTradeNoOrBillDate() - Method in class com.egzosn.pay.demo.request.QueryOrder
 
getTransactions() - Method in class com.egzosn.pay.paypal.bean.order.Payer
 
getTransactions() - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
getTransactionType() - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
getTransactionType(String) - Method in interface com.egzosn.pay.common.bean.BasePayType
根据支付类型获取交易类型
getTransactionType() - Method in class com.egzosn.pay.common.bean.PayMessage
 
getTransactionType() - Method in class com.egzosn.pay.common.bean.PayOrder
 
getTransactionType() - Method in class com.egzosn.pay.demo.request.QueryOrder
 
getTransactionType(String) - Static method in enum com.egzosn.pay.yiji.bean.YiJiTransactionType
 
getTransferType() - Method in class com.egzosn.pay.common.bean.TransferOrder
 
getTxnSubType() - Method in enum com.egzosn.pay.union.bean.UnionTransactionType
 
getTxnType() - Method in enum com.egzosn.pay.union.bean.UnionTransactionType
 
getType() - Method in enum com.egzosn.pay.ali.bean.AliTransactionType
 
getType() - Method in enum com.egzosn.pay.ali.bean.AliTransferType
获取转账类型
getType() - Method in enum com.egzosn.pay.ali.before.bean.AliTransactionType
Deprecated.
 
getType() - Method in interface com.egzosn.pay.common.bean.CurType
获取货币类型
getType() - Method in enum com.egzosn.pay.common.bean.DefaultCurType
获取货币类型
getType() - Method in interface com.egzosn.pay.common.bean.TransactionType
获取交易类型
getType() - Method in enum com.egzosn.pay.fuiou.bean.FuiouTransactionType
 
getType() - Method in enum com.egzosn.pay.payoneer.bean.PayoneerTransactionType
 
getType() - Method in enum com.egzosn.pay.paypal.bean.PayPalTransactionType
 
getType() - Method in enum com.egzosn.pay.union.bean.UnionTransactionType
获取交易对类型枚举
getType() - Method in enum com.egzosn.pay.wx.bean.WxTransactionType
 
getType() - Method in enum com.egzosn.pay.wx.bean.WxTransferType
 
getType() - Method in enum com.egzosn.pay.wx.youdian.bean.YoudianTransactionType
 
getType() - Method in enum com.egzosn.pay.yiji.bean.CurType
获取货币类型
getType() - Method in enum com.egzosn.pay.yiji.bean.YiJiTransactionType
 
getUpdateTime() - Method in class com.egzosn.pay.paypal.bean.order.Order
Time the resource was last updated in UTC ISO8601 format.
getUpdateTime() - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
getUpdateTime() - Method in class com.egzosn.pay.paypal.bean.order.Refund
Time that the resource was last updated.
getUri(String, Object...) - Static method in class com.egzosn.pay.common.http.UriVariables
依次匹配
getUri(String, Map<String, Object>) - Static method in class com.egzosn.pay.common.http.UriVariables
匹配Map.key
getUrlDecoder() - Static method in class com.egzosn.pay.common.util.sign.encrypt.Base64
Returns a Base64.Decoder that decodes using the URL and Filename safe type base64 encoding scheme.
getUrlEncoder() - Static method in class com.egzosn.pay.common.util.sign.encrypt.Base64
Returns a Base64.Encoder that encodes using the URL and Filename safe type base64 encoding scheme.
getUserName() - Method in class com.egzosn.pay.payoneer.api.PayoneerConfigStorage
 
getVersion() - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
 
getVersion() - Method in enum com.egzosn.pay.yiji.bean.YiJiTransactionType
 
getWapName() - Method in class com.egzosn.pay.common.bean.PayOrder
 
getWapUrl() - Method in class com.egzosn.pay.common.bean.PayOrder
 

H

handle(PayMessage, Map<String, Object>, PayService) - Method in class com.egzosn.pay.common.api.DefaultPayMessageHandler
 
handle(PayErrorException) - Method in interface com.egzosn.pay.common.api.PayErrorExceptionHandler
异常统一处理器
handle(PayMessage, Map<String, Object>, PayService) - Method in interface com.egzosn.pay.common.api.PayMessageHandler
处理支付回调消息的处理器接口
handle(PayErrorException) - Method in class com.egzosn.pay.common.util.LogExceptionHandler
 
handle(PayMessage, Map<String, Object>, PayService) - Method in class com.egzosn.pay.demo.service.handler.AliPayMessageHandler
 
handle(PayMessage, Map<String, Object>, PayService) - Method in class com.egzosn.pay.demo.service.handler.FuiouPayMessageHandler
 
handle(PayMessage, Map<String, Object>, PayService) - Method in class com.egzosn.pay.demo.service.handler.PayoneerMessageHandler
 
handle(PayMessage, Map<String, Object>, PayService) - Method in class com.egzosn.pay.demo.service.handler.PayPalPayMessageHandler
 
handle(PayMessage, Map<String, Object>, PayService) - Method in class com.egzosn.pay.demo.service.handler.UnionPayMessageHandler
 
handle(PayMessage, Map<String, Object>, PayService) - Method in class com.egzosn.pay.demo.service.handler.WxPayMessageHandler
 
handle(PayMessage, Map<String, Object>, PayService) - Method in class com.egzosn.pay.demo.service.handler.YouDianPayMessageHandler
 
handler - Variable in class com.egzosn.pay.common.api.BasePayService
支付消息处理器
handler(PayMessageHandler) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
设置消息处理器
handler(PayMessageHandler, PayMessageHandler...) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
设置消息处理器
handleResponse(HttpResponse) - Method in class com.egzosn.pay.common.http.ClientHttpRequest
 
hashCode() - Method in class com.egzosn.pay.paypal.bean.order.FmfDetails
 
hashCode() - Method in class com.egzosn.pay.paypal.bean.order.Payee
 
hashCode() - Method in class com.egzosn.pay.paypal.bean.order.Phone
 
hashCode() - Method in class com.egzosn.pay.paypal.bean.order.RedirectUrls
 
hexStringToAlgorism(String) - Static method in class com.egzosn.pay.common.util.Util
十六进制字符串装十进制
hexStringToBinary(String) - Static method in class com.egzosn.pay.common.util.Util
十六转二进制
hexStringToBytes(String) - Static method in class com.egzosn.pay.common.util.Util
Convert hex string to byte[]
hexStringToString(String, int) - Static method in class com.egzosn.pay.common.util.Util
十六进制转字符串
hexToByte(String) - Static method in class com.egzosn.pay.common.util.Util
十六进制串转化为byte数组
httpClient - Variable in class com.egzosn.pay.common.http.HttpRequestTemplate
 
HttpConfigStorage - Class in com.egzosn.pay.common.http
HTTP 配置
HttpConfigStorage() - Constructor for class com.egzosn.pay.common.http.HttpConfigStorage
 
HttpHeader - Class in com.egzosn.pay.common.http
请求头
HttpHeader() - Constructor for class com.egzosn.pay.common.http.HttpHeader
 
HttpHeader(List<Header>) - Constructor for class com.egzosn.pay.common.http.HttpHeader
 
HttpHeader(Header) - Constructor for class com.egzosn.pay.common.http.HttpHeader
请求头
httpProxy - Variable in class com.egzosn.pay.common.http.HttpRequestTemplate
 
HttpRequestTemplate - Class in com.egzosn.pay.common.http
http请求工具
HttpRequestTemplate(HttpConfigStorage) - Constructor for class com.egzosn.pay.common.http.HttpRequestTemplate
初始化
HttpRequestTemplate() - Constructor for class com.egzosn.pay.common.http.HttpRequestTemplate
 
HttpStringEntity - Class in com.egzosn.pay.common.http
请求实体,包含请求头,内容类型,编码类型等
HttpStringEntity(Map<String, Object>, Header...) - Constructor for class com.egzosn.pay.common.http.HttpStringEntity
构造器
HttpStringEntity(Map<String, Object>, Map<String, String>) - Constructor for class com.egzosn.pay.common.http.HttpStringEntity
构造器
HttpStringEntity(Map<String, Object>, ContentType) - Constructor for class com.egzosn.pay.common.http.HttpStringEntity
构造器
HttpStringEntity(Map<String, Object>, String) - Constructor for class com.egzosn.pay.common.http.HttpStringEntity
构造器
HttpStringEntity(Map<String, Object>, Charset) - Constructor for class com.egzosn.pay.common.http.HttpStringEntity
构造器
HttpStringEntity(Map<String, Object>) - Constructor for class com.egzosn.pay.common.http.HttpStringEntity
构造器
HttpStringEntity(String, ContentType) - Constructor for class com.egzosn.pay.common.http.HttpStringEntity
构造器
HttpStringEntity(String, String) - Constructor for class com.egzosn.pay.common.http.HttpStringEntity
构造器
HttpStringEntity(String, Charset) - Constructor for class com.egzosn.pay.common.http.HttpStringEntity
构造器
HttpStringEntity(String, Header...) - Constructor for class com.egzosn.pay.common.http.HttpStringEntity
构造器
HttpStringEntity(String, Map<String, String>) - Constructor for class com.egzosn.pay.common.http.HttpStringEntity
构造器

I

index() - Method in class com.egzosn.pay.demo.controller.PayController
 
init() - Method in class com.egzosn.pay.demo.controller.AliPayController
 
init() - Method in class com.egzosn.pay.demo.controller.PayoneerPayController
 
init() - Method in class com.egzosn.pay.demo.controller.PayPalPayController
 
init() - Method in class com.egzosn.pay.demo.controller.UnionPayController
 
init() - Method in class com.egzosn.pay.demo.controller.WxPayController
 
init(ApyAccount) - Method in class com.egzosn.pay.demo.service.PayResponse
初始化支付配置
initPrivateSignCert(String, String, String) - Method in class com.egzosn.pay.common.util.sign.CertDescriptor
将签名私钥证书文件读取为证书存储对象
initPrivateSignCert(InputStream, String, String) - Method in class com.egzosn.pay.common.util.sign.CertDescriptor
将签名私钥证书文件读取为证书存储对象
initPublicCert(String) - Method in class com.egzosn.pay.common.util.sign.CertDescriptor
加载中级证书
initPublicCert(InputStream) - Method in class com.egzosn.pay.common.util.sign.CertDescriptor
加载中级证书
initRootCert(String) - Method in class com.egzosn.pay.common.util.sign.CertDescriptor
加载根证书
initRootCert(InputStream) - Method in class com.egzosn.pay.common.util.sign.CertDescriptor
加载根证书
inputStream2Bean(InputStream, Class<T>) - Static method in class com.egzosn.pay.common.util.XML
xml 解析成对应的对象
inputStream2Map(InputStream, Map) - Static method in class com.egzosn.pay.common.util.XML
 
intercept(PayMessage, Map<String, Object>, PayService) - Method in interface com.egzosn.pay.common.api.PayMessageInterceptor
拦截微信消息
intercept(PayMessage, Map<String, Object>, PayService) - Method in class com.egzosn.pay.demo.service.interceptor.AliPayMessageInterceptor
拦截支付消息
intercept(PayMessage, Map<String, Object>, PayService) - Method in class com.egzosn.pay.demo.service.interceptor.YoudianPayMessageInterceptor
拦截支付消息
interceptor(PayMessageInterceptor) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
设置消息拦截器
interceptor(PayMessageInterceptor, PayMessageInterceptor...) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
设置消息拦截器
interceptors - Variable in class com.egzosn.pay.common.api.BasePayService
支付消息拦截器
intToBytes(int) - Static method in class com.egzosn.pay.common.util.Util
整形转换成网络传输的字节流(字节数组)型数据
isAccessTokenExpired() - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
isAccessTokenExpired() - Method in interface com.egzosn.pay.common.api.PayConfigStorage
访问令牌是否过期
isAsync() - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
isBlank(CharSequence) - Static method in class com.egzosn.pay.common.util.str.StringUtils
Checks if a CharSequence is whitespace, empty ("") or null.
isCertSign() - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
isEmpty() - Method in class com.egzosn.pay.common.http.HttpStringEntity
 
isEmpty(CharSequence) - Static method in class com.egzosn.pay.common.util.str.StringUtils
Checks if a CharSequence is empty ("") or null.
isNotBlank(CharSequence) - Static method in class com.egzosn.pay.common.util.str.StringUtils
Checks if a CharSequence is not empty (""), not null and not whitespace only.
isNotEmpty(CharSequence) - Static method in class com.egzosn.pay.common.util.str.StringUtils
Checks if a CharSequence is not empty ("") and not null.
isNumber(String) - Method in class com.egzosn.pay.common.bean.PayMessage
 
isReEnter() - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
isReturn() - Method in enum com.egzosn.pay.wx.bean.WxTransactionType
是否直接返回
isTest() - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
isTest() - Method in interface com.egzosn.pay.common.api.PayConfigStorage
是否为测试环境, true测试环境
isTest() - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
iv - Static variable in class com.egzosn.pay.common.util.sign.encrypt.sm3.SM3
 

J

JSON() - Static method in class com.egzosn.pay.common.bean.PayOutMessage
获得Json消息builder
JsonBuilder - Class in com.egzosn.pay.common.bean.outbuilder
 
JsonBuilder(JSONObject) - Constructor for class com.egzosn.pay.common.bean.outbuilder.JsonBuilder
 

K

key2RValue(String, String) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
如果subject匹配该正则表达式
keyPublic(String) - Method in class com.egzosn.pay.wx.api.WxPayService
 

L

Links - Class in com.egzosn.pay.paypal.bean.order
 
Links() - Constructor for class com.egzosn.pay.paypal.bean.order.Links
Default Constructor
Links(String, String) - Constructor for class com.egzosn.pay.paypal.bean.order.Links
Parameterized Constructor
LOG - Variable in class com.egzosn.pay.common.api.BasePayService
 
LOG - Variable in class com.egzosn.pay.common.api.DefaultPayMessageHandler
 
LOG - Variable in class com.egzosn.pay.common.api.PayMessageRouter
 
LOG - Static variable in class com.egzosn.pay.common.http.ClientHttpRequest
 
LOG - Variable in class com.egzosn.pay.common.http.HttpRequestTemplate
 
log - Variable in class com.egzosn.pay.common.util.LogExceptionHandler
 
LOG - Static variable in class com.egzosn.pay.common.util.sign.CertDescriptor
 
log - Static variable in class com.egzosn.pay.common.util.sign.SecureUtil
 
LogExceptionHandler - Class in com.egzosn.pay.common.util
LogExceptionHandler 日志处理器
LogExceptionHandler() - Constructor for class com.egzosn.pay.common.util.LogExceptionHandler
 
login() - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
登录 并获取登陆信息(授权码)
longToBytes(long) - Static method in class com.egzosn.pay.common.util.Util
长整形转换成网络传输的字节流(字节数组)型数据

M

map2Xml(Map<String, Object>, Document, Element) - Static method in class com.egzosn.pay.common.util.XML
将Map转换为XML格式的字符串
MatrixToImageWriter - Class in com.egzosn.pay.common.util
二维码生成工具
maxRetryTimes - Variable in class com.egzosn.pay.common.api.BasePayService
 
mchntCd - Variable in class com.egzosn.pay.fuiou.api.FuiouPayConfigStorage
 
MD5 - Class in com.egzosn.pay.common.util.sign.encrypt
MD5签名工具
MD5() - Constructor for class com.egzosn.pay.common.util.sign.encrypt.MD5
 
MethodType - Enum in com.egzosn.pay.common.bean
 
microPay(PayOrder) - Method in class com.egzosn.pay.ali.api.AliPayService
pos主动扫码付款(条码付)
microPay(PayOrder) - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
刷卡付,pos主动扫码付款(条码付)
microPay(PayOrder) - Method in interface com.egzosn.pay.common.api.PayService
刷卡付,pos主动扫码付款(条码付)
microPay(BigDecimal, String) - Method in class com.egzosn.pay.demo.controller.AliPayController
刷卡付,pos主动扫码付款(条码付)
microPay(Integer, String, BigDecimal, String) - Method in class com.egzosn.pay.demo.controller.PayController
刷卡付,pos主动扫码付款(条码付)
microPay(BigDecimal, String) - Method in class com.egzosn.pay.demo.controller.PayoneerPayController
主动收款
microPay(BigDecimal, String) - Method in class com.egzosn.pay.demo.controller.UnionPayController
刷卡付,pos主动扫码付款(条码付) CONSUME
microPay(BigDecimal, String) - Method in class com.egzosn.pay.demo.controller.WxPayController
刷卡付,pos主动扫码付款(条码付)
microPay(PayOrder) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
暂未实现或无此功能
microPay(PayOrder) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
刷卡付,pos主动扫码付款(条码付)
microPay(PayOrder) - Method in class com.egzosn.pay.paypal.api.PayPalPayService
 
microPay(PayOrder) - Method in class com.egzosn.pay.union.api.UnionPayService
刷卡付,pos主动扫码付款(条码付)
microPay(PayOrder) - Method in class com.egzosn.pay.wx.api.WxPayService
刷卡付,pos主动扫码付款
microPay(PayOrder) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
暂未实现或无此功能
microPay(PayOrder) - Method in class com.egzosn.pay.yiji.api.YiJiPayService
pos主动扫码付款(条码付)
minutesRemaining(Date) - Static method in class com.egzosn.pay.common.util.DateUtils
剩余分钟数
MMDD - Static variable in class com.egzosn.pay.common.util.DateUtils
 
msgType(String) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
如果msgType等于某值
MsgType - Enum in com.egzosn.pay.common.bean
消息类型
msgType - Variable in class com.egzosn.pay.common.bean.PayOutMessage
 

N

newDocument() - Static method in class com.egzosn.pay.common.util.XML
 
newDocumentBuilder() - Static method in class com.egzosn.pay.common.util.XML
 
next() - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
规则结束,但是消息还会进入其他规则
NOTIFY_ID - Static variable in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
 

O

OK_RESP_CODE - Static variable in class com.egzosn.pay.union.bean.SDKConstants
 
Order - Class in com.egzosn.pay.paypal.bean.order
 
Order() - Constructor for class com.egzosn.pay.paypal.bean.order.Order
Default Constructor
Order(Amount) - Constructor for class com.egzosn.pay.paypal.bean.order.Order
Parameterized Constructor
orderInfo(PayOrder) - Method in class com.egzosn.pay.ali.api.AliPayService
返回创建的订单信息
orderInfo(PayOrder) - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
返回创建的订单信息
orderInfo(PayOrder) - Method in interface com.egzosn.pay.common.api.PayService
返回创建的订单信息
orderInfo(PayOrder) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
将支付请求参数加密成md5
orderInfo(PayOrder) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
返回创建的订单信息
orderInfo(PayOrder) - Method in class com.egzosn.pay.paypal.api.PayPalPayService
返回创建的订单信息
orderInfo(PayOrder) - Method in class com.egzosn.pay.union.api.UnionPayService
返回创建的订单信息
orderInfo(PayOrder) - Method in class com.egzosn.pay.wx.api.WxPayService
返回创建的订单信息
orderInfo(PayOrder) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
获取支付平台所需的订单信息
orderInfo(PayOrder) - Method in class com.egzosn.pay.yiji.api.YiJiPayService
返回创建的订单信息

P

padding(byte[], int) - Static method in class com.egzosn.pay.common.util.sign.encrypt.sm3.SM3
对最后一个分组字节数据padding
param_accessType - Static variable in class com.egzosn.pay.union.bean.SDKConstants
接入类型.
param_accNo - Static variable in class com.egzosn.pay.union.bean.SDKConstants
账号.
param_accType - Static variable in class com.egzosn.pay.union.bean.SDKConstants
账户类型.
param_acqInsCode - Static variable in class com.egzosn.pay.union.bean.SDKConstants
收单机构代码.
param_activateStatus - Static variable in class com.egzosn.pay.union.bean.SDKConstants
开通状态.
param_additionalDistrictCode - Static variable in class com.egzosn.pay.union.bean.SDKConstants
附加地区代码.
param_backUrl - Static variable in class com.egzosn.pay.union.bean.SDKConstants
后台通知地址.
param_balance - Static variable in class com.egzosn.pay.union.bean.SDKConstants
余额.
param_batchNo - Static variable in class com.egzosn.pay.union.bean.SDKConstants
批次号.
param_billAmt - Static variable in class com.egzosn.pay.union.bean.SDKConstants
账单金额.
param_billAmtSign - Static variable in class com.egzosn.pay.union.bean.SDKConstants
账单金额符号.
param_billDetailInfo - Static variable in class com.egzosn.pay.union.bean.SDKConstants
账单详情.
param_billMonth - Static variable in class com.egzosn.pay.union.bean.SDKConstants
账单月份.
param_billNo - Static variable in class com.egzosn.pay.union.bean.SDKConstants
账单号码.
param_billQueryInfo - Static variable in class com.egzosn.pay.union.bean.SDKConstants
账单查询要素.
param_billType - Static variable in class com.egzosn.pay.union.bean.SDKConstants
账单类型.
param_bindId - Static variable in class com.egzosn.pay.union.bean.SDKConstants
绑定标识号.
param_bindInfoList - Static variable in class com.egzosn.pay.union.bean.SDKConstants
绑定信息集.
param_bindInfoQty - Static variable in class com.egzosn.pay.union.bean.SDKConstants
绑定信息条数.
param_bizType - Static variable in class com.egzosn.pay.union.bean.SDKConstants
业务类型.
param_certId - Static variable in class com.egzosn.pay.union.bean.SDKConstants
证书ID.
param_certType - Static variable in class com.egzosn.pay.union.bean.SDKConstants
证书类型
param_channelType - Static variable in class com.egzosn.pay.union.bean.SDKConstants
渠道类型
param_checkFlag - Static variable in class com.egzosn.pay.union.bean.SDKConstants
验证标识.
param_commodityCategory - Static variable in class com.egzosn.pay.union.bean.SDKConstants
商品总类.
param_commodityName - Static variable in class com.egzosn.pay.union.bean.SDKConstants
商品名称.
param_commodityQty - Static variable in class com.egzosn.pay.union.bean.SDKConstants
商品数量.
param_commodityUnitPrice - Static variable in class com.egzosn.pay.union.bean.SDKConstants
商品单价.
param_commodityUrl - Static variable in class com.egzosn.pay.union.bean.SDKConstants
商品URL.
param_csMerId - Static variable in class com.egzosn.pay.union.bean.SDKConstants
Cupsecure 商户代码.
param_currencyCode - Static variable in class com.egzosn.pay.union.bean.SDKConstants
币种.
param_customerInfo - Static variable in class com.egzosn.pay.union.bean.SDKConstants
持卡人信息.
param_customerIp - Static variable in class com.egzosn.pay.union.bean.SDKConstants
持卡人IP.
param_customPayType - Static variable in class com.egzosn.pay.union.bean.SDKConstants
自定义支付方式.
param_defaultPayType - Static variable in class com.egzosn.pay.union.bean.SDKConstants
默认支付方式.
param_districtCode - Static variable in class com.egzosn.pay.union.bean.SDKConstants
地区代码.
param_encoding - Static variable in class com.egzosn.pay.union.bean.SDKConstants
编码方式.
param_encryptCertId - Static variable in class com.egzosn.pay.union.bean.SDKConstants
加密证书ID.
param_encryptPubKeyCert - Static variable in class com.egzosn.pay.union.bean.SDKConstants
加密公钥证书
param_exchangeDate - Static variable in class com.egzosn.pay.union.bean.SDKConstants
兑换日期.
param_exchangeRate - Static variable in class com.egzosn.pay.union.bean.SDKConstants
清算汇率.
param_fileContent - Static variable in class com.egzosn.pay.union.bean.SDKConstants
批量文件内容.
param_fileName - Static variable in class com.egzosn.pay.union.bean.SDKConstants
文件名称.
param_fileType - Static variable in class com.egzosn.pay.union.bean.SDKConstants
文件类型.
param_frontUrl - Static variable in class com.egzosn.pay.union.bean.SDKConstants
前台通知地址 .
param_ICTransData - Static variable in class com.egzosn.pay.union.bean.SDKConstants
IC卡交易信息域
param_instalRate - Static variable in class com.egzosn.pay.union.bean.SDKConstants
分期付款手续费率
param_interactMode - Static variable in class com.egzosn.pay.union.bean.SDKConstants
交互模式.
param_isPreAuth - Static variable in class com.egzosn.pay.union.bean.SDKConstants
是否预授权.
param_issInsCode - Static variable in class com.egzosn.pay.union.bean.SDKConstants
发卡机构代码.
param_issuerIdentifyMode - Static variable in class com.egzosn.pay.union.bean.SDKConstants
发卡机构识别模式.
param_mchntFeeSubsidy - Static variable in class com.egzosn.pay.union.bean.SDKConstants
分期付款手续费率
param_merAbbr - Static variable in class com.egzosn.pay.union.bean.SDKConstants
商户简称.
param_merCatCode - Static variable in class com.egzosn.pay.union.bean.SDKConstants
商户类别.
param_merId - Static variable in class com.egzosn.pay.union.bean.SDKConstants
商户代码.
param_merName - Static variable in class com.egzosn.pay.union.bean.SDKConstants
商户名称.
param_merNote - Static variable in class com.egzosn.pay.union.bean.SDKConstants
商户摘要.
param_merType - Static variable in class com.egzosn.pay.union.bean.SDKConstants
商户类型.
param_merUserEmail - Static variable in class com.egzosn.pay.union.bean.SDKConstants
商户端用户注册邮箱.
param_merUserId - Static variable in class com.egzosn.pay.union.bean.SDKConstants
商户端用户号.
param_merUserRegDt - Static variable in class com.egzosn.pay.union.bean.SDKConstants
商户端用户注册时间.
param_orderId - Static variable in class com.egzosn.pay.union.bean.SDKConstants
商户订单号.
param_orderTimeoutInterval - Static variable in class com.egzosn.pay.union.bean.SDKConstants
订单超时时间间隔.
param_origOrderId - Static variable in class com.egzosn.pay.union.bean.SDKConstants
 
param_origQryId - Static variable in class com.egzosn.pay.union.bean.SDKConstants
原交易查询流水号.
param_origRespCode - Static variable in class com.egzosn.pay.union.bean.SDKConstants
原交易应答码.
param_origRespMsg - Static variable in class com.egzosn.pay.union.bean.SDKConstants
原交易应答信息.
param_origTxnTime - Static variable in class com.egzosn.pay.union.bean.SDKConstants
 
param_payCardType - Static variable in class com.egzosn.pay.union.bean.SDKConstants
支付卡类型.
param_payTimeout - Static variable in class com.egzosn.pay.union.bean.SDKConstants
支付超时时间.
param_payType - Static variable in class com.egzosn.pay.union.bean.SDKConstants
支付方式.
param_qrCode - Static variable in class com.egzosn.pay.union.bean.SDKConstants
二维码url
param_qrNo - Static variable in class com.egzosn.pay.union.bean.SDKConstants
C2B码,1-20位数字
param_queryId - Static variable in class com.egzosn.pay.union.bean.SDKConstants
查询流水号.
param_reqReserved - Static variable in class com.egzosn.pay.union.bean.SDKConstants
请求方保留域.
param_reserved - Static variable in class com.egzosn.pay.union.bean.SDKConstants
保留域.
param_respCode - Static variable in class com.egzosn.pay.union.bean.SDKConstants
应答码.
param_respMsg - Static variable in class com.egzosn.pay.union.bean.SDKConstants
应答码信息.
param_respTime - Static variable in class com.egzosn.pay.union.bean.SDKConstants
响应时间.
param_riskCtrlInfo - Static variable in class com.egzosn.pay.union.bean.SDKConstants
风控信息域
param_riskLevel - Static variable in class com.egzosn.pay.union.bean.SDKConstants
风险级别.
param_securityType - Static variable in class com.egzosn.pay.union.bean.SDKConstants
安全类型
param_settleAmt - Static variable in class com.egzosn.pay.union.bean.SDKConstants
清算金额.
param_settleCurrencyCode - Static variable in class com.egzosn.pay.union.bean.SDKConstants
清算币种.
param_settleDate - Static variable in class com.egzosn.pay.union.bean.SDKConstants
清算日期.
param_shippingCityCode - Static variable in class com.egzosn.pay.union.bean.SDKConstants
收货地址-市.
param_shippingCountryCode - Static variable in class com.egzosn.pay.union.bean.SDKConstants
收货地址-国家.
param_shippingDistrictCode - Static variable in class com.egzosn.pay.union.bean.SDKConstants
收货地址-地区.
param_shippingFlag - Static variable in class com.egzosn.pay.union.bean.SDKConstants
物流标识.
param_shippingProvinceCode - Static variable in class com.egzosn.pay.union.bean.SDKConstants
收货地址-省.
param_shippingStreet - Static variable in class com.egzosn.pay.union.bean.SDKConstants
收货地址-详细.
param_signature - Static variable in class com.egzosn.pay.union.bean.SDKConstants
签名.
param_signMethod - Static variable in class com.egzosn.pay.union.bean.SDKConstants
签名方法.
param_signPubKeyCert - Static variable in class com.egzosn.pay.union.bean.SDKConstants
签名公钥证书
param_smsType - Static variable in class com.egzosn.pay.union.bean.SDKConstants
短信类型
param_subMerAbbr - Static variable in class com.egzosn.pay.union.bean.SDKConstants
二级商户简称.
param_subMerId - Static variable in class com.egzosn.pay.union.bean.SDKConstants
二级商户代码.
param_subMerName - Static variable in class com.egzosn.pay.union.bean.SDKConstants
二级商户名称.
param_supPayType - Static variable in class com.egzosn.pay.union.bean.SDKConstants
支持支付方式.
param_termId - Static variable in class com.egzosn.pay.union.bean.SDKConstants
终端号.
param_termType - Static variable in class com.egzosn.pay.union.bean.SDKConstants
终端类型.
param_tn - Static variable in class com.egzosn.pay.union.bean.SDKConstants
银联订单号
param_totalAmt - Static variable in class com.egzosn.pay.union.bean.SDKConstants
总金额.
param_totalQty - Static variable in class com.egzosn.pay.union.bean.SDKConstants
总笔数.
param_traceNo - Static variable in class com.egzosn.pay.union.bean.SDKConstants
系统跟踪号.
param_traceTime - Static variable in class com.egzosn.pay.union.bean.SDKConstants
交易传输时间.
param_txnAmt - Static variable in class com.egzosn.pay.union.bean.SDKConstants
交易金额.
param_txnSendTime - Static variable in class com.egzosn.pay.union.bean.SDKConstants
发送时间.
param_txnSubType - Static variable in class com.egzosn.pay.union.bean.SDKConstants
交易子类.
param_txnTime - Static variable in class com.egzosn.pay.union.bean.SDKConstants
交易时间.
param_txnType - Static variable in class com.egzosn.pay.union.bean.SDKConstants
交易类型.
param_userMac - Static variable in class com.egzosn.pay.union.bean.SDKConstants
用户MAC、IMEI串号、SSID.
param_version - Static variable in class com.egzosn.pay.union.bean.SDKConstants
版本号.
param_VPCTransData - Static variable in class com.egzosn.pay.union.bean.SDKConstants
VPC交易信息域
parameters2MD5Str(Object, String) - Static method in enum com.egzosn.pay.common.util.sign.SignUtils
将参数集合(事前做好排序)按分割符号拼凑字符串并加密为MD5 example: mchnt_cd+"|" +order_id+"|"+order_amt+"|"+order_pay_type+"|"+page_notify_url+"|"+back_notify_url+"|"+order_valid_time+"|"+iss_ins_cd+"|"+goods_name+"|"+"+goods_display_url+"|"+rem+"|"+ver+"|"+mchnt_key
parameterText(Map) - Static method in enum com.egzosn.pay.common.util.sign.SignUtils
把数组所有元素排序,并按照“参数=参数值”的模式用“@param separator”字符拼接成字符串
parameterText(Map, String) - Static method in enum com.egzosn.pay.common.util.sign.SignUtils
把数组所有元素排序,并按照“参数=参数值”的模式用“@param separator”字符拼接成字符串
parameterText(Map, String, String...) - Static method in enum com.egzosn.pay.common.util.sign.SignUtils
把数组所有元素排序,并按照“参数=参数值”的模式用“@param separator”字符拼接成字符串
parseToInt(String, int, int) - Static method in class com.egzosn.pay.common.util.Util
将一个字符串转换为int
parseToInt(String, int) - Static method in class com.egzosn.pay.common.util.Util
将一个十进制形式的数字字符串转换为int
PASSBACK_PARAMS - Static variable in class com.egzosn.pay.ali.api.AliPayService
附加参数
patchHexString(String, int) - Static method in class com.egzosn.pay.common.util.Util
HEX字符串前补0,主要用于长度位数不足。
payBack(Map<String, String[]>, InputStream) - Method in class com.egzosn.pay.common.api.BasePayService
将请求参数或者请求流转化为 Map
payBack(Map<String, String[]>, InputStream) - Method in interface com.egzosn.pay.common.api.PayService
将请求参数或者请求流转化为 Map
payBack(HttpServletRequest) - Method in class com.egzosn.pay.demo.controller.AliPayController
支付回调地址
payBack(HttpServletRequest, Integer) - Method in class com.egzosn.pay.demo.controller.PayController
支付回调地址 方式二
payBack(HttpServletRequest) - Method in class com.egzosn.pay.demo.controller.PayoneerPayController
用户授权回调地址
payBack(HttpServletRequest) - Method in class com.egzosn.pay.demo.controller.PayPalPayController
支付回调地址
payBack(HttpServletRequest) - Method in class com.egzosn.pay.demo.controller.UnionPayController
支付回调地址
payBack(HttpServletRequest) - Method in class com.egzosn.pay.demo.controller.WxPayController
支付回调地址
payBackBefore(HttpServletRequest) - Method in class com.egzosn.pay.demo.controller.AliPayController
Deprecated.
payBackBefore(HttpServletRequest) - Method in class com.egzosn.pay.demo.controller.PayPalPayController
return url PayPal确认付款调用的接口 用户确认付款后,paypal调用的这个方法执行付款
payBackBefore(HttpServletRequest) - Method in class com.egzosn.pay.demo.controller.UnionPayController
Deprecated.
payBackBefore(HttpServletRequest) - Method in class com.egzosn.pay.demo.controller.WxPayController
Deprecated.
payBackOne(HttpServletRequest, Integer) - Method in class com.egzosn.pay.demo.controller.PayController
支付回调地址 方式一
payBank(Map<String, Object>, TransferOrder) - Method in class com.egzosn.pay.wx.api.WxPayService
转账到银行卡所需要参数
payConfigStorage - Variable in class com.egzosn.pay.common.api.BasePayService
 
PayConfigStorage - Interface in com.egzosn.pay.common.api
支付客户端配置存储
PayController - Class in com.egzosn.pay.demo.controller
发起支付入口
PayController() - Constructor for class com.egzosn.pay.demo.controller.PayController
 
Payee - Class in com.egzosn.pay.paypal.bean.order
 
Payee() - Constructor for class com.egzosn.pay.paypal.bean.order.Payee
Default Constructor
Payer - Class in com.egzosn.pay.paypal.bean.order
 
Payer() - Constructor for class com.egzosn.pay.paypal.bean.order.Payer
 
PayError - Interface in com.egzosn.pay.common.bean.result
支付错误码说明
PayErrorException - Exception in com.egzosn.pay.common.exception
 
PayErrorException(PayError) - Constructor for exception com.egzosn.pay.common.exception.PayErrorException
 
PayErrorExceptionHandler - Interface in com.egzosn.pay.common.api
PayErrorExceptionHandler处理器
PayException - Class in com.egzosn.pay.common.bean.result
支付异常
PayException(String, String) - Constructor for class com.egzosn.pay.common.bean.result.PayException
 
PayException(String, String, String) - Constructor for class com.egzosn.pay.common.bean.result.PayException
 
PayJsonOutMessage - Class in com.egzosn.pay.common.bean.outbuilder
 
PayJsonOutMessage() - Constructor for class com.egzosn.pay.common.bean.outbuilder.PayJsonOutMessage
 
Payment - Class in com.egzosn.pay.paypal.bean.order
贝宝付款订单
Payment() - Constructor for class com.egzosn.pay.paypal.bean.order.Payment
 
PayMessage - Class in com.egzosn.pay.common.bean
支付回调消息 基础实现,具体可根据具体支付回调的消息去实现
PayMessage(Map<String, Object>) - Constructor for class com.egzosn.pay.common.bean.PayMessage
 
PayMessage(Map<String, Object>, String, String) - Constructor for class com.egzosn.pay.common.bean.PayMessage
 
PayMessage(Map<String, Object>, String, String, String) - Constructor for class com.egzosn.pay.common.bean.PayMessage
 
PayMessageHandler - Interface in com.egzosn.pay.common.api
处理支付回调消息的处理器接口
PayMessageInterceptor - Interface in com.egzosn.pay.common.api
支付消息拦截器,可以用来做验证等等,使用者想怎么用就怎么用吧,你也可以选择不用
PayMessageRouter - Class in com.egzosn.pay.common.api
支付消息路由器,通过代码化的配置,把来自支付的消息交给handler处理 说明: 1.
PayMessageRouter(PayService) - Constructor for class com.egzosn.pay.common.api.PayMessageRouter
根据支付服务创建路由
PayMessageRouterRule - Class in com.egzosn.pay.common.api
Route规则 路由
PayMessageRouterRule(PayMessageRouter) - Constructor for class com.egzosn.pay.common.api.PayMessageRouterRule
 
PayoneerConfigStorage - Class in com.egzosn.pay.payoneer.api
Payoneer P卡 支付 配置
PayoneerConfigStorage() - Constructor for class com.egzosn.pay.payoneer.api.PayoneerConfigStorage
 
PayoneerMessageHandler - Class in com.egzosn.pay.demo.service.handler
 
PayoneerMessageHandler(Integer) - Constructor for class com.egzosn.pay.demo.service.handler.PayoneerMessageHandler
 
PayoneerPayController - Class in com.egzosn.pay.demo.controller
 
PayoneerPayController() - Constructor for class com.egzosn.pay.demo.controller.PayoneerPayController
 
PayoneerPayService - Class in com.egzosn.pay.payoneer.api
payoneer业务逻辑
PayoneerPayService(PayoneerConfigStorage) - Constructor for class com.egzosn.pay.payoneer.api.PayoneerPayService
 
PayoneerPayService(PayoneerConfigStorage, HttpConfigStorage) - Constructor for class com.egzosn.pay.payoneer.api.PayoneerPayService
 
PayoneerTransactionType - Enum in com.egzosn.pay.payoneer.bean
支付类型
PayOrder - Class in com.egzosn.pay.common.bean
支付订单信息
PayOrder() - Constructor for class com.egzosn.pay.common.bean.PayOrder
 
PayOrder(String, String, BigDecimal, String, TransactionType) - Constructor for class com.egzosn.pay.common.bean.PayOrder
 
PayOrder(String, String, BigDecimal, String) - Constructor for class com.egzosn.pay.common.bean.PayOrder
 
PayOutMessage - Class in com.egzosn.pay.common.bean
支付回调通知返回消息
PayOutMessage() - Constructor for class com.egzosn.pay.common.bean.PayOutMessage
 
PayPalConfigStorage - Class in com.egzosn.pay.paypal.api
贝宝支付配置存储
PayPalConfigStorage() - Constructor for class com.egzosn.pay.paypal.api.PayPalConfigStorage
 
PayPalPayController - Class in com.egzosn.pay.demo.controller
发起支付入口
PayPalPayController() - Constructor for class com.egzosn.pay.demo.controller.PayPalPayController
 
PayPalPayMessageHandler - Class in com.egzosn.pay.demo.service.handler
PayPal支付回调处理器 Created by ZaoSheng on 2016/6/1.
PayPalPayMessageHandler() - Constructor for class com.egzosn.pay.demo.service.handler.PayPalPayMessageHandler
 
PayPalPayService - Class in com.egzosn.pay.paypal.api
贝宝支付配置存储
PayPalPayService(PayPalConfigStorage) - Constructor for class com.egzosn.pay.paypal.api.PayPalPayService
 
PayPalTransactionType - Enum in com.egzosn.pay.paypal.bean
贝宝交易类型
PayResponse - Class in com.egzosn.pay.demo.service
支付响应对象
PayResponse() - Constructor for class com.egzosn.pay.demo.service.PayResponse
 
PayService<PC extends PayConfigStorage> - Interface in com.egzosn.pay.common.api
支付服务
PayTextOutMessage - Class in com.egzosn.pay.common.bean.outbuilder
 
PayTextOutMessage() - Constructor for class com.egzosn.pay.common.bean.outbuilder.PayTextOutMessage
 
payType(String) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
如果payType等于某值
PayType - Enum in com.egzosn.pay.demo.entity
支付类型
PayXmlOutMessage - Class in com.egzosn.pay.common.bean.outbuilder
 
PayXmlOutMessage() - Constructor for class com.egzosn.pay.common.bean.outbuilder.PayXmlOutMessage
 
perform(Map<String, Object>) - Method in interface com.egzosn.pay.common.api.Callback
执行者
Phone - Class in com.egzosn.pay.paypal.bean.order
 
Phone() - Constructor for class com.egzosn.pay.paypal.bean.order.Phone
Default Constructor
Phone(String, String) - Constructor for class com.egzosn.pay.paypal.bean.order.Phone
Parameterized Constructor
postForObject(String, Object, Class<T>, Object...) - Method in class com.egzosn.pay.common.http.HttpRequestTemplate
post
postForObject(String, Object, Class<T>, Map<String, Object>) - Method in class com.egzosn.pay.common.http.HttpRequestTemplate
 
postForObject(URI, Object, Class<T>) - Method in class com.egzosn.pay.common.http.HttpRequestTemplate
 
printHexString(byte[]) - Static method in class com.egzosn.pay.common.util.Util
打印十六进制字符串
PRODUCT_CODE - Static variable in class com.egzosn.pay.ali.api.AliPayService
产品代码
programId - Variable in class com.egzosn.pay.payoneer.api.PayoneerConfigStorage
商户Id

Q

query(String, String) - Method in class com.egzosn.pay.ali.api.AliPayService
交易查询接口
query(String, String) - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
交易查询接口
query(String, String, Callback<T>) - Method in class com.egzosn.pay.common.api.BasePayService
交易查询接口,带处理器
query(String, String) - Method in interface com.egzosn.pay.common.api.PayService
交易查询接口
query(String, String, Callback<T>) - Method in interface com.egzosn.pay.common.api.PayService
交易查询接口,带处理器
query(QueryOrder) - Method in class com.egzosn.pay.demo.controller.AliPayController
查询
query(QueryOrder) - Method in class com.egzosn.pay.demo.controller.PayController
查询
query(QueryOrder) - Method in class com.egzosn.pay.demo.controller.PayoneerPayController
查询
query(QueryOrder) - Method in class com.egzosn.pay.demo.controller.UnionPayController
查询
query(QueryOrder) - Method in class com.egzosn.pay.demo.controller.WxPayController
查询
query(String, String) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
交易查询接口
query(String, String) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
交易查询接口
query(String, String) - Method in class com.egzosn.pay.paypal.api.PayPalPayService
交易查询接口
query(String, String) - Method in class com.egzosn.pay.union.api.UnionPayService
交易查询接口
query(String, String) - Method in class com.egzosn.pay.wx.api.WxPayService
交易查询接口
query(String, String) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
交易查询接口
query(String, String) - Method in class com.egzosn.pay.yiji.api.YiJiPayService
交易查询接口
QueryOrder - Class in com.egzosn.pay.demo.request
订单辅助接口
QueryOrder() - Constructor for class com.egzosn.pay.demo.request.QueryOrder
 

R

randomStr() - Static method in enum com.egzosn.pay.common.util.sign.SignUtils
获取随机字符串
RedirectUrls - Class in com.egzosn.pay.paypal.bean.order
 
RedirectUrls() - Constructor for class com.egzosn.pay.paypal.bean.order.RedirectUrls
Default Constructor
refund(String, String, BigDecimal, BigDecimal) - Method in class com.egzosn.pay.ali.api.AliPayService
refund(RefundOrder) - Method in class com.egzosn.pay.ali.api.AliPayService
申请退款接口
refund(String, String, BigDecimal, BigDecimal) - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
refund(RefundOrder) - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
申请退款接口
refund(String, String, BigDecimal, BigDecimal, Callback<T>) - Method in class com.egzosn.pay.common.api.BasePayService
Deprecated.
refund(RefundOrder, Callback<T>) - Method in class com.egzosn.pay.common.api.BasePayService
申请退款接口
refund(String, String, BigDecimal, BigDecimal) - Method in interface com.egzosn.pay.common.api.PayService
Deprecated.
refund(String, String, BigDecimal, BigDecimal, Callback<T>) - Method in interface com.egzosn.pay.common.api.PayService
Deprecated.
refund(RefundOrder) - Method in interface com.egzosn.pay.common.api.PayService
申请退款接口
refund(RefundOrder, Callback<T>) - Method in interface com.egzosn.pay.common.api.PayService
申请退款接口
refund(RefundOrder) - Method in class com.egzosn.pay.demo.controller.AliPayController
申请退款接口
refund(Integer, RefundOrder) - Method in class com.egzosn.pay.demo.controller.PayController
申请退款接口
refund(RefundOrder) - Method in class com.egzosn.pay.demo.controller.PayoneerPayController
申请退款接口
refund() - Method in class com.egzosn.pay.demo.controller.PayPalPayController
申请退款接口
refund(RefundOrder) - Method in class com.egzosn.pay.demo.controller.UnionPayController
申请退款接口
refund(RefundOrder) - Method in class com.egzosn.pay.demo.controller.WxPayController
申请退款接口
refund(String, String, BigDecimal, BigDecimal) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
申请退款接口
refund(RefundOrder) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
申请退款接口
refund(String, String, BigDecimal, BigDecimal) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
申请退款接口 废弃
refund(RefundOrder) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
申请退款接口
refund(String, String, BigDecimal, BigDecimal) - Method in class com.egzosn.pay.paypal.api.PayPalPayService
refund(RefundOrder) - Method in class com.egzosn.pay.paypal.api.PayPalPayService
申请退款接口
Refund - Class in com.egzosn.pay.paypal.bean.order
 
Refund() - Constructor for class com.egzosn.pay.paypal.bean.order.Refund
Default Constructor
refund(String, String, BigDecimal, BigDecimal) - Method in class com.egzosn.pay.union.api.UnionPayService
Deprecated.
refund(RefundOrder) - Method in class com.egzosn.pay.union.api.UnionPayService
 
refund(String, String, BigDecimal, BigDecimal) - Method in class com.egzosn.pay.wx.api.WxPayService
Deprecated.
refund(RefundOrder) - Method in class com.egzosn.pay.wx.api.WxPayService
申请退款接口
refund(String, String, BigDecimal, BigDecimal) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
 
refund(RefundOrder) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
 
refund(String, String, BigDecimal, BigDecimal) - Method in class com.egzosn.pay.yiji.api.YiJiPayService
refund(RefundOrder) - Method in class com.egzosn.pay.yiji.api.YiJiPayService
申请退款接口
RefundOrder - Class in com.egzosn.pay.common.bean
退款订单信息
RefundOrder() - Constructor for class com.egzosn.pay.common.bean.RefundOrder
 
RefundOrder(String, String, BigDecimal) - Constructor for class com.egzosn.pay.common.bean.RefundOrder
 
RefundOrder(String, String, BigDecimal, BigDecimal) - Constructor for class com.egzosn.pay.common.bean.RefundOrder
 
RefundOrder(String, String, String, BigDecimal, BigDecimal) - Constructor for class com.egzosn.pay.common.bean.RefundOrder
 
refundquery(String, String) - Method in class com.egzosn.pay.ali.api.AliPayService
查询退款
refundquery(RefundOrder) - Method in class com.egzosn.pay.ali.api.AliPayService
查询退款
refundquery(String, String) - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
查询退款
refundquery(RefundOrder) - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
查询退款
refundquery(String, String, Callback<T>) - Method in class com.egzosn.pay.common.api.BasePayService
查询退款
refundquery(RefundOrder, Callback<T>) - Method in class com.egzosn.pay.common.api.BasePayService
查询退款
refundquery(String, String) - Method in interface com.egzosn.pay.common.api.PayService
Deprecated.
refundquery(String, String, Callback<T>) - Method in interface com.egzosn.pay.common.api.PayService
Deprecated.
refundquery(RefundOrder) - Method in interface com.egzosn.pay.common.api.PayService
查询退款
refundquery(RefundOrder, Callback<T>) - Method in interface com.egzosn.pay.common.api.PayService
查询退款
refundquery(QueryOrder) - Method in class com.egzosn.pay.demo.controller.AliPayController
查询退款
refundquery(QueryOrder) - Method in class com.egzosn.pay.demo.controller.PayController
查询退款
refundquery(QueryOrder) - Method in class com.egzosn.pay.demo.controller.UnionPayController
查询退款
refundquery(QueryOrder) - Method in class com.egzosn.pay.demo.controller.WxPayController
查询退款
refundquery(String, String) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
查询退款
refundquery(RefundOrder) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
查询退款
refundquery(String, String) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
查询退款
refundquery(RefundOrder) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
查询退款
refundquery(String, String) - Method in class com.egzosn.pay.paypal.api.PayPalPayService
查询退款
refundquery(RefundOrder) - Method in class com.egzosn.pay.paypal.api.PayPalPayService
查询退款
refundquery(String, String) - Method in class com.egzosn.pay.union.api.UnionPayService
查询退款
refundquery(RefundOrder) - Method in class com.egzosn.pay.union.api.UnionPayService
查询退款
refundquery(String, String) - Method in class com.egzosn.pay.wx.api.WxPayService
查询退款
refundquery(RefundOrder) - Method in class com.egzosn.pay.wx.api.WxPayService
查询退款
refundquery(String, String) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
 
refundquery(RefundOrder) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
查询退款
refundquery(String, String) - Method in class com.egzosn.pay.yiji.api.YiJiPayService
查询退款
refundquery(RefundOrder) - Method in class com.egzosn.pay.yiji.api.YiJiPayService
查询退款
RelatedResources - Class in com.egzosn.pay.paypal.bean.order
 
RelatedResources() - Constructor for class com.egzosn.pay.paypal.bean.order.RelatedResources
Default Constructor
RELEASE_DOMAIN - Static variable in class com.egzosn.pay.payoneer.api.PayoneerPayService
正式地址
remainingDays(Date) - Static method in class com.egzosn.pay.common.util.DateUtils
剩余天数
remainingHours(Date) - Static method in class com.egzosn.pay.common.util.DateUtils
剩余小时
requestIsEmpty(Map<String, Object>) - Method in class com.egzosn.pay.common.http.HttpStringEntity
 
requestIsEmpty(String) - Method in class com.egzosn.pay.common.http.HttpStringEntity
 
requestTemplate - Variable in class com.egzosn.pay.common.api.BasePayService
 
reset() - Method in class com.egzosn.pay.common.util.sign.encrypt.sm3.SM3Digest
重置
retrySleepMillis - Variable in class com.egzosn.pay.common.api.BasePayService
 
RETURN_CODE - Static variable in class com.egzosn.pay.wx.api.WxPayService
 
RETURN_URL - Static variable in class com.egzosn.pay.ali.api.AliPayService
返回地址
rotateLeft(int, int) - Static method in class com.egzosn.pay.common.util.sign.encrypt.sm3.SM3
 
route(PayMessage) - Method in class com.egzosn.pay.common.api.PayMessageRouter
处理支付消息
RSA - Class in com.egzosn.pay.common.util.sign.encrypt
RSA
RSA() - Constructor for class com.egzosn.pay.common.util.sign.encrypt.RSA
 
RSA2 - Class in com.egzosn.pay.common.util.sign.encrypt
 
RSA2() - Constructor for class com.egzosn.pay.common.util.sign.encrypt.RSA2
 
rSubject(String) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
如果subject匹配该正则表达式
rule() - Method in class com.egzosn.pay.common.api.PayMessageRouter
开始一个新的Route规则

S

SANDBOX_DOMAIN - Static variable in class com.egzosn.pay.payoneer.api.PayoneerPayService
测试地址
SANDBOXNEW - Static variable in class com.egzosn.pay.wx.api.WxPayService
沙箱
SDKConstants - Class in com.egzosn.pay.union.bean
acpsdk常量类 date 2016-7-22 下午4:05:54
SDKConstants() - Constructor for class com.egzosn.pay.union.bean.SDKConstants
 
secondaryInterface(Object, String, TransactionType) - Method in class com.egzosn.pay.ali.api.AliPayService
 
secondaryInterface(Object, String, TransactionType) - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
 
secondaryInterface(Object, String, TransactionType, Callback<T>) - Method in class com.egzosn.pay.common.api.BasePayService
 
secondaryInterface(Object, String, TransactionType) - Method in interface com.egzosn.pay.common.api.PayService
通用查询接口
secondaryInterface(Object, String, TransactionType, Callback<T>) - Method in interface com.egzosn.pay.common.api.PayService
通用查询接口
secondaryInterface(QueryOrder) - Method in class com.egzosn.pay.demo.controller.AliPayController
通用查询接口,根据 AliTransactionType 类型进行实现,此接口不包括退款
secondaryInterface(QueryOrder) - Method in class com.egzosn.pay.demo.controller.PayController
通用查询接口,根据 TransactionType 类型进行实现,此接口不包括退款
secondaryInterface(QueryOrder) - Method in class com.egzosn.pay.demo.controller.PayoneerPayController
通用查询接口,根据 PayoneerTransactionType 类型进行实现
secondaryInterface(QueryOrder) - Method in class com.egzosn.pay.demo.controller.WxPayController
通用查询接口,根据 WxTransactionType 类型进行实现,此接口不包括退款
secondaryInterface(Object, String, TransactionType) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
 
secondaryInterface(Object, String, TransactionType) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
 
secondaryInterface(Object, String, TransactionType) - Method in class com.egzosn.pay.paypal.api.PayPalPayService
 
secondaryInterface(Object, String, TransactionType) - Method in class com.egzosn.pay.union.api.UnionPayService
 
secondaryInterface(Object, String, TransactionType) - Method in class com.egzosn.pay.wx.api.WxPayService
 
secondaryInterface(Object, String, TransactionType) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
 
secondaryInterface(Object, String, TransactionType) - Method in class com.egzosn.pay.yiji.api.YiJiPayService
 
SecureUtil - Class in com.egzosn.pay.common.util.sign
 
SecureUtil() - Constructor for class com.egzosn.pay.common.util.sign.SecureUtil
 
seller - Variable in class com.egzosn.pay.wx.youdian.api.WxYouDianPayConfigStorage
账号
sendHttpRequest(BigDecimal) - Method in class com.egzosn.pay.demo.controller.UnionPayController
---业务实现例子2--- 功能:获取调起控件的tn号,支付结果等 业务类型:手机控件支付产品(WAP),
sendHttpRequest(PayOrder) - Method in class com.egzosn.pay.union.api.UnionPayService
功能:将订单信息进行签名并提交请求 业务范围:手机控件支付产品(WAP),
service(PayMessage, PayService, PayErrorExceptionHandler) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
返回支付响应消息
setAccessToken(String) - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
setAccessTokenLock(Lock) - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
setAccessType(String) - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
 
setAccountNumber(String) - Method in class com.egzosn.pay.paypal.bean.order.Payee
Unencrypted PayPal account Number of the Payee
setAcpMiddleCert(String) - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
设置中级证书
setAcpMiddleCert(InputStream) - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
设置中级证书
setAcpRootCert(String) - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
设置根证书
setAcpRootCert(InputStream) - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
设置根证书
setAddition(String) - Method in class com.egzosn.pay.common.bean.PayOrder
 
setAmount(BigDecimal) - Method in class com.egzosn.pay.common.bean.TransferOrder
 
setAmount(Amount) - Method in class com.egzosn.pay.paypal.bean.order.CartBase
Amount being collected.
setAmount(Amount) - Method in class com.egzosn.pay.paypal.bean.order.Order
Amount being collected.
setAmount(Amount) - Method in class com.egzosn.pay.paypal.bean.order.Refund
Details including both refunded amount (to payer) and refunded fee (to payee).
setApiPassword(String) - Method in class com.egzosn.pay.payoneer.api.PayoneerConfigStorage
设置PayoneerPay API password
setAppid(String) - Method in class com.egzosn.pay.ali.api.AliPayConfigStorage
 
setAppid(String) - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
setAppid(String) - Method in class com.egzosn.pay.wx.api.WxPayConfigStorage
 
setAsync(boolean) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
setAttach(Object) - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
setAttribute(Map<String, Object>, PayOrder) - Method in enum com.egzosn.pay.wx.bean.WxTransactionType
 
setAttribute(Map<String, Object>, PayOrder) - Method in enum com.egzosn.pay.yiji.bean.YiJiTransactionType
 
setAuthCode(String) - Method in class com.egzosn.pay.common.bean.PayOrder
 
setAuthPassword(String) - Method in class com.egzosn.pay.common.http.HttpConfigStorage
 
setAuthUsername(String) - Method in class com.egzosn.pay.common.http.HttpConfigStorage
 
setBank(Bank) - Method in class com.egzosn.pay.common.bean.TransferOrder
 
setBankType(String) - Method in class com.egzosn.pay.common.bean.PayOrder
 
setBatchNo(String) - Method in class com.egzosn.pay.common.bean.TransferOrder
 
setBillDate(Date) - Method in class com.egzosn.pay.demo.request.QueryOrder
 
setBillType(String) - Method in class com.egzosn.pay.demo.request.QueryOrder
 
setBody(String) - Method in class com.egzosn.pay.common.bean.PayOrder
 
setCancelUrl(String) - Method in class com.egzosn.pay.paypal.api.PayPalConfigStorage
设置取消页面的url
setCancelUrl(String) - Method in class com.egzosn.pay.paypal.bean.order.RedirectUrls
Url where the payer would be redirected to after canceling the payment.
setCaptureId(String) - Method in class com.egzosn.pay.paypal.bean.order.Refund
ID of the sale transaction being refunded.
setCart(String) - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
setCertSign(boolean) - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
setCertStoreType(CertStoreType) - Method in class com.egzosn.pay.common.http.HttpConfigStorage
 
setCertStoreType(CertStoreType) - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
 
setCharset(String) - Method in class com.egzosn.pay.common.http.HttpConfigStorage
 
setClientID(String) - Method in class com.egzosn.pay.paypal.api.PayPalConfigStorage
 
setClientSecret(String) - Method in class com.egzosn.pay.paypal.api.PayPalConfigStorage
 
setCode(String) - Method in class com.egzosn.pay.common.bean.outbuilder.PayXmlOutMessage
 
setCode(String) - Method in class com.egzosn.pay.paypal.bean.order.Error
Deprecated.
This property is not available publicly PayPal internal error code.
setCommon(PayOutMessage) - Method in class com.egzosn.pay.common.bean.outbuilder.BaseBuilder
 
setContent(String) - Method in class com.egzosn.pay.common.bean.PayOutMessage
 
setCountryCode(CountryCode) - Method in class com.egzosn.pay.common.bean.TransferOrder
 
setCountryCode(String) - Method in class com.egzosn.pay.paypal.bean.order.Phone
Country code (from in E.164 format)
setCreateTime(String) - Method in class com.egzosn.pay.paypal.bean.order.Order
Time the resource was created in UTC ISO8601 format.
setCreateTime(String) - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
setCreateTime(String) - Method in class com.egzosn.pay.paypal.bean.order.Refund
Time of refund as defined in [RFC 3339 Section 5.6](http://tools.ietf.org/html/rfc3339#section-5.6).
setCurrency(String) - Method in class com.egzosn.pay.paypal.bean.order.Amount
 
setCurType(CurType) - Method in class com.egzosn.pay.common.bean.PayOrder
 
setCurType(CurType) - Method in class com.egzosn.pay.common.bean.RefundOrder
 
setCurType(CurType) - Method in class com.egzosn.pay.common.bean.TransferOrder
 
setCustom(String) - Method in class com.egzosn.pay.paypal.bean.order.CartBase
free-form field for the use of clients
setDebugId(String) - Method in class com.egzosn.pay.paypal.bean.order.Error
PayPal internal identifier used for correlation purposes.
setDefaultCharset(Charset) - Method in class com.egzosn.pay.common.http.ClientHttpRequest
 
setDefaultMaxPerRoute(int) - Method in class com.egzosn.pay.common.http.HttpConfigStorage
 
setDescribe(String) - Method in class com.egzosn.pay.common.bean.PayMessage
 
setDescription(String) - Method in class com.egzosn.pay.common.bean.RefundOrder
 
setDescription(String) - Method in class com.egzosn.pay.paypal.bean.order.CartBase
Description of what is being paid for.
setDescription(String) - Method in class com.egzosn.pay.paypal.bean.order.FmfDetails
Description of the filter.
setDescription(String) - Method in class com.egzosn.pay.paypal.bean.order.Refund
Description of what is being refunded for.
setDetails(Details) - Method in class com.egzosn.pay.paypal.bean.order.Amount
 
setDetails(List<ErrorDetails>) - Method in class com.egzosn.pay.paypal.bean.order.Error
Additional details of the error
setDeviceInfo(String) - Method in class com.egzosn.pay.common.bean.PayOrder
 
setEmail(String) - Method in class com.egzosn.pay.paypal.bean.order.Payee
Email Address associated with the Payee's PayPal Account.
setEmpty(boolean) - Method in class com.egzosn.pay.common.http.HttpStringEntity
 
setEnctype(String) - Method in class com.egzosn.pay.paypal.bean.order.Links
 
setExceptionHandler(PayErrorExceptionHandler) - Method in class com.egzosn.pay.common.api.PayMessageRouter
设置自定义的PayErrorExceptionHandler 如果不调用该方法,默认使用 LogExceptionHandler
setExecutorService(ExecutorService) - Method in class com.egzosn.pay.common.api.PayMessageRouter
设置自定义的 ExecutorService 如果不调用用该方法,默认使 Executors.newFixedThreadPool(100)
setExperienceProfileId(String) - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
setExpirationTime(Date) - Method in class com.egzosn.pay.common.bean.PayOrder
 
setExpiresTime(long) - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
setExtension(String) - Method in class com.egzosn.pay.paypal.bean.order.Phone
Phone extension
setFailedTransactions(List<Error>) - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
setFailureReason(String) - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
setFee(String) - Method in class com.egzosn.pay.paypal.bean.order.Details
 
setField(String) - Method in class com.egzosn.pay.paypal.bean.order.ErrorDetails
Name of the field that caused the error.
setFilterId(String) - Method in class com.egzosn.pay.paypal.bean.order.FmfDetails
Filter Identifier.
setFilterType(String) - Method in class com.egzosn.pay.paypal.bean.order.FmfDetails
Type of filter.
setFirstName(String) - Method in class com.egzosn.pay.paypal.bean.order.Payee
First Name of the Payee.
setFmfDetails(FmfDetails) - Method in class com.egzosn.pay.paypal.bean.order.Order
Fraud Management Filter (FMF) details applied for the payment that could result in accept/deny/pending action.
setFromPay(String) - Method in class com.egzosn.pay.common.bean.PayMessage
 
setGiftWrap(String) - Method in class com.egzosn.pay.paypal.bean.order.Details
 
setHandlers(List<PayMessageHandler>) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
setHandlingFee(String) - Method in class com.egzosn.pay.paypal.bean.order.Details
 
setHeaders(List<Header>) - Method in class com.egzosn.pay.common.http.HttpHeader
设置请求头集
setHeaders(Map<String, String>) - Method in class com.egzosn.pay.common.http.HttpHeader
设置请求头集
setHeaders(List<Header>) - Method in class com.egzosn.pay.common.http.HttpStringEntity
设置请求头集
setHeaders(Map<String, String>) - Method in class com.egzosn.pay.common.http.HttpStringEntity
设置请求头集
setHeaders(HttpHeader) - Method in class com.egzosn.pay.common.http.HttpStringEntity
设置请求头
setHref(String) - Method in class com.egzosn.pay.paypal.bean.order.Links
 
setHttpConfigStorage(HttpConfigStorage) - Method in class com.egzosn.pay.common.http.HttpRequestTemplate
设置HTTP请求的配置
setHttpProxyHost(String) - Method in class com.egzosn.pay.common.http.HttpConfigStorage
 
setHttpProxyPort(int) - Method in class com.egzosn.pay.common.http.HttpConfigStorage
 
setId(String) - Method in class com.egzosn.pay.paypal.bean.order.Order
Identifier of the order transaction.
setId(String) - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
setId(String) - Method in class com.egzosn.pay.paypal.bean.order.Refund
ID of the refund transaction.
setInformationLink(String) - Method in class com.egzosn.pay.paypal.bean.order.Error
URI for detailed information related to this error for the developer.
setInputCharset(String) - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
setInputCharset(String) - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
setInsurance(String) - Method in class com.egzosn.pay.paypal.bean.order.Details
 
setIntent(String) - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
setInterceptors(List<PayMessageInterceptor>) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
setInvoiceNumber(String) - Method in class com.egzosn.pay.paypal.bean.order.CartBase
invoice number to track this payment
setInvoiceNumber(String) - Method in class com.egzosn.pay.paypal.bean.order.Refund
Your own invoice or tracking ID number.
setIp(String) - Method in class com.egzosn.pay.common.bean.TransferOrder
 
setIssue(String) - Method in class com.egzosn.pay.paypal.bean.order.ErrorDetails
Reason for the error.
setKey(String) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
setKeyPrivate(String) - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
setKeyPrivateCert(String) - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
设置私钥证书
setKeyPrivateCert(InputStream) - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
设置私钥证书
setKeyPrivateCertPwd(String) - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
setKeyPublic(String) - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
setKeystore(String) - Method in class com.egzosn.pay.common.http.HttpConfigStorage
设置证书字符串信息或证书绝对地址
setKeystore(InputStream) - Method in class com.egzosn.pay.common.http.HttpConfigStorage
设置证书字符串信息输入流
setKeystorePath(String) - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
setLastName(String) - Method in class com.egzosn.pay.paypal.bean.order.Payee
Last Name of the Payee.
setLinks(List<Links>) - Method in class com.egzosn.pay.paypal.bean.order.Order
 
setLinks(List<Links>) - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
setLinks(List<Links>) - Method in class com.egzosn.pay.paypal.bean.order.Refund
 
setMaxTotal(int) - Method in class com.egzosn.pay.common.http.HttpConfigStorage
 
setMchId(String) - Method in class com.egzosn.pay.wx.api.WxPayConfigStorage
 
setMchntCd(String) - Method in class com.egzosn.pay.fuiou.api.FuiouPayConfigStorage
 
setMerchantId(String) - Method in class com.egzosn.pay.paypal.bean.order.Payee
Encrypted PayPal account identifier for the Payee.
setMerId(String) - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
 
setMessage(String) - Method in class com.egzosn.pay.paypal.bean.order.Error
Message describing the error.
setMethod(MethodType) - Method in class com.egzosn.pay.common.http.ClientHttpRequest
设置请求方式
setMethod(String) - Method in class com.egzosn.pay.paypal.bean.order.Links
 
setMsgType(MsgType) - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
setMsgType(String) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
setMsgType(String) - Method in class com.egzosn.pay.common.bean.PayMessage
 
setMsgType(String) - Method in class com.egzosn.pay.common.bean.PayOutMessage
 
setMsgType(MsgType) - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
setName(String) - Method in class com.egzosn.pay.paypal.bean.order.Error
Human readable, unique name of the error.
setName(String) - Method in class com.egzosn.pay.paypal.bean.order.FmfDetails
Name of the filter
setNationalNumber(String) - Method in class com.egzosn.pay.paypal.bean.order.Phone
In-country phone number (from in E.164 format)
setNoteToPayee(String) - Method in class com.egzosn.pay.paypal.bean.order.CartBase
Note to the recipient of the funds in this transaction.
setNoteToPayer(String) - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
setNotifyUrl(String) - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
setNotifyUrl(String) - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
setNotifyUrl(String) - Method in class com.egzosn.pay.paypal.bean.order.CartBase
URL to send payment notifications
setOpenid(String) - Method in class com.egzosn.pay.common.bean.PayOrder
 
setOrder(Order) - Method in class com.egzosn.pay.paypal.bean.order.RelatedResources
 
setOrderDate(Date) - Method in class com.egzosn.pay.common.bean.RefundOrder
 
setOrderUrl(String) - Method in class com.egzosn.pay.paypal.bean.order.CartBase
Url on merchant site pertaining to this payment.
setOutNo(String) - Method in class com.egzosn.pay.common.bean.TransferOrder
 
setOutTradeNo(String) - Method in class com.egzosn.pay.common.bean.PayOrder
设置商户订单号
setOutTradeNo(String) - Method in class com.egzosn.pay.common.bean.RefundOrder
 
setOutTradeNo(String) - Method in class com.egzosn.pay.demo.request.QueryOrder
 
setOutTradeNoBillType(String) - Method in class com.egzosn.pay.demo.request.QueryOrder
 
setParameters(Object) - Method in class com.egzosn.pay.common.http.ClientHttpRequest
设置请求参数
setParentPayment(String) - Method in class com.egzosn.pay.paypal.bean.order.Order
ID of the Payment resource that this transaction is based on.
setParentPayment(String) - Method in class com.egzosn.pay.paypal.bean.order.Refund
ID of the payment resource on which this transaction is based.
setPartner(String) - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
setPartner(String) - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
Deprecated.
setPartnerId(String) - Method in class com.egzosn.pay.yiji.api.YiJiPayConfigStorage
 
setPayConfigStorage(PC) - Method in class com.egzosn.pay.common.api.BasePayService
设置支付配置
setPayConfigStorage(PC) - Method in interface com.egzosn.pay.common.api.PayService
设置支付配置
setPayConfigStorage(UnionPayConfigStorage) - Method in class com.egzosn.pay.union.api.UnionPayService
设置支付配置
setPayConfigStorage(WxPayConfigStorage) - Method in class com.egzosn.pay.wx.api.WxPayService
设置支付配置
setPayee(Payee) - Method in class com.egzosn.pay.paypal.bean.order.CartBase
Recipient of the funds in this transaction.
setPayee(Payee) - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
setPayeeAccount(String) - Method in class com.egzosn.pay.common.bean.TransferOrder
 
setPayeeAddress(String) - Method in class com.egzosn.pay.common.bean.TransferOrder
 
setPayeeBankAddress(String) - Method in class com.egzosn.pay.common.bean.TransferOrder
 
setPayeeName(String) - Method in class com.egzosn.pay.common.bean.TransferOrder
 
setPayer(Payer) - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
setPayerName(String) - Method in class com.egzosn.pay.common.bean.TransferOrder
 
setPayId(Integer) - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
setPayId(Integer) - Method in class com.egzosn.pay.demo.request.QueryOrder
 
setPaymentMethod(String) - Method in class com.egzosn.pay.paypal.bean.order.Payer
 
setPaymentMode(String) - Method in class com.egzosn.pay.paypal.bean.order.Order
specifies payment mode of the transaction
setPayMessageHandler(PayMessageHandler) - Method in class com.egzosn.pay.common.api.BasePayService
设置支付消息处理器,这里用于处理具体的支付业务
setPayMessageHandler(PayMessageHandler) - Method in interface com.egzosn.pay.common.api.PayService
设置支付消息处理器,这里用于处理具体的支付业务
setPayType(String) - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
setPayType(String) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
setPayType(String) - Method in class com.egzosn.pay.common.bean.PayMessage
 
setPayType(PayType) - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
setPhone(Phone) - Method in class com.egzosn.pay.paypal.bean.order.Payee
Information related to the Payee.
setPid(String) - Method in class com.egzosn.pay.ali.api.AliPayConfigStorage
 
setPid(String) - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
 
setPrice(BigDecimal) - Method in class com.egzosn.pay.common.bean.PayOrder
 
setPrivateKey(String) - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
setProgramId(String) - Method in class com.egzosn.pay.payoneer.api.PayoneerConfigStorage
设置商户Id
setProtectionEligibility(String) - Method in class com.egzosn.pay.paypal.bean.order.Order
The level of seller protection in force for the transaction.
setProtectionEligibilityType(String) - Method in class com.egzosn.pay.paypal.bean.order.Order
The kind of seller protection in force for the transaction.
setProxy(HttpHost) - Method in class com.egzosn.pay.common.http.ClientHttpRequest
设置代理
setPublicKey(String) - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
setPurchaseUnitReferenceId(String) - Method in class com.egzosn.pay.paypal.bean.order.Order
Identifier to the purchase unit associated with this object.
setReason(String) - Method in class com.egzosn.pay.paypal.bean.order.Refund
Reason description for the Sale transaction being refunded.
setReasonCode(String) - Method in class com.egzosn.pay.paypal.bean.order.Order
Reason code for the transaction state being Pending or Reversed.
setReasonCode(String) - Method in class com.egzosn.pay.paypal.bean.order.Refund
The reason code for the refund state being pending
setRedirectUrls(RedirectUrls) - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
setReEnter(boolean) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
setReferenceId(String) - Method in class com.egzosn.pay.paypal.bean.order.CartBase
Merchant identifier to the purchase unit.
setRefund(Refund) - Method in class com.egzosn.pay.paypal.bean.order.RelatedResources
 
setRefundAmount(BigDecimal) - Method in class com.egzosn.pay.common.bean.RefundOrder
 
setRefundAmount(BigDecimal) - Method in class com.egzosn.pay.demo.request.QueryOrder
 
setRefundNo(String) - Method in class com.egzosn.pay.common.bean.RefundOrder
 
setRel(String) - Method in class com.egzosn.pay.paypal.bean.order.Links
 
setRelatedResources(List<RelatedResources>) - Method in class com.egzosn.pay.paypal.bean.order.Transaction
 
setRemark(String) - Method in class com.egzosn.pay.common.bean.TransferOrder
 
setRequestTemplateConfigStorage(HttpConfigStorage) - Method in class com.egzosn.pay.common.api.BasePayService
设置并创建请求模版, 代理请求配置这里是否合理??,
setRequestTemplateConfigStorage(HttpConfigStorage) - Method in interface com.egzosn.pay.common.api.PayService
设置 请求工具配置 设置并创建请求模版, 代理请求配置这里是否合理??,
setResponseType(Class<T>) - Method in class com.egzosn.pay.common.http.ClientHttpRequest
 
setReturnUrl(String) - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
setReturnUrl(String) - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
setReturnUrl(String) - Method in class com.egzosn.pay.paypal.bean.order.RedirectUrls
Url where the payer would be redirected to after approving the payment.
setrSubject(String) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
setrValue(String) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
setSaleId(String) - Method in class com.egzosn.pay.paypal.bean.order.Refund
ID of the Sale transaction being refunded.
setSecretKey(String) - Method in class com.egzosn.pay.wx.api.WxPayConfigStorage
 
setSecretKey(String) - Method in class com.egzosn.pay.yiji.api.YiJiPayConfigStorage
 
setSeller(String) - Method in class com.egzosn.pay.ali.api.AliPayConfigStorage
 
setSeller(String) - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
setSeller(String) - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
 
setSeller(String) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayConfigStorage
 
setSellerUserId(String) - Method in class com.egzosn.pay.yiji.api.YiJiPayConfigStorage
 
setShipping(String) - Method in class com.egzosn.pay.paypal.bean.order.Details
 
setShippingDiscount(String) - Method in class com.egzosn.pay.paypal.bean.order.Details
 
setSignType(String) - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
setSignType(String) - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
setSoftDescriptor(String) - Method in class com.egzosn.pay.paypal.bean.order.CartBase
Soft descriptor used when charging this funding source.
setSoftDescriptorCity(String) - Method in class com.egzosn.pay.paypal.bean.order.CartBase
Soft descriptor city used when charging this funding source.
setSpbillCreateIp(String) - Method in class com.egzosn.pay.common.bean.PayOrder
 
setState(String) - Method in class com.egzosn.pay.paypal.bean.order.Order
State of the order transaction.
setState(String) - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
setState(String) - Method in class com.egzosn.pay.paypal.bean.order.Refund
State of the refund.
setStorePassword(String) - Method in class com.egzosn.pay.common.http.HttpConfigStorage
 
setStorePassword(String) - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
setSubAppid(String) - Method in class com.egzosn.pay.wx.api.WxPayConfigStorage
 
setSubject(String) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
setSubject(String) - Method in class com.egzosn.pay.common.bean.PayOrder
 
setSubMchId(String) - Method in class com.egzosn.pay.wx.api.WxPayConfigStorage
 
setSubtotal(String) - Method in class com.egzosn.pay.paypal.bean.order.Details
 
setTax(String) - Method in class com.egzosn.pay.paypal.bean.order.Details
 
setTest(boolean) - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
setTest(boolean) - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
setToken(String) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayConfigStorage
 
setTotal(String) - Method in class com.egzosn.pay.paypal.bean.order.Amount
 
setTotalAmount(BigDecimal) - Method in class com.egzosn.pay.common.bean.RefundOrder
 
setTotalAmount(BigDecimal) - Method in class com.egzosn.pay.demo.request.QueryOrder
 
setTradeNo(String) - Method in class com.egzosn.pay.common.bean.PayOrder
支付平台订单号,交易号
setTradeNo(String) - Method in class com.egzosn.pay.common.bean.RefundOrder
 
setTradeNo(String) - Method in class com.egzosn.pay.demo.request.QueryOrder
 
setTradeNoOrBillDate(Object) - Method in class com.egzosn.pay.demo.request.QueryOrder
 
setTransactions(List<Transaction>) - Method in class com.egzosn.pay.paypal.bean.order.Payer
 
setTransactions(List<Transaction>) - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
setTransactionType(String[]) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
 
setTransactionType(String) - Method in class com.egzosn.pay.common.bean.PayMessage
 
setTransactionType(TransactionType) - Method in class com.egzosn.pay.common.bean.PayOrder
 
setTransactionType(String) - Method in class com.egzosn.pay.demo.request.QueryOrder
 
setTransferType(TransferType) - Method in class com.egzosn.pay.common.bean.TransferOrder
 
setUpdateTime(String) - Method in class com.egzosn.pay.paypal.bean.order.Order
Time the resource was last updated in UTC ISO8601 format.
setUpdateTime(String) - Method in class com.egzosn.pay.paypal.bean.order.Payment
 
setUpdateTime(String) - Method in class com.egzosn.pay.paypal.bean.order.Refund
Time that the resource was last updated.
setUserName(String) - Method in class com.egzosn.pay.payoneer.api.PayoneerConfigStorage
PayoneerPay 用户名
setVersion(String) - Method in class com.egzosn.pay.union.api.UnionPayConfigStorage
 
setWapName(String) - Method in class com.egzosn.pay.common.bean.PayOrder
 
setWapUrl(String) - Method in class com.egzosn.pay.common.bean.PayOrder
 
SHA1 - Class in com.egzosn.pay.common.util.sign.encrypt
SHA1签名工具
SHA1() - Constructor for class com.egzosn.pay.common.util.sign.encrypt.SHA1
 
sha1X16(String, String) - Static method in class com.egzosn.pay.common.util.sign.SecureUtil
sha1计算后进行16进制转换
SHA256 - Class in com.egzosn.pay.common.util.sign.encrypt
/**
SHA256() - Constructor for class com.egzosn.pay.common.util.sign.encrypt.SHA256
 
sha256X16Str(String, String) - Static method in class com.egzosn.pay.common.util.sign.SecureUtil
sha256计算后进行16进制转换
SIGN - Static variable in class com.egzosn.pay.ali.api.AliPayService
 
sign(String, String, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.MD5
签名字符串
sign(String, String, String, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA
RSA签名
sign(String, PrivateKey, String, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA
RSA签名
sign(String, String, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA
RSA签名
sign(String, PrivateKey, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA
RSA签名
sign(String, String, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA2
 
sign(String, PrivateKey, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA2
RSA签名
sign(String, String, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.SHA1
签名字符串
sign(String, String, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.SHA256
签名字符串
sign(Map, String, String) - Method in enum com.egzosn.pay.common.util.sign.SignUtils
签名
sign(Map, String, String, String) - Method in enum com.egzosn.pay.common.util.sign.SignUtils
签名
SIGN - Static variable in class com.egzosn.pay.wx.api.WxPayService
 
SIGN - Static variable in class com.egzosn.pay.yiji.api.YiJiPayService
 
SIGNMETHOD_RSA - Static variable in class com.egzosn.pay.union.bean.SDKConstants
 
SignUtils - Enum in com.egzosn.pay.common.util.sign
签名 工具
signVerify(Map<String, Object>, String) - Method in class com.egzosn.pay.ali.api.AliPayService
根据反馈回来的信息,生成签名结果
signVerify(Map<String, Object>, String) - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
根据反馈回来的信息,生成签名结果
signVerify(Map<String, Object>, String) - Method in interface com.egzosn.pay.common.api.PayService
签名校验
signVerify(Map<String, Object>, String) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
回调签名校验
signVerify(Map<String, Object>, String) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
签名校验
signVerify(Map<String, Object>, String) - Method in class com.egzosn.pay.paypal.api.PayPalPayService
 
signVerify(Map<String, Object>, String) - Method in class com.egzosn.pay.union.api.UnionPayService
签名校验
signVerify(Map<String, Object>, String) - Method in class com.egzosn.pay.wx.api.WxPayService
根据反馈回来的信息,生成签名结果
signVerify(Map<String, Object>, String) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
根据反馈回来的信息,生成签名结果
signVerify(Map<String, Object>, String) - Method in class com.egzosn.pay.yiji.api.YiJiPayService
根据反馈回来的信息,生成签名结果
SM3 - Class in com.egzosn.pay.common.util.sign.encrypt.sm3
 
SM3() - Constructor for class com.egzosn.pay.common.util.sign.encrypt.sm3.SM3
 
SM3Digest - Class in com.egzosn.pay.common.util.sign.encrypt.sm3
 
SM3Digest() - Constructor for class com.egzosn.pay.common.util.sign.encrypt.sm3.SM3Digest
 
SM3Digest(SM3Digest) - Constructor for class com.egzosn.pay.common.util.sign.encrypt.sm3.SM3Digest
 
sm3X16Str(String, String) - Static method in class com.egzosn.pay.common.util.sign.SecureUtil
sm3计算后进行16进制转换
stringToAsciiString(String) - Static method in class com.egzosn.pay.common.util.Util
数字字符串转ASCII码字符串
StringUtils - Class in com.egzosn.pay.common.util.str
Created by ZaoSheng on 2016/6/4.
StringUtils() - Constructor for class com.egzosn.pay.common.util.str.StringUtils
 
subByte(byte[], int, int) - Static method in class com.egzosn.pay.common.util.Util
 
subject(String) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
如果subject等于某值
SUCCESS - Static variable in class com.egzosn.pay.wx.api.WxPayService
 
SUCCESS_CODE - Static variable in class com.egzosn.pay.ali.api.AliPayService
 
SUCCESS_CODE - Static variable in class com.egzosn.pay.yiji.api.YiJiPayService
 
successPayOutMessage(PayMessage) - Method in class com.egzosn.pay.ali.api.AliPayService
获取成功输出消息,用户返回给支付端 主要用于拦截器中返回
successPayOutMessage(PayMessage) - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
获取成功输出消息,用户返回给支付端 主要用于拦截器中返回
successPayOutMessage(PayMessage) - Method in interface com.egzosn.pay.common.api.PayService
获取成功输出消息,用户返回给支付端 主要用于拦截器中返回
successPayOutMessage(PayMessage) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
获取成功输出消息,用户返回给支付端 主要用于拦截器中返回
successPayOutMessage(PayMessage) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
获取成功输出消息,用户返回给支付端 主要用于拦截器中返回
successPayOutMessage(PayMessage) - Method in class com.egzosn.pay.paypal.api.PayPalPayService
 
successPayOutMessage(PayMessage) - Method in class com.egzosn.pay.union.api.UnionPayService
获取成功输出消息,用户返回给支付端 主要用于拦截器中返回
successPayOutMessage(PayMessage) - Method in class com.egzosn.pay.wx.api.WxPayService
获取成功输出消息,用户返回给支付端 主要用于拦截器中返回
successPayOutMessage(PayMessage) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
获取成功输出消息,用户返回给支付端 主要用于拦截器中返回
successPayOutMessage(PayMessage) - Method in class com.egzosn.pay.yiji.api.YiJiPayService
获取成功输出消息,用户返回给支付端 主要用于拦截器中返回

T

test(PayMessage) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
将支付事件修正为不区分大小写, 比如框架定义的事件常量为
TEXT() - Static method in class com.egzosn.pay.common.bean.PayOutMessage
获得文本消息builder
TextBuilder - Class in com.egzosn.pay.common.bean.outbuilder
source chanjarster/weixin-java-tools
TextBuilder() - Constructor for class com.egzosn.pay.common.bean.outbuilder.TextBuilder
 
Tj - Static variable in class com.egzosn.pay.common.util.sign.encrypt.sm3.SM3
 
toBean(String, Class<T>) - Static method in class com.egzosn.pay.common.util.XML
解析xml并转化为Json值
toBufferedImage(BitMatrix) - Static method in class com.egzosn.pay.common.util.MatrixToImageWriter
根据二维矩阵的碎片 生成对应的二维码图像缓冲
toDigit(char, int) - Static method in class com.egzosn.pay.common.util.Util
将十六进制字符转换成一个整数
toJSONObject(InputStream) - Static method in class com.egzosn.pay.common.util.XML
解析xml并转化为json值
toJSONObject(String) - Static method in class com.egzosn.pay.common.util.XML
解析xml并转化为Json值
toJSONObject(String, Charset) - Static method in class com.egzosn.pay.common.util.XML
解析xml并转化为Json值
toJSONObject(byte[]) - Static method in class com.egzosn.pay.common.util.XML
解析xml并转化为Json值
toMessage() - Method in class com.egzosn.pay.common.bean.outbuilder.PayJsonOutMessage
 
toMessage() - Method in class com.egzosn.pay.common.bean.outbuilder.PayTextOutMessage
 
toMessage() - Method in class com.egzosn.pay.common.bean.outbuilder.PayXmlOutMessage
 
toMessage() - Method in class com.egzosn.pay.common.bean.PayOutMessage
 
toPay(PayOrder) - Method in class com.egzosn.pay.common.api.BasePayService
页面转跳支付, 返回对应页面重定向信息
toPay(PayOrder) - Method in interface com.egzosn.pay.common.api.PayService
页面转跳支付, 返回对应页面重定向信息
toPay(BigDecimal) - Method in class com.egzosn.pay.demo.controller.AliPayController
跳到支付页面 针对实时支付,即时付款
toPay(HttpServletRequest, Integer, String, String, BigDecimal) - Method in class com.egzosn.pay.demo.controller.PayController
跳到支付页面 针对实时支付,即时付款
toPay(Integer, String, BigDecimal) - Method in class com.egzosn.pay.demo.controller.PayController
公众号支付
toPay(BigDecimal) - Method in class com.egzosn.pay.demo.controller.PayPalPayController
跳到支付页面 针对实时支付,即时付款
toPay(BigDecimal) - Method in class com.egzosn.pay.demo.controller.UnionPayController
---业务实现例子1--- 功能:生成自动跳转的Html表单 业务类型(关键字):网关支付(WEB)/手机网页支付,企业网银支付(B2B),
toPay(HttpServletRequest, BigDecimal) - Method in class com.egzosn.pay.demo.controller.WxPayController
跳到支付页面 针对实时支付
toPay(String, BigDecimal) - Method in class com.egzosn.pay.demo.controller.WxPayController
公众号支付
toString() - Method in class com.egzosn.pay.common.bean.PayMessage
 
toString() - Method in class com.egzosn.pay.common.bean.PayOrder
 
toString() - Method in class com.egzosn.pay.demo.entity.ApyAccount
 
toString() - Method in class com.egzosn.pay.demo.request.QueryOrder
 
toString() - Method in class com.egzosn.pay.paypal.bean.order.Error
 
toWxAliPay(Integer, Integer, BigDecimal, HttpServletRequest) - Method in class com.egzosn.pay.demo.controller.PayController
支付宝与微信平台的判断 并进行支付的转跳
toWxAliQrPay(Integer, Integer, BigDecimal, HttpServletRequest) - Method in class com.egzosn.pay.demo.controller.PayController
获取一码付二维码图像 二维码支付
toWxPay(HttpServletRequest) - Method in class com.egzosn.pay.demo.controller.PayController
跳到支付页面 针对实时支付,即时付款
toWxQrPay(BigDecimal) - Method in class com.egzosn.pay.demo.controller.AliPayController
获取二维码图像 二维码支付
toWxQrPay(Integer, String, BigDecimal) - Method in class com.egzosn.pay.demo.controller.PayController
获取二维码图像 二维码支付
toWxQrPay(BigDecimal) - Method in class com.egzosn.pay.demo.controller.UnionPayController
获取二维码图像 APPLY_QR_CODE 二维码支付
toWxQrPay(BigDecimal) - Method in class com.egzosn.pay.demo.controller.WxPayController
获取二维码图像 二维码支付
Transaction - Class in com.egzosn.pay.paypal.bean.order
 
Transaction() - Constructor for class com.egzosn.pay.paypal.bean.order.Transaction
Default Constructor
transactionType(String...) - Method in class com.egzosn.pay.common.api.PayMessageRouterRule
如果transactionType等于某值
TransactionType - Interface in com.egzosn.pay.common.bean
交易类型
transfer(TransferOrder) - Method in class com.egzosn.pay.ali.api.AliPayService
转账
transfer(TransferOrder) - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
转账
transfer(TransferOrder, Callback<T>) - Method in class com.egzosn.pay.common.api.BasePayService
转账
transfer(TransferOrder) - Method in class com.egzosn.pay.common.api.BasePayService
转账
transfer(TransferOrder) - Method in interface com.egzosn.pay.common.api.PayService
转账
transfer(TransferOrder, Callback<T>) - Method in interface com.egzosn.pay.common.api.PayService
转账
transfer(TransferOrder) - Method in class com.egzosn.pay.demo.controller.AliPayController
转账
transfer(int, TransferOrder) - Method in class com.egzosn.pay.demo.controller.PayController
转账
transfer(TransferOrder) - Method in class com.egzosn.pay.demo.controller.PayoneerPayController
转账
transfer(TransferOrder) - Method in class com.egzosn.pay.demo.controller.WxPayController
转账到余额
transfer(TransferOrder) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
转账
transfer(TransferOrder) - Method in class com.egzosn.pay.wx.api.WxPayService
转账
transfer(TransferOrder) - Method in class com.egzosn.pay.yiji.api.YiJiPayService
转账 这里外部进行调用YiJiPayService.buildRequest(Map, MethodType)
TransferOrder - Class in com.egzosn.pay.common.bean
转账订单
TransferOrder() - Constructor for class com.egzosn.pay.common.bean.TransferOrder
 
transferPayBank(TransferOrder) - Method in class com.egzosn.pay.demo.controller.WxPayController
转账到银行卡
transferQuery(String, String) - Method in class com.egzosn.pay.ali.api.AliPayService
转账查询
transferQuery(String, String) - Method in class com.egzosn.pay.common.api.BasePayService
转账查询
transferQuery(String, String, Callback<T>) - Method in class com.egzosn.pay.common.api.BasePayService
转账查询
transferQuery(String, String) - Method in interface com.egzosn.pay.common.api.PayService
转账查询
transferQuery(String, String, Callback<T>) - Method in interface com.egzosn.pay.common.api.PayService
转账查询
transferQuery(String, String) - Method in class com.egzosn.pay.demo.controller.AliPayController
转账查询
transferQuery(int, String, String) - Method in class com.egzosn.pay.demo.controller.PayController
转账查询
transferQuery(String, String) - Method in class com.egzosn.pay.demo.controller.PayoneerPayController
转账查询
transferQuery(String, String) - Method in class com.egzosn.pay.demo.controller.WxPayController
转账查询
transferQuery(String, String) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
转账
transferQuery(String, String) - Method in class com.egzosn.pay.wx.api.WxPayService
转账查询
transferQuery(String, String) - Method in class com.egzosn.pay.yiji.api.YiJiPayService
转账查询
transfers(Map<String, Object>, TransferOrder) - Method in class com.egzosn.pay.wx.api.WxPayService
转账到余额所需要参数
TransferType - Interface in com.egzosn.pay.common.bean
转账类型

U

unifiedOrder(PayOrder) - Method in class com.egzosn.pay.wx.api.WxPayService
微信统一下单接口
UNIONPAY_CNNAME - Static variable in class com.egzosn.pay.union.bean.SDKConstants
 
UnionPayConfigStorage - Class in com.egzosn.pay.union.api
 
UnionPayConfigStorage() - Constructor for class com.egzosn.pay.union.api.UnionPayConfigStorage
 
UnionPayController - Class in com.egzosn.pay.demo.controller
银联相关
UnionPayController() - Constructor for class com.egzosn.pay.demo.controller.UnionPayController
 
UnionPayMessageHandler - Class in com.egzosn.pay.demo.service.handler
 
UnionPayMessageHandler(Integer) - Constructor for class com.egzosn.pay.demo.service.handler.UnionPayMessageHandler
 
UnionPayService - Class in com.egzosn.pay.union.api
 
UnionPayService(UnionPayConfigStorage) - Constructor for class com.egzosn.pay.union.api.UnionPayService
构造函数
UnionPayService(UnionPayConfigStorage, HttpConfigStorage) - Constructor for class com.egzosn.pay.union.api.UnionPayService
 
unionRefundOrConsumeUndo(String, String, BigDecimal, UnionTransactionType) - Method in class com.egzosn.pay.union.api.UnionPayService
消费撤销/退货接口
unionRefundOrConsumeUndo(RefundOrder, UnionTransactionType) - Method in class com.egzosn.pay.union.api.UnionPayService
消费撤销/退货接口
UnionTransactionType - Enum in com.egzosn.pay.union.bean
 
update(byte[], int, int) - Method in class com.egzosn.pay.common.util.sign.encrypt.sm3.SM3Digest
明文输入
update(byte) - Method in class com.egzosn.pay.common.util.sign.encrypt.sm3.SM3Digest
 
updateAccessToken(String, int) - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
updateAccessToken(String, long) - Method in class com.egzosn.pay.common.api.BasePayConfigStorage
 
updateAccessToken(String, int) - Method in interface com.egzosn.pay.common.api.PayConfigStorage
应该是线程安全的
updateAccessToken(String, long) - Method in interface com.egzosn.pay.common.api.PayConfigStorage
应该是线程安全的
URI - Static variable in class com.egzosn.pay.wx.api.WxPayService
微信请求地址
UriVariables - Class in com.egzosn.pay.common.http
URL表达式处理器
UriVariables() - Constructor for class com.egzosn.pay.common.http.UriVariables
 
URL_FUIOU_BASE_DOMAIN - Static variable in class com.egzosn.pay.fuiou.api.FuiouPayService
正式域名
URL_FuiouNewSmpGate - Static variable in class com.egzosn.pay.fuiou.api.FuiouPayService
B2C/B2B支付(跨境支付)
URL_FuiouSmpAQueryGate - Static variable in class com.egzosn.pay.fuiou.api.FuiouPayService
3.3 支付结果查询(直接返回)
URL_FuiouSmpGate - Static variable in class com.egzosn.pay.fuiou.api.FuiouPayService
B2C/B2B支付
URL_FuiouSmpQueryGate - Static variable in class com.egzosn.pay.fuiou.api.FuiouPayService
3.2 支付结果查询
URL_FuiouSmpRefundGate - Static variable in class com.egzosn.pay.fuiou.api.FuiouPayService
订单退款
URL_NewSmpRefundGate - Static variable in class com.egzosn.pay.fuiou.api.FuiouPayService
3.4订单退款
userName - Variable in class com.egzosn.pay.payoneer.api.PayoneerConfigStorage
PayoneerPay 用户名
Util - Class in com.egzosn.pay.common.util
 
Util() - Constructor for class com.egzosn.pay.common.util.Util
 

V

validateSignBySoft(PublicKey, byte[], byte[]) - Static method in class com.egzosn.pay.common.util.sign.SecureUtil
 
validateSignBySoft256(PublicKey, byte[], byte[]) - Static method in class com.egzosn.pay.common.util.sign.SecureUtil
 
valueOf(String) - Static method in enum com.egzosn.pay.ali.bean.AliTransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.egzosn.pay.ali.bean.AliTransferType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.egzosn.pay.ali.before.bean.AliTransactionType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.egzosn.pay.common.bean.CertStoreType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.egzosn.pay.common.bean.DefaultCountryCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.egzosn.pay.common.bean.DefaultCurType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.egzosn.pay.common.bean.MethodType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.egzosn.pay.common.bean.MsgType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.egzosn.pay.common.util.sign.SignUtils
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.egzosn.pay.demo.entity.PayType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.egzosn.pay.fuiou.bean.FuiouTransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.egzosn.pay.payoneer.bean.PayoneerTransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.egzosn.pay.paypal.bean.PayPalTransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.egzosn.pay.union.bean.UnionTransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.egzosn.pay.wx.bean.WxBank
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.egzosn.pay.wx.bean.WxTransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.egzosn.pay.wx.bean.WxTransferType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.egzosn.pay.wx.youdian.bean.YoudianTransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.egzosn.pay.yiji.bean.CurType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.egzosn.pay.yiji.bean.YiJiBank
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.egzosn.pay.yiji.bean.YiJiTransactionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.egzosn.pay.ali.bean.AliTransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.egzosn.pay.ali.bean.AliTransferType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.egzosn.pay.ali.before.bean.AliTransactionType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.egzosn.pay.common.bean.CertStoreType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.egzosn.pay.common.bean.DefaultCountryCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.egzosn.pay.common.bean.DefaultCurType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.egzosn.pay.common.bean.MethodType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.egzosn.pay.common.bean.MsgType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.egzosn.pay.common.util.sign.SignUtils
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.egzosn.pay.demo.entity.PayType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.egzosn.pay.fuiou.bean.FuiouTransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.egzosn.pay.payoneer.bean.PayoneerTransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.egzosn.pay.paypal.bean.PayPalTransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.egzosn.pay.union.bean.UnionTransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.egzosn.pay.wx.bean.WxBank
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.egzosn.pay.wx.bean.WxTransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.egzosn.pay.wx.bean.WxTransferType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.egzosn.pay.wx.youdian.bean.YoudianTransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.egzosn.pay.yiji.bean.CurType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.egzosn.pay.yiji.bean.YiJiBank
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.egzosn.pay.yiji.bean.YiJiTransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
verify(Map<String, Object>) - Method in class com.egzosn.pay.ali.api.AliPayService
回调校验
verify(Map<String, Object>) - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
回调校验
verify(Map<String, Object>) - Method in interface com.egzosn.pay.common.api.PayService
回调校验
verify(String, String, String, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.MD5
签名字符串
verify(String, String, String, String, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA
RSA验签名检查
verify(String, String, PublicKey, String, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA
RSA验签名检查
verify(String, String, String, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA
RSA验签名检查
verify(String, String, PublicKey, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA
RSA验签名检查
verify(String, String, String, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA2
RSA验签名检查
verify(String, String, PublicKey, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.RSA2
RSA验签名检查
verify(String, String, String, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.SHA1
签名字符串
verify(String, String, String, String) - Static method in class com.egzosn.pay.common.util.sign.encrypt.SHA256
签名字符串
verify(Map, String, String, String) - Method in enum com.egzosn.pay.common.util.sign.SignUtils
签名字符串
verify(String, String, String, String) - Method in enum com.egzosn.pay.common.util.sign.SignUtils
签名字符串
verify(Map<String, Object>) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
回调校验
verify(Map<String, Object>) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
回调校验
verify(Map<String, Object>) - Method in class com.egzosn.pay.paypal.api.PayPalPayService
 
verify(Map<String, Object>) - Method in class com.egzosn.pay.union.api.UnionPayService
回调校验
verify(Map<String, Object>) - Method in class com.egzosn.pay.wx.api.WxPayService
回调校验
verify(Map<String, Object>) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
回调校验
verify(Map<String, Object>) - Method in class com.egzosn.pay.yiji.api.YiJiPayService
回调校验
verifySource(String) - Method in class com.egzosn.pay.ali.api.AliPayService
校验数据来源
verifySource(String) - Method in class com.egzosn.pay.ali.before.api.AliPayService
Deprecated.
校验数据来源
verifySource(String) - Method in interface com.egzosn.pay.common.api.PayService
支付宝需要,微信是否也需要再次校验来源,进行订单查询 校验数据来源
verifySource(String) - Method in class com.egzosn.pay.fuiou.api.FuiouPayService
校验回调数据来源是否合法
verifySource(String) - Method in class com.egzosn.pay.payoneer.api.PayoneerPayService
支付宝需要,微信是否也需要再次校验来源,进行订单查询 校验数据来源
verifySource(String) - Method in class com.egzosn.pay.paypal.api.PayPalPayService
 
verifySource(String) - Method in class com.egzosn.pay.union.api.UnionPayService
支付宝需要,微信是否也需要再次校验来源,进行订单查询 校验数据来源
verifySource(String) - Method in class com.egzosn.pay.wx.api.WxPayService
微信是否也需要再次校验来源,进行订单查询
verifySource(String) - Method in class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
验证链接来源是否有效 校验数据来源
verifySource(String) - Method in class com.egzosn.pay.yiji.api.YiJiPayService
校验数据来源

W

withoutPadding() - Method in class com.egzosn.pay.common.util.sign.encrypt.Base64.Encoder
Returns an encoder instance that encodes equivalently to this one, but without adding any padding character at the end of the encoded byte data.
wrap(InputStream) - Method in class com.egzosn.pay.common.util.sign.encrypt.Base64.Decoder
Returns an input stream for decoding Base64 encoded byte stream.
wrap(OutputStream) - Method in class com.egzosn.pay.common.util.sign.encrypt.Base64.Encoder
Wraps an output stream for encoding byte data using the Base64 encoding scheme.
writeInfoToJpgBuff(String) - Static method in class com.egzosn.pay.common.util.MatrixToImageWriter
二维码信息写成JPG BufferedImage
writeInfoToJpgFile(String, String) - Static method in class com.egzosn.pay.common.util.MatrixToImageWriter
二维码信息写成JPG文件
writeToFile(BitMatrix, String, File) - Static method in class com.egzosn.pay.common.util.MatrixToImageWriter
二维码生成文件
writeToStream(BitMatrix, String, OutputStream) - Static method in class com.egzosn.pay.common.util.MatrixToImageWriter
二维码生成流
WxBank - Enum in com.egzosn.pay.wx.bean
微信对应的银行列表
WxPayConfigStorage - Class in com.egzosn.pay.wx.api
微信配置存储
WxPayConfigStorage() - Constructor for class com.egzosn.pay.wx.api.WxPayConfigStorage
 
WxPayController - Class in com.egzosn.pay.demo.controller
发起支付入口
WxPayController() - Constructor for class com.egzosn.pay.demo.controller.WxPayController
 
WxPayError - Class in com.egzosn.pay.wx.bean
微信支付异常
WxPayError(String, String) - Constructor for class com.egzosn.pay.wx.bean.WxPayError
 
WxPayError(String, String, String) - Constructor for class com.egzosn.pay.wx.bean.WxPayError
 
WxPayMessageHandler - Class in com.egzosn.pay.demo.service.handler
微信支付回调处理器 Created by ZaoSheng on 2016/6/1.
WxPayMessageHandler(Integer) - Constructor for class com.egzosn.pay.demo.service.handler.WxPayMessageHandler
 
WxPayService - Class in com.egzosn.pay.wx.api
微信支付服务
WxPayService(WxPayConfigStorage) - Constructor for class com.egzosn.pay.wx.api.WxPayService
创建支付服务
WxPayService(WxPayConfigStorage, HttpConfigStorage) - Constructor for class com.egzosn.pay.wx.api.WxPayService
创建支付服务
WxTransactionType - Enum in com.egzosn.pay.wx.bean
微信交易类型
WxTransferType - Enum in com.egzosn.pay.wx.bean
微信转账类型
WxYouDianPayConfigStorage - Class in com.egzosn.pay.wx.youdian.api
支付客户端配置存储
WxYouDianPayConfigStorage() - Constructor for class com.egzosn.pay.wx.youdian.api.WxYouDianPayConfigStorage
 
WxYouDianPayService - Class in com.egzosn.pay.wx.youdian.api
友店支付服务
WxYouDianPayService(WxYouDianPayConfigStorage) - Constructor for class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
 
WxYouDianPayService(WxYouDianPayConfigStorage, HttpConfigStorage) - Constructor for class com.egzosn.pay.wx.youdian.api.WxYouDianPayService
 

X

XML() - Static method in class com.egzosn.pay.common.bean.PayOutMessage
获得XML消息builder
XML - Class in com.egzosn.pay.common.util
XML工具
XML() - Constructor for class com.egzosn.pay.common.util.XML
 
XmlBuilder - Class in com.egzosn.pay.common.bean.outbuilder
source chanjarster/weixin-java-tools
XmlBuilder() - Constructor for class com.egzosn.pay.common.bean.outbuilder.XmlBuilder
 

Y

YdPayError - Class in com.egzosn.pay.wx.youdian.bean
 
YdPayError(int, String) - Constructor for class com.egzosn.pay.wx.youdian.bean.YdPayError
 
YdPayError(int, String, String) - Constructor for class com.egzosn.pay.wx.youdian.bean.YdPayError
 
YiJiBank - Enum in com.egzosn.pay.yiji.bean
对应的银行列表
YiJiPayConfigStorage - Class in com.egzosn.pay.yiji.api
易极付配置存储
YiJiPayConfigStorage() - Constructor for class com.egzosn.pay.yiji.api.YiJiPayConfigStorage
 
YiJiPayService - Class in com.egzosn.pay.yiji.api
易极付支付服务
YiJiPayService(YiJiPayConfigStorage, HttpConfigStorage) - Constructor for class com.egzosn.pay.yiji.api.YiJiPayService
 
YiJiPayService(YiJiPayConfigStorage) - Constructor for class com.egzosn.pay.yiji.api.YiJiPayService
 
YiJiTransactionType - Enum in com.egzosn.pay.yiji.bean
易极付交易类型
YouDianPayMessageHandler - Class in com.egzosn.pay.demo.service.handler
 
YouDianPayMessageHandler(Integer) - Constructor for class com.egzosn.pay.demo.service.handler.YouDianPayMessageHandler
 
YoudianPayMessageInterceptor - Class in com.egzosn.pay.demo.service.interceptor
回调信息拦截器
YoudianPayMessageInterceptor() - Constructor for class com.egzosn.pay.demo.service.interceptor.YoudianPayMessageInterceptor
 
YoudianTransactionType - Enum in com.egzosn.pay.wx.youdian.bean
友店交易类型
YYYY_MM_DD - Static variable in class com.egzosn.pay.common.util.DateUtils
 
YYYY_MM_DD_HH_MM_SS - Static variable in class com.egzosn.pay.common.util.DateUtils
 
YYYYMMDD - Static variable in class com.egzosn.pay.common.util.DateUtils
 
YYYYMMDDHHMMSS - Static variable in class com.egzosn.pay.common.util.DateUtils
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2019. All rights reserved.