跳过导航链接
A B C D E G H I J L M N O P Q R S T V W 

A

AESEncryptor - com.lehuipay.leona中的类
AES加密器
AESEncryptor() - 类 的构造器com.lehuipay.leona.AESEncryptor
 
AESPKCS7 - com.lehuipay.leona.utils中的类
AES128 算法 CBC 模式 PKCS7Padding 填充模式 CBC模式需要添加一个参数iv 介于java 不支持PKCS7Padding,只支持PKCS5Padding 但是PKCS7Padding 和 PKCS5Padding 没有什么区别 要实现在java端用PKCS7Padding填充,需要用到bouncycastle组件来实现
AESPKCS7() - 类 的构造器com.lehuipay.leona.utils.AESPKCS7
 
AsymmetricEncryptor - com.lehuipay.leona.contracts中的接口
非对称加密

B

base64Decode(String) - 类 中的静态方法com.lehuipay.leona.utils.CommonUtil
 
base64Encode(byte[]) - 类 中的静态方法com.lehuipay.leona.utils.CommonUtil
 
build() - 类 中的方法com.lehuipay.leona.LeonaClient.Builder
 
build() - 类 中的方法com.lehuipay.leona.model.DownloadBillsRequest.Builder
 
build() - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest.Builder
 
build() - 类 中的方法com.lehuipay.leona.model.MicropayPaymentRequest.Builder
 
build() - 类 中的方法com.lehuipay.leona.model.QRCodePaymentRequest.Builder
 
build() - 类 中的方法com.lehuipay.leona.model.QueryBalanceRequest.Builder
 
build() - 类 中的方法com.lehuipay.leona.model.QueryPaymentRequest.Builder
 
build() - 类 中的方法com.lehuipay.leona.model.QueryRefundRequest.Builder
 
build() - 类 中的方法com.lehuipay.leona.model.QueryWithdrawalRequest.Builder
 
build() - 类 中的方法com.lehuipay.leona.model.RefundRequest.Builder
 
build() - 类 中的方法com.lehuipay.leona.model.WithdrawRequest.Builder
 
builder() - 类 中的静态方法com.lehuipay.leona.LeonaClient
 
Builder() - 类 的构造器com.lehuipay.leona.LeonaClient.Builder
 
builder() - 类 中的静态方法com.lehuipay.leona.model.DownloadBillsRequest
 
Builder() - 类 的构造器com.lehuipay.leona.model.DownloadBillsRequest.Builder
 
builder() - 类 中的静态方法com.lehuipay.leona.model.JspayPaymentRequest
 
Builder() - 类 的构造器com.lehuipay.leona.model.JspayPaymentRequest.Builder
 
builder() - 类 中的静态方法com.lehuipay.leona.model.MicropayPaymentRequest
 
Builder() - 类 的构造器com.lehuipay.leona.model.MicropayPaymentRequest.Builder
 
builder() - 类 中的静态方法com.lehuipay.leona.model.QRCodePaymentRequest
 
Builder() - 类 的构造器com.lehuipay.leona.model.QRCodePaymentRequest.Builder
 
builder() - 类 中的静态方法com.lehuipay.leona.model.QueryBalanceRequest
 
Builder() - 类 的构造器com.lehuipay.leona.model.QueryBalanceRequest.Builder
 
builder() - 类 中的静态方法com.lehuipay.leona.model.QueryPaymentRequest
 
Builder() - 类 的构造器com.lehuipay.leona.model.QueryPaymentRequest.Builder
 
builder() - 类 中的静态方法com.lehuipay.leona.model.QueryRefundRequest
 
Builder() - 类 的构造器com.lehuipay.leona.model.QueryRefundRequest.Builder
 
builder() - 类 中的静态方法com.lehuipay.leona.model.QueryWithdrawalRequest
 
Builder() - 类 的构造器com.lehuipay.leona.model.QueryWithdrawalRequest.Builder
 
builder() - 类 中的静态方法com.lehuipay.leona.model.RefundRequest
 
Builder() - 类 的构造器com.lehuipay.leona.model.RefundRequest.Builder
 
builder() - 类 中的静态方法com.lehuipay.leona.model.WithdrawRequest
 
Builder() - 类 的构造器com.lehuipay.leona.model.WithdrawRequest.Builder
 

C

Callback<T> - com.lehuipay.leona中的接口
异步http请求callback函数
callback(LeonaException, T) - 接口 中的方法com.lehuipay.leona.Callback
异步http请求callback方法 http status code > 300时, httpClient将responseBody封装为LeonaException 使用LeonaException中方法获取http请求失败的原因, 例如 leonaClient.qrCodePay(req, (e, data) -> { if (e !
Client - com.lehuipay.leona.contracts中的接口
支付业务接口
CLIENT_TYPE_ALIPAY - 接口 中的静态变量com.lehuipay.leona.Const
 
CLIENT_TYPE_JDPAY - 接口 中的静态变量com.lehuipay.leona.Const
 
CLIENT_TYPE_UNIONPAY - 接口 中的静态变量com.lehuipay.leona.Const
 
CLIENT_TYPE_WEIXIN - 接口 中的静态变量com.lehuipay.leona.Const
 
com.lehuipay.leona - 程序包 com.lehuipay.leona
 
com.lehuipay.leona.contracts - 程序包 com.lehuipay.leona.contracts
 
com.lehuipay.leona.exception - 程序包 com.lehuipay.leona.exception
 
com.lehuipay.leona.interceptor - 程序包 com.lehuipay.leona.interceptor
 
com.lehuipay.leona.model - 程序包 com.lehuipay.leona.model
 
com.lehuipay.leona.utils - 程序包 com.lehuipay.leona.utils
 
CommonUtil - com.lehuipay.leona.utils中的类
 
CommonUtil() - 类 的构造器com.lehuipay.leona.utils.CommonUtil
 
Const - com.lehuipay.leona中的接口
常量接口
createJspayPayment(JspayPaymentRequest) - 接口 中的方法com.lehuipay.leona.contracts.Client
 
createJspayPayment(JspayPaymentRequest, Callback<JspayPaymentResponse>) - 接口 中的方法com.lehuipay.leona.contracts.Client
 
createJspayPayment(JspayPaymentRequest) - 类 中的方法com.lehuipay.leona.LeonaClient
消费者扫商家二维码支付
createJspayPayment(JspayPaymentRequest, Callback<JspayPaymentResponse>) - 类 中的方法com.lehuipay.leona.LeonaClient
消费者扫商家二维码支付(异步)
createMicropayPayment(MicropayPaymentRequest) - 接口 中的方法com.lehuipay.leona.contracts.Client
 
createMicropayPayment(MicropayPaymentRequest, Callback<MicropayPaymentResponse>) - 接口 中的方法com.lehuipay.leona.contracts.Client
 
createMicropayPayment(MicropayPaymentRequest) - 类 中的方法com.lehuipay.leona.LeonaClient
刷卡交易
createMicropayPayment(MicropayPaymentRequest, Callback<MicropayPaymentResponse>) - 类 中的方法com.lehuipay.leona.LeonaClient
刷卡交易(异步)
createQRCodePayment(QRCodePaymentRequest) - 接口 中的方法com.lehuipay.leona.contracts.Client
 
createQRCodePayment(QRCodePaymentRequest, Callback<QRCodePaymentResponse>) - 接口 中的方法com.lehuipay.leona.contracts.Client
 
createQRCodePayment(QRCodePaymentRequest) - 类 中的方法com.lehuipay.leona.LeonaClient
二维码支付
createQRCodePayment(QRCodePaymentRequest, Callback<QRCodePaymentResponse>) - 类 中的方法com.lehuipay.leona.LeonaClient
二维码支付(异步)
createRefund(RefundRequest) - 接口 中的方法com.lehuipay.leona.contracts.Client
 
createRefund(RefundRequest, Callback<RefundResponse>) - 接口 中的方法com.lehuipay.leona.contracts.Client
 
createRefund(RefundRequest) - 类 中的方法com.lehuipay.leona.LeonaClient
退款
createRefund(RefundRequest, Callback<RefundResponse>) - 类 中的方法com.lehuipay.leona.LeonaClient
退款(异步)

D

decrypt(String, byte[]) - 类 中的方法com.lehuipay.leona.AESEncryptor
AES解密
decrypt(String, byte[]) - 接口 中的方法com.lehuipay.leona.contracts.SymmetricEncryptor
 
decrypt(byte[], byte[], byte[]) - 类 中的方法com.lehuipay.leona.utils.AESPKCS7
解密方法
decryptWithIVBase64(String, byte[], int) - 类 中的方法com.lehuipay.leona.utils.AESPKCS7
解密方法
download(String, String, R, OutputStream) - 类 中的方法com.lehuipay.leona.HttpClient
 
download(String, String, R, Callback<OutputStream>) - 类 中的方法com.lehuipay.leona.HttpClient
 
DOWNLOAD_BILLS_URL - 接口 中的静态变量com.lehuipay.leona.Const
 
downloadBills(DownloadBillsRequest, OutputStream) - 接口 中的方法com.lehuipay.leona.contracts.Client
 
downloadBills(DownloadBillsRequest, Callback<OutputStream>) - 接口 中的方法com.lehuipay.leona.contracts.Client
 
downloadBills(DownloadBillsRequest, OutputStream) - 类 中的方法com.lehuipay.leona.LeonaClient
获取账单
downloadBills(DownloadBillsRequest, Callback<OutputStream>) - 类 中的方法com.lehuipay.leona.LeonaClient
获取账单(异步)
DownloadBillsRequest - com.lehuipay.leona.model中的类
 
DownloadBillsRequest(DownloadBillsRequest.Builder) - 类 的构造器com.lehuipay.leona.model.DownloadBillsRequest
 
DownloadBillsRequest.Builder - com.lehuipay.leona.model中的类
 

E

encode(byte[]) - 类 中的静态方法com.lehuipay.leona.utils.HMAC
HEX编码数据
encrypt(byte[], String) - 类 中的方法com.lehuipay.leona.AESEncryptor
AES加密
encrypt(byte[], String) - 接口 中的方法com.lehuipay.leona.contracts.SymmetricEncryptor
 
encrypt(byte[], byte[], byte[]) - 类 中的方法com.lehuipay.leona.utils.AESPKCS7
加密方法, 不对结果进行base64二次加密
encryptWithIVBase64(byte[], byte[], byte[]) - 类 中的方法com.lehuipay.leona.utils.AESPKCS7
加密方法
equals(String, String) - 类 中的静态方法com.lehuipay.leona.utils.CommonUtil
"" 等同于null处理
ErrorCode - com.lehuipay.leona.contracts中的接口
 
errorCode - 异常错误 中的变量com.lehuipay.leona.exception.LeonaRuntimeException
错误码
ErrorMessage - com.lehuipay.leona.model中的类
 
ErrorMessage() - 类 的构造器com.lehuipay.leona.model.ErrorMessage
 

G

getAgentID() - 类 中的方法com.lehuipay.leona.Options
 
getAgentKey() - 类 中的方法com.lehuipay.leona.Options
 
getAmount() - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest
 
getAmount() - 类 中的方法com.lehuipay.leona.model.MicropayPaymentRequest
 
getAmount() - 类 中的方法com.lehuipay.leona.model.Payment
 
getAmount() - 类 中的方法com.lehuipay.leona.model.QRCodePaymentRequest
 
getAmount() - 类 中的方法com.lehuipay.leona.model.QueryBalanceResponse
 
getAmount() - 类 中的方法com.lehuipay.leona.model.Refund
 
getAmount() - 类 中的方法com.lehuipay.leona.model.RefundRequest
 
getAmount() - 类 中的方法com.lehuipay.leona.model.Withdrawal
 
getAmount() - 类 中的方法com.lehuipay.leona.model.WithdrawRequest
 
getAppID() - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest
 
getAppID() - 类 中的方法com.lehuipay.leona.model.Payment
 
getAppID() - 类 中的方法com.lehuipay.leona.model.Refund
 
getAuthCode() - 类 中的方法com.lehuipay.leona.model.MicropayPaymentRequest
 
getBuyerID() - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest
 
getBuyerID() - 类 中的方法com.lehuipay.leona.model.Payment
 
getBuyerID() - 类 中的方法com.lehuipay.leona.model.Refund
 
getCallbackURL() - 类 中的方法com.lehuipay.leona.model.QRCodePaymentRequest
 
getClientIP() - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest
 
getClientIP() - 类 中的方法com.lehuipay.leona.model.MicropayPaymentRequest
 
getClientType() - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest
 
getClientType() - 类 中的方法com.lehuipay.leona.model.Payment
 
getClientType() - 类 中的方法com.lehuipay.leona.model.Refund
 
getCode() - 接口 中的方法com.lehuipay.leona.contracts.ErrorCode
获取错误码
getCode() - 枚举 中的方法com.lehuipay.leona.exception.LeonaErrorCodeEnum
 
getCode() - 异常错误 中的方法com.lehuipay.leona.exception.LeonaException
 
getCode() - 类 中的方法com.lehuipay.leona.model.ErrorMessage
 
getCreatedAt() - 类 中的方法com.lehuipay.leona.model.Payment
 
getCreatedAt() - 类 中的方法com.lehuipay.leona.model.Refund
 
getDate() - 类 中的方法com.lehuipay.leona.model.DownloadBillsRequest
 
getEncryptionAccept() - 类 中的方法com.lehuipay.leona.Options
 
getEncryptionLevel() - 类 中的方法com.lehuipay.leona.Options
 
getErrorCode() - 异常错误 中的方法com.lehuipay.leona.exception.LeonaRuntimeException
Getter method for property errorCode.
getFinishedAt() - 类 中的方法com.lehuipay.leona.model.Payment
 
getFinishedAt() - 类 中的方法com.lehuipay.leona.model.Refund
 
getFrozenAmount() - 类 中的方法com.lehuipay.leona.model.QueryBalanceResponse
 
getHint() - 类 中的方法com.lehuipay.leona.model.MicropayPaymentResponse
 
getJsData() - 类 中的方法com.lehuipay.leona.model.JspayPaymentResponse
 
getLhPubKey() - 类 中的方法com.lehuipay.leona.Options
 
getMerchantID() - 类 中的方法com.lehuipay.leona.model.DownloadBillsRequest
 
getMerchantID() - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest
 
getMerchantID() - 类 中的方法com.lehuipay.leona.model.JspayPaymentResponse
 
getMerchantID() - 类 中的方法com.lehuipay.leona.model.MicropayPaymentRequest
 
getMerchantID() - 类 中的方法com.lehuipay.leona.model.Payment
 
getMerchantID() - 类 中的方法com.lehuipay.leona.model.QRCodePaymentRequest
 
getMerchantID() - 类 中的方法com.lehuipay.leona.model.QRCodePaymentResponse
 
getMerchantID() - 类 中的方法com.lehuipay.leona.model.QueryBalanceRequest
 
getMerchantID() - 类 中的方法com.lehuipay.leona.model.QueryBalanceResponse
 
getMerchantID() - 类 中的方法com.lehuipay.leona.model.QueryPaymentRequest
 
getMerchantID() - 类 中的方法com.lehuipay.leona.model.QueryRefundRequest
 
getMerchantID() - 类 中的方法com.lehuipay.leona.model.QueryWithdrawalRequest
 
getMerchantID() - 类 中的方法com.lehuipay.leona.model.Refund
 
getMerchantID() - 类 中的方法com.lehuipay.leona.model.RefundRequest
 
getMerchantID() - 类 中的方法com.lehuipay.leona.model.Withdrawal
 
getMerchantID() - 类 中的方法com.lehuipay.leona.model.WithdrawRequest
 
getMerchantOrderNo() - 类 中的方法com.lehuipay.leona.model.Payment
 
getMessage() - 接口 中的方法com.lehuipay.leona.contracts.ErrorCode
获取错误信息
getMessage() - 枚举 中的方法com.lehuipay.leona.exception.LeonaErrorCodeEnum
 
getMessage() - 异常错误 中的方法com.lehuipay.leona.exception.LeonaException
 
getMessage() - 类 中的方法com.lehuipay.leona.model.ErrorMessage
 
getNotifyURL() - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest
 
getNotifyURL() - 类 中的方法com.lehuipay.leona.model.MicropayPaymentRequest
 
getNotifyURL() - 类 中的方法com.lehuipay.leona.model.QRCodePaymentRequest
 
getOptions() - 类 中的方法com.lehuipay.leona.LeonaClient
获得LeonaClient的初始化参数
getOrderNo() - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest
 
getOrderNo() - 类 中的方法com.lehuipay.leona.model.JspayPaymentResponse
 
getOrderNo() - 类 中的方法com.lehuipay.leona.model.MicropayPaymentRequest
 
getOrderNo() - 类 中的方法com.lehuipay.leona.model.Payment
 
getOrderNo() - 类 中的方法com.lehuipay.leona.model.QRCodePaymentRequest
 
getOrderNo() - 类 中的方法com.lehuipay.leona.model.QRCodePaymentResponse
 
getOrderNo() - 类 中的方法com.lehuipay.leona.model.QueryPaymentRequest
 
getOrderNo() - 类 中的方法com.lehuipay.leona.model.QueryRefundRequest
 
getOrderNo() - 类 中的方法com.lehuipay.leona.model.Refund
 
getOrderNo() - 类 中的方法com.lehuipay.leona.model.RefundRequest
 
getPartnerPriKey() - 类 中的方法com.lehuipay.leona.Options
 
getPrepayID() - 类 中的方法com.lehuipay.leona.model.JspayPaymentResponse
 
getPrivateKey(String) - 类 中的静态方法com.lehuipay.leona.utils.RSAEncrypt
从字符串中加载私钥
getPublicKey(String) - 类 中的静态方法com.lehuipay.leona.utils.RSAEncrypt
从字符串中加载公钥
getReason() - 类 中的方法com.lehuipay.leona.model.Payment
 
getReason() - 类 中的方法com.lehuipay.leona.model.Refund
 
getReason() - 类 中的方法com.lehuipay.leona.model.Withdrawal
 
getRefundID() - 类 中的方法com.lehuipay.leona.model.QueryRefundRequest
 
getRefundID() - 类 中的方法com.lehuipay.leona.model.Refund
 
getRefundNo() - 类 中的方法com.lehuipay.leona.model.QueryRefundRequest
 
getRefundNo() - 类 中的方法com.lehuipay.leona.model.Refund
 
getRefundNo() - 类 中的方法com.lehuipay.leona.model.RefundRequest
 
getRequestID() - 类 中的方法com.lehuipay.leona.model.QueryWithdrawalRequest
 
getRequestID() - 类 中的方法com.lehuipay.leona.model.Withdrawal
 
getRequestID() - 类 中的方法com.lehuipay.leona.model.WithdrawRequest
 
getSecretKey() - 类 中的方法com.lehuipay.leona.Options
 
getStatus() - 类 中的方法com.lehuipay.leona.model.Payment
 
getStatus() - 类 中的方法com.lehuipay.leona.model.Refund
 
getStatus() - 类 中的方法com.lehuipay.leona.model.Withdrawal
 
getTags() - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest
 
getTags() - 类 中的方法com.lehuipay.leona.model.MicropayPaymentRequest
 
getTags() - 类 中的方法com.lehuipay.leona.model.QRCodePaymentRequest
 
getTerminalID() - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest
 
getTerminalID() - 类 中的方法com.lehuipay.leona.model.MicropayPaymentRequest
 
getTerminalID() - 类 中的方法com.lehuipay.leona.model.Payment
 
getTerminalID() - 类 中的方法com.lehuipay.leona.model.QRCodePaymentRequest
 
getTerminalID() - 类 中的方法com.lehuipay.leona.model.Refund
 
getTotalAmount() - 类 中的方法com.lehuipay.leona.model.Refund
 
getTradeType() - 类 中的方法com.lehuipay.leona.model.Payment
 
getTradeType() - 类 中的方法com.lehuipay.leona.model.Refund
 
getTransactionID() - 类 中的方法com.lehuipay.leona.model.JspayPaymentResponse
 
getTransactionID() - 类 中的方法com.lehuipay.leona.model.Payment
 
getTransactionID() - 类 中的方法com.lehuipay.leona.model.QRCodePaymentResponse
 
getTransactionID() - 类 中的方法com.lehuipay.leona.model.QueryPaymentRequest
 
getTransactionID() - 类 中的方法com.lehuipay.leona.model.QueryRefundRequest
 
getTransactionID() - 类 中的方法com.lehuipay.leona.model.Refund
 
getTransactionID() - 类 中的方法com.lehuipay.leona.model.RefundRequest
 
getType() - 接口 中的方法com.lehuipay.leona.contracts.ErrorCode
错误类型
getType() - 枚举 中的方法com.lehuipay.leona.exception.LeonaErrorCodeEnum
 
getType() - 异常错误 中的方法com.lehuipay.leona.exception.LeonaException
 
getType() - 类 中的方法com.lehuipay.leona.model.ErrorMessage
 
getUpstreamOrderNo() - 类 中的方法com.lehuipay.leona.model.Payment
 
getUrl() - 类 中的方法com.lehuipay.leona.model.QRCodePaymentResponse
 

H

HEADER_AGENTID - 接口 中的静态变量com.lehuipay.leona.Const
 
HEADER_ENCRYPTION_ACCEPT - 接口 中的静态变量com.lehuipay.leona.Const
 
HEADER_ENCRYPTION_KEY - 接口 中的静态变量com.lehuipay.leona.Const
 
HEADER_ENCRYPTION_LEVEL - 接口 中的静态变量com.lehuipay.leona.Const
 
HEADER_ENCRYPTION_LEVEL_L0 - 接口 中的静态变量com.lehuipay.leona.Const
 
HEADER_ENCRYPTION_LEVEL_L1 - 接口 中的静态变量com.lehuipay.leona.Const
 
HEADER_ENCRYPTION_LEVEL_L2 - 接口 中的静态变量com.lehuipay.leona.Const
 
HEADER_ENCRYPTION_SIGN - 接口 中的静态变量com.lehuipay.leona.Const
 
HEADER_NONCE - 接口 中的静态变量com.lehuipay.leona.Const
 
HEADER_SIGNATURE - 接口 中的静态变量com.lehuipay.leona.Const
 
HMAC - com.lehuipay.leona.utils中的类
 
HMAC() - 类 的构造器com.lehuipay.leona.utils.HMAC
 
hmacSHA256(byte[], byte[]) - 类 中的静态方法com.lehuipay.leona.utils.HMAC
HMAC-SHA256签名算法
HMACSigner - com.lehuipay.leona中的类
HMAC-SHA256签名器
HMACSigner(String, String) - 类 的构造器com.lehuipay.leona.HMACSigner
 
HttpClient - com.lehuipay.leona中的类
 
HttpClient(Options) - 类 的构造器com.lehuipay.leona.HttpClient
 

I

intercept(Interceptor.Chain) - 类 中的方法com.lehuipay.leona.interceptor.L1Interceptor
 
intercept(Interceptor.Chain) - 类 中的方法com.lehuipay.leona.interceptor.L2Interceptor
 
intercept(Interceptor.Chain) - 类 中的方法com.lehuipay.leona.interceptor.SignInterceptor
 
InterceptorHelper - com.lehuipay.leona.interceptor中的类
 
InterceptorHelper() - 类 的构造器com.lehuipay.leona.interceptor.InterceptorHelper
 
isEmpty(String) - 类 中的静态方法com.lehuipay.leona.utils.CommonUtil
 
IV_LENGTH - 接口 中的静态变量com.lehuipay.leona.Const
 

J

JSPAY_PAYMENT_URL - 接口 中的静态变量com.lehuipay.leona.Const
 
JspayPaymentRequest - com.lehuipay.leona.model中的类
 
JspayPaymentRequest(JspayPaymentRequest.Builder) - 类 的构造器com.lehuipay.leona.model.JspayPaymentRequest
 
JspayPaymentRequest.Builder - com.lehuipay.leona.model中的类
 
JspayPaymentResponse - com.lehuipay.leona.model中的类
 
JspayPaymentResponse() - 类 的构造器com.lehuipay.leona.model.JspayPaymentResponse
 

L

L1Interceptor - com.lehuipay.leona.interceptor中的类
 
L1Interceptor(SymmetricEncryptor, AsymmetricEncryptor, String) - 类 的构造器com.lehuipay.leona.interceptor.L1Interceptor
 
L2Interceptor - com.lehuipay.leona.interceptor中的类
 
L2Interceptor(SymmetricEncryptor, String, String) - 类 的构造器com.lehuipay.leona.interceptor.L2Interceptor
 
LeonaClient - com.lehuipay.leona中的类
LeonaClient一个线程安全的, 支持异步的, 可复用的客户端工具类.
LeonaClient.Builder - com.lehuipay.leona中的类
 
LeonaErrorCodeEnum - com.lehuipay.leona.exception中的枚举
 
LeonaException - com.lehuipay.leona.exception中的异常错误
 
LeonaException(ErrorCode) - 异常错误 的构造器com.lehuipay.leona.exception.LeonaException
 
LeonaException(ErrorCode, Throwable) - 异常错误 的构造器com.lehuipay.leona.exception.LeonaException
 
LeonaException(LeonaRuntimeException) - 异常错误 的构造器com.lehuipay.leona.exception.LeonaException
 
LeonaRuntimeException - com.lehuipay.leona.exception中的异常错误
 
LeonaRuntimeException() - 异常错误 的构造器com.lehuipay.leona.exception.LeonaRuntimeException
无参默认构造UNSPECIFIED
LeonaRuntimeException(ErrorCode) - 异常错误 的构造器com.lehuipay.leona.exception.LeonaRuntimeException
指定错误码构造通用异常
LeonaRuntimeException(String) - 异常错误 的构造器com.lehuipay.leona.exception.LeonaRuntimeException
指定详细描述构造通用异常
LeonaRuntimeException(Throwable) - 异常错误 的构造器com.lehuipay.leona.exception.LeonaRuntimeException
指定导火索构造通用异常
LeonaRuntimeException(ErrorCode, String) - 异常错误 的构造器com.lehuipay.leona.exception.LeonaRuntimeException
构造通用异常
LeonaRuntimeException(ErrorCode, Throwable) - 异常错误 的构造器com.lehuipay.leona.exception.LeonaRuntimeException
构造通用异常
LeonaRuntimeException(String, Throwable) - 异常错误 的构造器com.lehuipay.leona.exception.LeonaRuntimeException
构造通用异常
LeonaRuntimeException(ErrorCode, String, Throwable) - 异常错误 的构造器com.lehuipay.leona.exception.LeonaRuntimeException
构造通用异常

M

MICROPAY_PAYMENT_URL - 接口 中的静态变量com.lehuipay.leona.Const
 
MicropayPaymentRequest - com.lehuipay.leona.model中的类
 
MicropayPaymentRequest(MicropayPaymentRequest.Builder) - 类 的构造器com.lehuipay.leona.model.MicropayPaymentRequest
 
MicropayPaymentRequest.Builder - com.lehuipay.leona.model中的类
 
MicropayPaymentResponse - com.lehuipay.leona.model中的类
 
MicropayPaymentResponse() - 类 的构造器com.lehuipay.leona.model.MicropayPaymentResponse
 

N

NONCE_MAX_LENGTH - 接口 中的静态变量com.lehuipay.leona.Const
 
NONCE_MIN_LENGTH - 接口 中的静态变量com.lehuipay.leona.Const
 
NVLL(String) - 类 中的静态方法com.lehuipay.leona.utils.CommonUtil
trim string, include convert null to ""; if str1 is null, will return "";

O

Options - com.lehuipay.leona中的类
 
Options(String, String, String, String, String, String, String) - 类 的构造器com.lehuipay.leona.Options
 

P

Payment - com.lehuipay.leona.model中的类
 
Payment() - 类 的构造器com.lehuipay.leona.model.Payment
 
PAYMENT_STATUS_CLOSED - 接口 中的静态变量com.lehuipay.leona.Const
 
PAYMENT_STATUS_FAILED - 接口 中的静态变量com.lehuipay.leona.Const
 
PAYMENT_STATUS_PROCESSING - 接口 中的静态变量com.lehuipay.leona.Const
 
PAYMENT_STATUS_SUCCEEDED - 接口 中的静态变量com.lehuipay.leona.Const
 
PaymentNotification - com.lehuipay.leona.model中的类
 
PaymentNotification() - 类 的构造器com.lehuipay.leona.model.PaymentNotification
 
priDecode(byte[]) - 接口 中的方法com.lehuipay.leona.contracts.AsymmetricEncryptor
 
priDecode(byte[]) - 类 中的方法com.lehuipay.leona.RSAEnctryptor
RSA私钥解密
privateDecrypt(RSAPrivateKey, byte[]) - 类 中的静态方法com.lehuipay.leona.utils.RSAEncrypt
私钥解密过程
privateEncrypt(RSAPrivateKey, String) - 类 中的静态方法com.lehuipay.leona.utils.RSAEncrypt
私钥加密过程
pubEncode(String) - 接口 中的方法com.lehuipay.leona.contracts.AsymmetricEncryptor
 
pubEncode(String) - 类 中的方法com.lehuipay.leona.RSAEnctryptor
RSA公钥加密
publicDecrypt(RSAPublicKey, byte[]) - 类 中的静态方法com.lehuipay.leona.utils.RSAEncrypt
公钥解密过程
publicEncrypt(RSAPublicKey, String) - 类 中的静态方法com.lehuipay.leona.utils.RSAEncrypt
公钥加密

Q

QRCODE_PAYMENT_URL - 接口 中的静态变量com.lehuipay.leona.Const
 
QRCodePaymentRequest - com.lehuipay.leona.model中的类
 
QRCodePaymentRequest(QRCodePaymentRequest.Builder) - 类 的构造器com.lehuipay.leona.model.QRCodePaymentRequest
 
QRCodePaymentRequest.Builder - com.lehuipay.leona.model中的类
 
QRCodePaymentResponse - com.lehuipay.leona.model中的类
 
QRCodePaymentResponse() - 类 的构造器com.lehuipay.leona.model.QRCodePaymentResponse
 
QUERY_BALANCE_URL - 接口 中的静态变量com.lehuipay.leona.Const
 
QUERY_PAYMENT_URL - 接口 中的静态变量com.lehuipay.leona.Const
 
QUERY_REFUND_URL - 接口 中的静态变量com.lehuipay.leona.Const
 
QUERY_WITHDRAWAL_URL - 接口 中的静态变量com.lehuipay.leona.Const
 
queryBalance(QueryBalanceRequest) - 接口 中的方法com.lehuipay.leona.contracts.Client
 
queryBalance(QueryBalanceRequest, Callback<QueryBalanceResponse>) - 接口 中的方法com.lehuipay.leona.contracts.Client
 
queryBalance(QueryBalanceRequest) - 类 中的方法com.lehuipay.leona.LeonaClient
查询账户余额
queryBalance(QueryBalanceRequest, Callback<QueryBalanceResponse>) - 类 中的方法com.lehuipay.leona.LeonaClient
查询账户余额(异步)
QueryBalanceRequest - com.lehuipay.leona.model中的类
 
QueryBalanceRequest(QueryBalanceRequest.Builder) - 类 的构造器com.lehuipay.leona.model.QueryBalanceRequest
 
QueryBalanceRequest.Builder - com.lehuipay.leona.model中的类
 
QueryBalanceResponse - com.lehuipay.leona.model中的类
 
QueryBalanceResponse() - 类 的构造器com.lehuipay.leona.model.QueryBalanceResponse
 
queryPayment(QueryPaymentRequest) - 接口 中的方法com.lehuipay.leona.contracts.Client
 
queryPayment(QueryPaymentRequest, Callback<QueryPaymentResponse>) - 接口 中的方法com.lehuipay.leona.contracts.Client
 
queryPayment(QueryPaymentRequest) - 类 中的方法com.lehuipay.leona.LeonaClient
查询交易
queryPayment(QueryPaymentRequest, Callback<QueryPaymentResponse>) - 类 中的方法com.lehuipay.leona.LeonaClient
查询交易(异步)
QueryPaymentRequest - com.lehuipay.leona.model中的类
 
QueryPaymentRequest(QueryPaymentRequest.Builder) - 类 的构造器com.lehuipay.leona.model.QueryPaymentRequest
 
QueryPaymentRequest.Builder - com.lehuipay.leona.model中的类
 
QueryPaymentResponse - com.lehuipay.leona.model中的类
 
QueryPaymentResponse() - 类 的构造器com.lehuipay.leona.model.QueryPaymentResponse
 
queryRefund(QueryRefundRequest) - 接口 中的方法com.lehuipay.leona.contracts.Client
 
queryRefund(QueryRefundRequest, Callback<QueryRefundResponse>) - 接口 中的方法com.lehuipay.leona.contracts.Client
 
queryRefund(QueryRefundRequest) - 类 中的方法com.lehuipay.leona.LeonaClient
查询退款
queryRefund(QueryRefundRequest, Callback<QueryRefundResponse>) - 类 中的方法com.lehuipay.leona.LeonaClient
查询退款(异步)
QueryRefundRequest - com.lehuipay.leona.model中的类
 
QueryRefundRequest(QueryRefundRequest.Builder) - 类 的构造器com.lehuipay.leona.model.QueryRefundRequest
 
QueryRefundRequest.Builder - com.lehuipay.leona.model中的类
 
QueryRefundResponse - com.lehuipay.leona.model中的类
 
QueryRefundResponse() - 类 的构造器com.lehuipay.leona.model.QueryRefundResponse
 
queryWithdrawal(QueryWithdrawalRequest) - 接口 中的方法com.lehuipay.leona.contracts.Client
 
queryWithdrawal(QueryWithdrawalRequest, Callback<QueryWithdrawalResponse>) - 接口 中的方法com.lehuipay.leona.contracts.Client
 
queryWithdrawal(QueryWithdrawalRequest) - 类 中的方法com.lehuipay.leona.LeonaClient
查询提现结果
queryWithdrawal(QueryWithdrawalRequest, Callback<QueryWithdrawalResponse>) - 类 中的方法com.lehuipay.leona.LeonaClient
查询提现结果(异步)
QueryWithdrawalRequest - com.lehuipay.leona.model中的类
 
QueryWithdrawalRequest(QueryWithdrawalRequest.Builder) - 类 的构造器com.lehuipay.leona.model.QueryWithdrawalRequest
 
QueryWithdrawalRequest.Builder - com.lehuipay.leona.model中的类
 
QueryWithdrawalResponse - com.lehuipay.leona.model中的类
 
QueryWithdrawalResponse() - 类 的构造器com.lehuipay.leona.model.QueryWithdrawalResponse
 

R

randomStr(int, int) - 类 中的静态方法com.lehuipay.leona.utils.CommonUtil
生成随即串
randomStr(int) - 类 中的静态方法com.lehuipay.leona.utils.CommonUtil
生成固定长度随机串
readPemFile2String(String) - 类 中的静态方法com.lehuipay.leona.utils.CommonUtil
 
Refund - com.lehuipay.leona.model中的类
 
Refund() - 类 的构造器com.lehuipay.leona.model.Refund
 
REFUND_STATUS_CREATED - 接口 中的静态变量com.lehuipay.leona.Const
 
REFUND_STATUS_FAILED - 接口 中的静态变量com.lehuipay.leona.Const
 
REFUND_STATUS_PROCESSING - 接口 中的静态变量com.lehuipay.leona.Const
 
REFUND_STATUS_SUCCEEDED - 接口 中的静态变量com.lehuipay.leona.Const
 
REFUND_URL - 接口 中的静态变量com.lehuipay.leona.Const
 
RefundRequest - com.lehuipay.leona.model中的类
 
RefundRequest(RefundRequest.Builder) - 类 的构造器com.lehuipay.leona.model.RefundRequest
 
RefundRequest.Builder - com.lehuipay.leona.model中的类
 
RefundResponse - com.lehuipay.leona.model中的类
 
RefundResponse() - 类 的构造器com.lehuipay.leona.model.RefundResponse
 
request(String, String, R, Class<T>) - 类 中的方法com.lehuipay.leona.HttpClient
同步http请求
request(String, String, R, Class<T>, Callback<T>) - 类 中的方法com.lehuipay.leona.HttpClient
异步http请求
requestBody2String(Request) - 类 中的静态方法com.lehuipay.leona.interceptor.InterceptorHelper
 
RSAEncrypt - com.lehuipay.leona.utils中的类
 
RSAEncrypt() - 类 的构造器com.lehuipay.leona.utils.RSAEncrypt
 
RSAEnctryptor - com.lehuipay.leona中的类
RSA加密器
RSAEnctryptor(String, String) - 类 的构造器com.lehuipay.leona.RSAEnctryptor
 

S

SECRET_KEY_LENGTH - 接口 中的静态变量com.lehuipay.leona.Const
 
SERVER_HOST - 接口 中的静态变量com.lehuipay.leona.Const
 
setAgentID(String) - 类 中的方法com.lehuipay.leona.LeonaClient.Builder
 
setAgentKey(String) - 类 中的方法com.lehuipay.leona.LeonaClient.Builder
 
setAmount(Integer) - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest.Builder
 
setAmount(Integer) - 类 中的方法com.lehuipay.leona.model.MicropayPaymentRequest.Builder
 
setAmount(Integer) - 类 中的方法com.lehuipay.leona.model.Payment
 
setAmount(Integer) - 类 中的方法com.lehuipay.leona.model.QRCodePaymentRequest.Builder
 
setAmount(Integer) - 类 中的方法com.lehuipay.leona.model.QueryBalanceResponse
 
setAmount(Integer) - 类 中的方法com.lehuipay.leona.model.Refund
 
setAmount(Integer) - 类 中的方法com.lehuipay.leona.model.RefundRequest.Builder
 
setAmount(Integer) - 类 中的方法com.lehuipay.leona.model.Withdrawal
 
setAmount(Integer) - 类 中的方法com.lehuipay.leona.model.WithdrawRequest.Builder
 
setAppID(String) - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest.Builder
 
setAppID(String) - 类 中的方法com.lehuipay.leona.model.Payment
 
setAppID(String) - 类 中的方法com.lehuipay.leona.model.Refund
 
setAuthCode(String) - 类 中的方法com.lehuipay.leona.model.MicropayPaymentRequest.Builder
 
setBuyerID(String) - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest.Builder
 
setBuyerID(String) - 类 中的方法com.lehuipay.leona.model.Payment
 
setBuyerID(String) - 类 中的方法com.lehuipay.leona.model.Refund
 
setCallbackURL(String) - 类 中的方法com.lehuipay.leona.model.QRCodePaymentRequest.Builder
 
setClientIP(String) - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest.Builder
 
setClientIP(String) - 类 中的方法com.lehuipay.leona.model.MicropayPaymentRequest.Builder
 
setClientType(String) - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest.Builder
 
setClientType(String) - 类 中的方法com.lehuipay.leona.model.Payment
 
setClientType(String) - 类 中的方法com.lehuipay.leona.model.Refund
 
setCode(String) - 类 中的方法com.lehuipay.leona.model.ErrorMessage
 
setCreatedAt(Integer) - 类 中的方法com.lehuipay.leona.model.Payment
 
setCreatedAt(Integer) - 类 中的方法com.lehuipay.leona.model.Refund
 
setDate(String) - 类 中的方法com.lehuipay.leona.model.DownloadBillsRequest.Builder
 
setEncryptionAccept(String) - 类 中的方法com.lehuipay.leona.LeonaClient.Builder
 
setEncryptionLevel(String) - 类 中的方法com.lehuipay.leona.LeonaClient.Builder
 
setFinishedAt(Integer) - 类 中的方法com.lehuipay.leona.model.Payment
 
setFinishedAt(Integer) - 类 中的方法com.lehuipay.leona.model.Refund
 
setFrozenAmount(Integer) - 类 中的方法com.lehuipay.leona.model.QueryBalanceResponse
 
setHint(String) - 类 中的方法com.lehuipay.leona.model.MicropayPaymentResponse
 
setJsData(String) - 类 中的方法com.lehuipay.leona.model.JspayPaymentResponse
 
setLhPubKey(String) - 类 中的方法com.lehuipay.leona.LeonaClient.Builder
加载公钥
setMerchantID(String) - 类 中的方法com.lehuipay.leona.model.DownloadBillsRequest.Builder
 
setMerchantID(String) - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest.Builder
 
setMerchantID(String) - 类 中的方法com.lehuipay.leona.model.JspayPaymentResponse
 
setMerchantID(String) - 类 中的方法com.lehuipay.leona.model.MicropayPaymentRequest.Builder
 
setMerchantID(String) - 类 中的方法com.lehuipay.leona.model.Payment
 
setMerchantID(String) - 类 中的方法com.lehuipay.leona.model.QRCodePaymentRequest.Builder
 
setMerchantID(String) - 类 中的方法com.lehuipay.leona.model.QRCodePaymentResponse
 
setMerchantID(String) - 类 中的方法com.lehuipay.leona.model.QueryBalanceRequest.Builder
 
setMerchantID(String) - 类 中的方法com.lehuipay.leona.model.QueryBalanceResponse
 
setMerchantID(String) - 类 中的方法com.lehuipay.leona.model.QueryPaymentRequest.Builder
 
setMerchantID(String) - 类 中的方法com.lehuipay.leona.model.QueryRefundRequest.Builder
 
setMerchantID(String) - 类 中的方法com.lehuipay.leona.model.QueryWithdrawalRequest.Builder
 
setMerchantID(String) - 类 中的方法com.lehuipay.leona.model.Refund
 
setMerchantID(String) - 类 中的方法com.lehuipay.leona.model.RefundRequest.Builder
 
setMerchantID(String) - 类 中的方法com.lehuipay.leona.model.Withdrawal
 
setMerchantID(String) - 类 中的方法com.lehuipay.leona.model.WithdrawRequest.Builder
 
setMerchantOrderNo(String) - 类 中的方法com.lehuipay.leona.model.Payment
 
setMessage(String) - 类 中的方法com.lehuipay.leona.model.ErrorMessage
 
setNotifyURL(String) - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest.Builder
 
setNotifyURL(String) - 类 中的方法com.lehuipay.leona.model.MicropayPaymentRequest.Builder
 
setNotifyURL(String) - 类 中的方法com.lehuipay.leona.model.QRCodePaymentRequest.Builder
 
setOrderNo(String) - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest.Builder
 
setOrderNo(String) - 类 中的方法com.lehuipay.leona.model.JspayPaymentResponse
 
setOrderNo(String) - 类 中的方法com.lehuipay.leona.model.MicropayPaymentRequest.Builder
 
setOrderNo(String) - 类 中的方法com.lehuipay.leona.model.Payment
 
setOrderNo(String) - 类 中的方法com.lehuipay.leona.model.QRCodePaymentRequest.Builder
 
setOrderNo(String) - 类 中的方法com.lehuipay.leona.model.QRCodePaymentResponse
 
setOrderNo(String) - 类 中的方法com.lehuipay.leona.model.QueryPaymentRequest.Builder
 
setOrderNo(String) - 类 中的方法com.lehuipay.leona.model.QueryRefundRequest.Builder
 
setOrderNo(String) - 类 中的方法com.lehuipay.leona.model.Refund
 
setOrderNo(String) - 类 中的方法com.lehuipay.leona.model.RefundRequest.Builder
 
setPartnerPriKey(String) - 类 中的方法com.lehuipay.leona.LeonaClient.Builder
加载私钥
setPrepayID(String) - 类 中的方法com.lehuipay.leona.model.JspayPaymentResponse
 
setReason(String) - 类 中的方法com.lehuipay.leona.model.Payment
 
setReason(String) - 类 中的方法com.lehuipay.leona.model.Refund
 
setReason(String) - 类 中的方法com.lehuipay.leona.model.Withdrawal
 
setRefundID(String) - 类 中的方法com.lehuipay.leona.model.QueryRefundRequest.Builder
 
setRefundID(String) - 类 中的方法com.lehuipay.leona.model.Refund
 
setRefundNo(String) - 类 中的方法com.lehuipay.leona.model.QueryRefundRequest.Builder
 
setRefundNo(String) - 类 中的方法com.lehuipay.leona.model.Refund
 
setRefundNo(String) - 类 中的方法com.lehuipay.leona.model.RefundRequest.Builder
 
setRequestID(String) - 类 中的方法com.lehuipay.leona.model.QueryWithdrawalRequest.Builder
 
setRequestID(String) - 类 中的方法com.lehuipay.leona.model.Withdrawal
 
setRequestID(String) - 类 中的方法com.lehuipay.leona.model.WithdrawRequest.Builder
 
setSecretKey(String) - 类 中的方法com.lehuipay.leona.LeonaClient.Builder
 
setStatus(String) - 类 中的方法com.lehuipay.leona.model.Payment
 
setStatus(String) - 类 中的方法com.lehuipay.leona.model.Refund
 
setStatus(String) - 类 中的方法com.lehuipay.leona.model.Withdrawal
 
setTags(String[]) - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest.Builder
 
setTags(String[]) - 类 中的方法com.lehuipay.leona.model.MicropayPaymentRequest.Builder
 
setTags(String[]) - 类 中的方法com.lehuipay.leona.model.QRCodePaymentRequest.Builder
 
setTerminalID(String) - 类 中的方法com.lehuipay.leona.model.JspayPaymentRequest.Builder
 
setTerminalID(String) - 类 中的方法com.lehuipay.leona.model.MicropayPaymentRequest.Builder
 
setTerminalID(String) - 类 中的方法com.lehuipay.leona.model.Payment
 
setTerminalID(String) - 类 中的方法com.lehuipay.leona.model.QRCodePaymentRequest.Builder
 
setTerminalID(String) - 类 中的方法com.lehuipay.leona.model.Refund
 
setTotalAmount(String) - 类 中的方法com.lehuipay.leona.model.Refund
 
setTradeType(String) - 类 中的方法com.lehuipay.leona.model.Payment
 
setTradeType(String) - 类 中的方法com.lehuipay.leona.model.Refund
 
setTransactionID(String) - 类 中的方法com.lehuipay.leona.model.JspayPaymentResponse
 
setTransactionID(String) - 类 中的方法com.lehuipay.leona.model.Payment
 
setTransactionID(String) - 类 中的方法com.lehuipay.leona.model.QRCodePaymentResponse
 
setTransactionID(String) - 类 中的方法com.lehuipay.leona.model.QueryPaymentRequest.Builder
 
setTransactionID(String) - 类 中的方法com.lehuipay.leona.model.QueryRefundRequest.Builder
 
setTransactionID(String) - 类 中的方法com.lehuipay.leona.model.Refund
 
setTransactionID(String) - 类 中的方法com.lehuipay.leona.model.RefundRequest.Builder
 
setType(String) - 类 中的方法com.lehuipay.leona.model.ErrorMessage
 
setUpstreamOrderNo(String) - 类 中的方法com.lehuipay.leona.model.Payment
 
setUrl(String) - 类 中的方法com.lehuipay.leona.model.QRCodePaymentResponse
 
sign(byte[]) - 接口 中的方法com.lehuipay.leona.contracts.AsymmetricEncryptor
 
sign(String, String) - 接口 中的方法com.lehuipay.leona.contracts.Signer
 
sign(String, String) - 类 中的方法com.lehuipay.leona.HMACSigner
http请求体加签
sign(byte[]) - 类 中的方法com.lehuipay.leona.RSAEnctryptor
RSA签名
sign(byte[], RSAPrivateKey) - 类 中的静态方法com.lehuipay.leona.utils.RSAEncrypt
rsa签名
Signer - com.lehuipay.leona.contracts中的接口
签名与验签
SignInterceptor - com.lehuipay.leona.interceptor中的类
 
SignInterceptor(Signer, String) - 类 的构造器com.lehuipay.leona.interceptor.SignInterceptor
 
subBytes(byte[], int, int) - 类 中的静态方法com.lehuipay.leona.utils.CommonUtil
 
SymmetricEncryptor - com.lehuipay.leona.contracts中的接口
对称加密

T

toString() - 异常错误 中的方法com.lehuipay.leona.exception.LeonaException
 
toString() - 类 中的方法com.lehuipay.leona.model.ErrorMessage
 
toString() - 类 中的方法com.lehuipay.leona.model.JspayPaymentResponse
 
toString() - 类 中的方法com.lehuipay.leona.model.Payment
 
toString() - 类 中的方法com.lehuipay.leona.model.QRCodePaymentResponse
 
toString() - 类 中的方法com.lehuipay.leona.model.QueryBalanceResponse
 
toString() - 类 中的方法com.lehuipay.leona.model.Refund
 

V

valueOf(String) - 枚举 中的静态方法com.lehuipay.leona.exception.LeonaErrorCodeEnum
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.lehuipay.leona.exception.LeonaErrorCodeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verify(byte[], byte[]) - 接口 中的方法com.lehuipay.leona.contracts.AsymmetricEncryptor
 
verify(String, String, String) - 接口 中的方法com.lehuipay.leona.contracts.Signer
 
verify(String, String, String) - 类 中的方法com.lehuipay.leona.HMACSigner
http返回体验签
verify(byte[], byte[]) - 类 中的方法com.lehuipay.leona.RSAEnctryptor
RSA验签
verify(byte[], byte[], RSAPublicKey) - 类 中的静态方法com.lehuipay.leona.utils.RSAEncrypt
rsa验签

W

withdraw(WithdrawRequest) - 接口 中的方法com.lehuipay.leona.contracts.Client
 
withdraw(WithdrawRequest, Callback<WithdrawResponse>) - 接口 中的方法com.lehuipay.leona.contracts.Client
 
withdraw(WithdrawRequest) - 类 中的方法com.lehuipay.leona.LeonaClient
手动提现
withdraw(WithdrawRequest, Callback<WithdrawResponse>) - 类 中的方法com.lehuipay.leona.LeonaClient
手动提现(异步)
WITHDRAW_URL - 接口 中的静态变量com.lehuipay.leona.Const
 
Withdrawal - com.lehuipay.leona.model中的类
 
Withdrawal() - 类 的构造器com.lehuipay.leona.model.Withdrawal
 
WITHDRAWAL_STATUS_ACCEPTED - 接口 中的静态变量com.lehuipay.leona.Const
 
WITHDRAWAL_STATUS_FAILED - 接口 中的静态变量com.lehuipay.leona.Const
 
WITHDRAWAL_STATUS_PROCESSING - 接口 中的静态变量com.lehuipay.leona.Const
 
WITHDRAWAL_STATUS_SUCCEEDED - 接口 中的静态变量com.lehuipay.leona.Const
 
WithdrawRequest - com.lehuipay.leona.model中的类
 
WithdrawRequest(WithdrawRequest.Builder) - 类 的构造器com.lehuipay.leona.model.WithdrawRequest
 
WithdrawRequest.Builder - com.lehuipay.leona.model中的类
 
WithdrawResponse - com.lehuipay.leona.model中的类
 
WithdrawResponse() - 类 的构造器com.lehuipay.leona.model.WithdrawResponse
 
A B C D E G H I J L M N O P Q R S T V W 
跳过导航链接

Copyright © 2020. All rights reserved.