跳过导航链接
A B C D E F G H I K L M N O P R S T U V Y Z 

A

AcpService - org.mutils.union.pay.util中的类
 
AcpService() - 类 的构造器org.mutils.union.pay.util.AcpService
 
ADD - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: add.
AMPERSAND - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: AMPERSAND.
APP_FORM_TYPE - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
 
APP_XML_TYPE - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
 
assymEncrypt(String, String, RSAPublicKey) - 类 中的方法org.mutils.union.pay.util.SecureUtil
 

B

base64Decode(String, String) - 类 中的静态方法org.mutils.union.pay.util.AcpService
对base64的字符串解base64
base64Decode(byte[]) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
BASE64解码
base64Encode(String, String) - 类 中的静态方法org.mutils.union.pay.util.AcpService
对字符串做base64
base64Encode(byte[]) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
BASE64编码
BaseHttpSSLSocketFactory - org.mutils.union.pay.util中的类
 
BaseHttpSSLSocketFactory() - 类 的构造器org.mutils.union.pay.util.BaseHttpSSLSocketFactory
 
BaseHttpSSLSocketFactory.MyX509TrustManager - org.mutils.union.pay.util中的类
 
BaseHttpSSLSocketFactory.TrustAnyHostnameVerifier - org.mutils.union.pay.util中的类
解决由于服务器证书问题导致HTTPS无法访问的情况 PS:HTTPS hostname wrong: should be
BLANK - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: blank.
byte2hex(byte[]) - 类 中的方法org.mutils.union.pay.util.SecureUtil
将byte数组转换为可见的大写字符串
ByteToHex(byte[]) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
 

C

CertUtil - org.mutils.union.pay.util中的类
证书
CertUtil() - 类 的构造器org.mutils.union.pay.util.CertUtil
 
checkClientTrusted(X509Certificate[], String) - 类 中的方法org.mutils.union.pay.util.BaseHttpSSLSocketFactory.MyX509TrustManager
 
checkmac(byte[], byte[], String) - 类 中的方法org.mutils.union.pay.util.SecureUtil
MAC校验
checkServerTrusted(X509Certificate[], String) - 类 中的方法org.mutils.union.pay.util.BaseHttpSSLSocketFactory.MyX509TrustManager
 
COLON - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: colon.
COLUMN_DEFAULT - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
 
COMMA - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: comma.
CONTENT_TYPE - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
 
convertResultStringToMap(String) - 类 中的静态方法org.mutils.union.pay.util.SignUtil
将形如key=value&key=value的字符串转换为相应的Map对象
coverMap2String(Map<String, String>) - 类 中的静态方法org.mutils.union.pay.util.SignUtil
将Map中的数据转换成按照Key的ascii码排序后的key1=value1&key2=value2的形式 不包含签名域signature
coverResultString2Map(String) - 类 中的静态方法org.mutils.union.pay.util.SignUtil
兼容老方法 将形如key=value&key=value的字符串转换为相应的Map对象
createAutoFormHtml(String, Map<String, String>) - 类 中的静态方法org.mutils.union.pay.util.AcpService
功能:前台交易构造HTTP POST自动提交表单
createSocket(InetAddress, int, InetAddress, int) - 类 中的方法org.mutils.union.pay.util.BaseHttpSSLSocketFactory
 
createSocket(String, int, InetAddress, int) - 类 中的方法org.mutils.union.pay.util.BaseHttpSSLSocketFactory
 
createSocket(InetAddress, int) - 类 中的方法org.mutils.union.pay.util.BaseHttpSSLSocketFactory
 
createSocket(String, int) - 类 中的方法org.mutils.union.pay.util.BaseHttpSSLSocketFactory
 
createSocket(Socket, String, int, boolean) - 类 中的方法org.mutils.union.pay.util.BaseHttpSSLSocketFactory
 
CUR_RMB - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: rmb.

D

deCodeFileContent(Map<String, String>, String, String) - 类 中的静态方法org.mutils.union.pay.util.AcpService
功能:解析交易返回的fileContent字符串并落地 ( 解base64,解DEFLATE压缩并落地)
适用到的交易:对账文件下载,批量交易状态查询
decryptData(String, String) - 类 中的静态方法org.mutils.union.pay.util.AcpService
敏感信息解密
DecryptedData(String, String, PrivateKey) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
通过私钥解密
decryptedPin(PrivateKey, byte[]) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
 
deflater(byte[]) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
压缩.
DIV - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: div.

E

enCodeFileContent(String, String) - 类 中的静态方法org.mutils.union.pay.util.AcpService
功能:将批量文件内容使用DEFLATE压缩算法压缩,Base64编码生成字符串并返回
适用到的交易:批量代付,批量代收,批量退货
encryptData(String, String) - 类 中的静态方法org.mutils.union.pay.util.AcpService
敏感信息加密并做base64(卡号,手机号,cvn2,有效期)
EncryptData(String, String, PublicKey) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
对数据通过公钥进行加密,并进行base64计算
encryptedData(PublicKey, byte[]) - 类 中的方法org.mutils.union.pay.util.SecureUtil
 
encryptedPin(PublicKey, byte[]) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
使用网关公钥对持卡人密码进行加密,并返回byte[]类型
encryptPin(String, String, String) - 类 中的静态方法org.mutils.union.pay.util.AcpService
密码加密并做base64
EncryptPin(String, String, String, PublicKey) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
密码加密,进行base64加密
encryptTrack(String, String) - 类 中的静态方法org.mutils.union.pay.util.AcpService
加密磁道信息,使用公钥文件
encryptTrack(String, String, String, String) - 类 中的静态方法org.mutils.union.pay.util.AcpService
加密磁道信息,使用模和指数
EQUAL - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: equal mark.

F

FAIL - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: forward fail.
FALSE_STRING - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: string false.
fillString(String, char, int, boolean) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
字符串填充
filterBlank(Map<String, String>) - 类 中的静态方法org.mutils.union.pay.util.SignUtil
过滤请求报文中的空字符串或者空字符串

G

GBK_ENCODING - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
 
GE - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: operation ge.
genmac(byte[], byte[]) - 类 中的方法org.mutils.union.pay.util.SecureUtil
计算MAC
get(String, String) - 类 中的静态方法org.mutils.union.pay.util.AcpService
功能:http Get方法 便民缴费产品中使用
getAcceptedIssuers() - 类 中的方法org.mutils.union.pay.util.BaseHttpSSLSocketFactory.MyX509TrustManager
 
getAccessType() - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
getBackUrl() - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
getBizType() - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
getCertIdByKeyStoreMap(String, String) - 类 中的静态方法org.mutils.union.pay.util.CertUtil
 
getCertIdByThreadLocal(String, String) - 类 中的静态方法org.mutils.union.pay.util.CertUtil
已过时。 
getCertMap() - 类 中的静态方法org.mutils.union.pay.util.CertUtil
获取证书容器
getChannelType() - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
getCurrencyCode() - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
getCustomerInfo(Map<String, String>, String, String) - 类 中的静态方法org.mutils.union.pay.util.AcpService
持卡人信息域customerInfo构造
说明:不勾选对敏感信息加密权限使用旧的构造customerInfo域方式,不对敏感信息进行加密(对 phoneNo,cvn2, expired不加密),但如果送pin的话则加密
getCustomerInfoWithEncrypt(Map<String, String>, String, String) - 类 中的静态方法org.mutils.union.pay.util.AcpService
持卡人信息域customerInfo构造,勾选对敏感信息加密权限 适用新加密规范,对pin和phoneNo,cvn2,expired加密
适用到的交易:
getDefaultCipherSuites() - 类 中的方法org.mutils.union.pay.util.BaseHttpSSLSocketFactory
 
getEncoding() - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
getEncryptCertId() - 类 中的静态方法org.mutils.union.pay.util.AcpService
获取敏感信息加密证书的物理序列号
getEncryptCertId() - 类 中的静态方法org.mutils.union.pay.util.CertUtil
获取加密证书的证书序列号
getEncryptCertPublicKey() - 类 中的静态方法org.mutils.union.pay.util.CertUtil
获取加密证书公钥.密码加密时需要
getEncryptTrackCertPublicKey(String, String) - 类 中的静态方法org.mutils.union.pay.util.CertUtil
使用模和指数的方式获取公钥对象
getEncryptTrackPublicKey() - 类 中的静态方法org.mutils.union.pay.util.CertUtil
获取加密证书公钥.密码加密时需要 加密磁道信息证书
getFileContent(String, String) - 类 中的静态方法org.mutils.union.pay.util.AcpService
将结果文件内容 转换成明文字符串:解base64,解压缩
适用到的交易:批量交易状态查询
getFrontUrl() - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
getKeyInfo(String, String, String) - 类 中的静态方法org.mutils.union.pay.util.CertUtil
将证书文件读取为证书存储对象
getMerId() - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
getOrderId() - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
getPublicKey(String, String) - 类 中的静态方法org.mutils.union.pay.util.CertUtil
使用模和指数生成RSA公钥 注意:此代码用了默认补位方式,为RSA/None/PKCS1Padding,不同JDK默认的补位方式可能不同
getPublicKey(String, String) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
 
getReqReserved() - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
getResult() - 类 中的方法org.mutils.union.pay.util.HttpClient
获取通信结果
getSignCertId() - 类 中的静态方法org.mutils.union.pay.util.CertUtil
获取签名证书中的证书序列号(单证书)
getSignCertPrivateKey() - 类 中的静态方法org.mutils.union.pay.util.CertUtil
获取签名证书私钥(单证书模式)
getSignCertPrivateKeyByStoreMap(String, String) - 类 中的静态方法org.mutils.union.pay.util.CertUtil
 
getSignCertPrivateKeyByThreadLocal(String, String) - 类 中的静态方法org.mutils.union.pay.util.CertUtil
已过时。 
getSignMethod() - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
getSignPublicKey() - 类 中的静态方法org.mutils.union.pay.util.CertUtil
获取签名证书公钥对象
getSupportedCipherSuites() - 类 中的方法org.mutils.union.pay.util.BaseHttpSSLSocketFactory
 
getTxnAmt() - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
getTxnSubType() - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
getTxnTime() - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
getTxnType() - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
getValidateKey() - 类 中的静态方法org.mutils.union.pay.util.CertUtil
验证签名证书
getValidateKey(String) - 类 中的静态方法org.mutils.union.pay.util.CertUtil
通过certId获取证书Map中对应证书的公钥
getVersion() - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
GLOBAL_FAIL - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: global forward fail.
GLOBAL_SUCCESS - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: global forward success.
GT - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: operation gt.

H

Hex2Str(byte[]) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
将byte数组转换为可见的字符串
Hex2Str(byte[], int) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
将byte数组转换为可见的字符串
HttpClient - org.mutils.union.pay.util中的类
 
HttpClient(String, int, int) - 类 的构造器org.mutils.union.pay.util.HttpClient
构造函数

I

inflater(byte[]) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
解压缩.
init() - 类 中的静态方法org.mutils.union.pay.util.CertUtil
初始化所有证书.
initSignCert() - 类 中的静态方法org.mutils.union.pay.util.CertUtil
加载签名证书
initSignCert(String, String) - 类 中的静态方法org.mutils.union.pay.util.CertUtil
已过时。 
isEmpty(String) - 类 中的静态方法org.mutils.union.pay.util.SignUtil
判断字符串是否为NULL或空

K

KEY_DELIMITER - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
 

L

LB - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: left .
LE - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: operation le.
LEFT_BRACE - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
 
LINE - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: line.
loadRsaCert(String, String) - 类 中的静态方法org.mutils.union.pay.util.CertUtil
加载RSA签名证书
LT - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: operation lt.

M

MAIL - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: @.
md5(byte[]) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
md5计算.
md5(String, String) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
md5计算
md5X16(String, String) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
md5计算后进行16进制转换
MyX509TrustManager() - 类 的构造器org.mutils.union.pay.util.BaseHttpSSLSocketFactory.MyX509TrustManager
 

N

NE - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: operation ne.
NUM_SIX - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: number six.
NZERO - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: number zero.

O

ONE - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: String ONE.
org.mutils.union.pay - 程序包 org.mutils.union.pay
 
org.mutils.union.pay.model - 程序包 org.mutils.union.pay.model
 
org.mutils.union.pay.util - 程序包 org.mutils.union.pay.util
 

P

PAGE_SIZE - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: .page size
param_accessType - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
接入类型.
param_accNo - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
账号.
param_accType - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
账户类型.
param_acqInsCode - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
收单机构代码.
param_activateStatus - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
开通状态.
param_additionalDistrictCode - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
附加地区代码.
param_backUrl - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
后台通知地址.
param_balance - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
余额.
param_batchNo - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
批次号.
param_billAmt - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
账单金额.
param_billAmtSign - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
账单金额符号.
param_billDetailInfo - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
账单详情.
param_billMonth - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
账单月份.
param_billNo - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
账单号码.
param_billQueryInfo - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
账单查询要素.
param_billType - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
账单类型.
param_bindId - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
绑定标识号.
param_bindInfoList - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
绑定信息集.
param_bindInfoQty - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
绑定信息条数.
param_bizType - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
业务类型.
param_certId - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
证书ID.
param_checkFlag - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
验证标识.
param_commodityCategory - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
商品总类.
param_commodityName - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
商品名称.
param_commodityQty - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
商品数量.
param_commodityUnitPrice - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
商品单价.
param_commodityUrl - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
商品URL.
param_csMerId - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
Cupsecure 商户代码.
param_currencyCode - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
币种.
param_customerInfo - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
持卡人信息.
param_customerIp - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
持卡人IP.
param_customPayType - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
自定义支付方式.
param_defaultPayType - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
默认支付方式.
param_districtCode - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
地区代码.
param_encoding - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
编码方式.
param_encryptCertId - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
加密证书ID.
param_exchangeDate - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
兑换日期.
param_exchangeRate - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
清算汇率.
param_fileContent - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
批量文件内容.
param_fileName - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
文件名称.
param_fileType - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
文件类型.
param_frontUrl - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
前台通知地址 .
param_ICTransData - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
IC卡交易信息域
param_instalRate - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
分期付款手续费率
param_interactMode - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
交互模式.
param_isPreAuth - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
是否预授权.
param_issInsCode - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
发卡机构代码.
param_issuerIdentifyMode - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
发卡机构识别模式.
param_mchntFeeSubsidy - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
分期付款手续费率
param_merAbbr - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
商户简称.
param_merCatCode - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
商户类别.
param_merId - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
商户代码.
param_merName - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
商户名称.
param_merNote - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
商户摘要.
param_merType - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
商户类型.
param_merUserEmail - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
商户端用户注册邮箱.
param_merUserId - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
商户端用户号.
param_merUserRegDt - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
商户端用户注册时间.
param_orderId - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
商户订单号.
param_orderTimeoutInterval - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
订单超时时间间隔.
param_origQryId - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
原交易查询流水号.
param_origRespCode - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
原交易应答码.
param_origRespMsg - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
原交易应答信息.
param_payCardType - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
支付卡类型.
param_payTimeoutTime - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
支付超时时间.
param_payType - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
支付方式.
param_queryId - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
查询流水号.
param_reqReserved - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
请求方保留域.
param_reserved - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
保留域.
param_respCode - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
应答码.
param_respMsg - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
应答码信息.
param_respTime - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
响应时间.
param_riskCtrlInfo - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
风控信息域
param_riskLevel - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
风险级别.
param_securityType - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
安全类型
param_settleAmt - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
清算金额.
param_settleCurrencyCode - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
清算币种.
param_settleDate - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
清算日期.
param_shippingCityCode - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
收货地址-市.
param_shippingCountryCode - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
收货地址-国家.
param_shippingDistrictCode - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
收货地址-地区.
param_shippingFlag - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
物流标识.
param_shippingProvinceCode - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
收货地址-省.
param_shippingStreet - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
收货地址-详细.
param_signature - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
签名.
param_smsType - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
短信类型
param_subMerAbbr - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
二级商户简称.
param_subMerId - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
二级商户代码.
param_subMerName - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
二级商户名称.
param_supPayType - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
支持支付方式.
param_termId - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
终端号.
param_termType - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
终端类型.
param_tn - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
银联订单号
param_totalAmt - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
总金额.
param_totalQty - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
总笔数.
param_traceNo - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
系统跟踪号.
param_traceTime - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
交易传输时间.
param_txnAmt - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
交易金额.
param_txnSendTime - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
发送时间.
param_txnSubType - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
交易子类.
param_txnTime - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
交易时间.
param_txnType - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
交易类型.
param_userMac - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
用户MAC、IMEI串号、SSID.
param_version - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
版本号.
param_VPCTransData - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
VPC交易信息域
parseCustomerInfo(String, String) - 类 中的静态方法org.mutils.union.pay.util.AcpService
解析返回报文(后台通知)中的customerInfo域:解base64,如果带敏感信息加密 encryptedInfo 则将其解密并将 encryptedInfo中的域放到customerInfoMap返回
parseNotify(HttpServletRequest) - 类 中的静态方法org.mutils.union.pay.UnionPayFunctions
银联回调解析 //response.getWriter().print("ok");//返回给银联服务器http 200 状态码
parseQString(String) - 类 中的静态方法org.mutils.union.pay.util.SignUtil
解析应答字符串,生成应答要素
pin2PinBlockWithCardNO(String, String) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
 
POINT - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: point.
post(Map<String, String>, String, String) - 类 中的静态方法org.mutils.union.pay.util.AcpService
功能:后台交易提交请求报文并接收同步应答报文
printProviders() - 类 中的静态方法org.mutils.union.pay.util.CertUtil
 
printSysInfo() - 类 中的静态方法org.mutils.union.pay.util.CertUtil
 

R

RB - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: right.
read(InputStream) - 类 中的静态方法org.mutils.union.pay.util.HttpClient
 
RIGHT_BRACE - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
 

S

SDKConstants - org.mutils.union.pay.util中的类
 
SDKConstants() - 类 的构造器org.mutils.union.pay.util.SDKConstants
 
SecureUtil - org.mutils.union.pay.util中的类
 
SecureUtil() - 类 的构造器org.mutils.union.pay.util.SecureUtil
 
send(Map<String, String>, String) - 类 中的方法org.mutils.union.pay.util.HttpClient
发送信息到服务端
sendGet(String) - 类 中的方法org.mutils.union.pay.util.HttpClient
发送信息到服务端 GET方式
SEP - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: list separator.
setAccessType(String) - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
setBackUrl(String) - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
setBizType(String) - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
setCertMap(Map<String, X509Certificate>) - 类 中的静态方法org.mutils.union.pay.util.CertUtil
设置证书容器
setChannelType(String) - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
setCurrencyCode(String) - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
setEncoding(String) - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
setFrontUrl(String) - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
setMerId(String) - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
setOrderId(String) - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
setReqReserved(String) - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
setResult(String) - 类 中的方法org.mutils.union.pay.util.HttpClient
设置通信结果
setSignMethod(String) - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
setTxnAmt(Integer) - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
setTxnSubType(String) - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
setTxnTime(String) - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
setTxnType(String) - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
setVersion(String) - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
sha1(byte[]) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
sha1计算.
sha1(String, String) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
sha1计算
sha1X16(String, String) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
sha1计算后进行16进制转换
sign(Map<String, String>) - 类 中的静态方法org.mutils.union.pay.util.AcpService
请求报文签名(使用配置文件中配置的私钥证书加密)
功能:对请求报文进行签名,并计算赋值certid,signature字段并返回
sign(Map<String, String>, String, String, String) - 类 中的静态方法org.mutils.union.pay.util.AcpService
多证书签名(通过传入私钥证书路径和密码加密)
功能:如果有多个商户号接入银联,每个商户号对应不同的证书可以使用此方法:传入私钥证书和密码(并且在acp_sdk.properties中 配置 acpsdk.singleMode=false)
sign(Map<String, String>, String) - 类 中的静态方法org.mutils.union.pay.util.SignUtil
生成签名值(SHA1摘要算法)
signByCertInfo(Map<String, String>, String, String, String) - 类 中的静态方法org.mutils.union.pay.util.SignUtil
通过传入的证书绝对路径和证书密码读取签名证书进行签名并返回签名值
signBySoft(PrivateKey, byte[]) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
软签名
SignUtil - org.mutils.union.pay.util中的类
 
SignUtil() - 类 的构造器org.mutils.union.pay.util.SignUtil
 
SLASH - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: slash.
SPACE - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
member variabel: space.
SQL_LIKE_TAG - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: SQL_LIKE_TAG.
STAR - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber varibale: star.
Str2Hex(String) - 类 中的方法org.mutils.union.pay.util.SecureUtil
将字符串转换为byte数组
SUCCESS - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: forward success.

T

toTreeMap() - 类 中的方法org.mutils.union.pay.model.UnionPayModel
 
trace(byte[]) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
以16进制对照的方式打印byte数组
TRUE_STRING - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: string true.
TrustAnyHostnameVerifier() - 类 的构造器org.mutils.union.pay.util.BaseHttpSSLSocketFactory.TrustAnyHostnameVerifier
 

U

unionPay(UnionPayModel) - 类 中的静态方法org.mutils.union.pay.UnionPayFunctions
银联支付返回一个form表单
UnionPayFunctions - org.mutils.union.pay中的类
银联支付功能列表
UnionPayFunctions() - 类 的构造器org.mutils.union.pay.UnionPayFunctions
 
UnionPayModel - org.mutils.union.pay.model中的类
银联下单对象
UnionPayModel() - 类 的构造器org.mutils.union.pay.model.UnionPayModel
 
UNLINE - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: unline.
UTF_8_ENCODING - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
 

V

validate(Map<String, String>, String) - 类 中的静态方法org.mutils.union.pay.util.AcpService
验证签名(SHA-1摘要算法)
validateAppResponse(String, String) - 类 中的静态方法org.mutils.union.pay.util.AcpService
对控件支付成功返回的结果信息中data域进行验签(控件端获取的应答信息)
validateSignBySoft(PublicKey, byte[], byte[]) - 类 中的静态方法org.mutils.union.pay.util.SecureUtil
软验证签名
verify(String, SSLSession) - 类 中的方法org.mutils.union.pay.util.BaseHttpSSLSocketFactory.TrustAnyHostnameVerifier
 

Y

Y - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: Y.

Z

ZERO - 类 中的静态变量org.mutils.union.pay.util.SDKConstants
memeber variable: String ZERO.
A B C D E F G H I K L M N O P R S T U V Y Z 
跳过导航链接

Copyright © 2019. All rights reserved.