public class CommonPaymentPlatformMerchantDetails extends com.egzosn.pay.common.api.BasePayConfigStorage implements PaymentPlatformMerchantDetails, PaymentPlatformServiceAdapter, PayConfigurerAdapter<MerchantDetailsServiceBuilder>
email egzosn@gmail.com date 2019/4/9 19:39.
| 构造器和说明 |
|---|
CommonPaymentPlatformMerchantDetails() |
CommonPaymentPlatformMerchantDetails(MerchantDetailsServiceBuilder builder) |
addAttr, expireAccessToken, getAccessToken, getAccessTokenLock, getAttach, getAttr, getAttrs, getExpiresTime, getInputCharset, getKeyPrivate, getKeyPublic, getNotifyUrl, getPayType, getReturnUrl, getSignType, getToken, isAccessTokenExpired, isCertSign, isTest, setAccessToken, setAccessTokenLock, setAttach, setCertSign, setExpiresTime, setInputCharset, setKeyPrivate, setKeyPublic, setNotifyUrl, setPayType, setReturnUrl, setSignType, setTest, updateAccessToken, updateAccessTokenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic CommonPaymentPlatformMerchantDetails(MerchantDetailsServiceBuilder builder)
public CommonPaymentPlatformMerchantDetails()
public MerchantDetailsServiceBuilder and()
and 在接口中 PayConfigurerAdapter<MerchantDetailsServiceBuilder>public MerchantDetailsServiceBuilder getBuilder()
getBuilder 在接口中 PayConfigurerAdapter<MerchantDetailsServiceBuilder>public PaymentPlatform getPaymentPlatform()
getPaymentPlatform 在接口中 PaymentPlatformMerchantDetailspublic PaymentPlatformServiceAdapter initService()
initService 在接口中 PaymentPlatformServiceAdapterpublic com.egzosn.pay.common.api.PayService getPayService()
getPayService 在接口中 PaymentPlatformMerchantDetailsgetPayService 在接口中 PaymentPlatformServiceAdapterpublic com.egzosn.pay.common.http.HttpConfigStorage getHttpConfigStorage()
getHttpConfigStorage 在接口中 PaymentPlatformServiceAdapterpublic void setHttpConfigStorage(com.egzosn.pay.common.http.HttpConfigStorage httpConfigStorage)
public void setDetailsId(String detailsId)
public String getDetailsId()
getDetailsId 在接口中 MerchantDetailspublic void setAppId(String appId)
public String getMchId()
public void setMchId(String mchId)
@Deprecated public String getAppid()
getAppid 在接口中 com.egzosn.pay.common.api.PayConfigStoragepublic String getAppId()
getAppId 在接口中 com.egzosn.pay.common.api.PayConfigStoragepublic String getPid()
getPid 在接口中 com.egzosn.pay.common.api.PayConfigStoragepublic String getSeller()
getSeller 在接口中 com.egzosn.pay.common.api.PayConfigStoragepublic void setSeller(String seller)
public String getSubAppId()
public void setSubAppId(String subAppId)
public String getSubMchId()
public void setSubMchId(String subMchId)
public void setKeystore(String keystore)
keystore - 私钥证书地址 或者证书内容字符串
私钥证书密码 setKeyPrivateCertPwd(String)public void setKeystore(InputStream keystore)
keystore - 私钥证书信息流
私钥证书密码 setKeyPrivateCertPwd(String)public InputStream getKeystoreInputStream() throws IOException
IOExceptionpublic Object getKeystore()
public String getKeystorePwd()
public void setKeystorePwd(String keystorePwd)
public String getKeyPrivateCertPwd()
public void setKeyPrivateCertPwd(String keyPrivateCertPwd)
public String getKeyPublicCert()
public void setKeyPublicCert(String keyPublicCert)
keyPublicCert - 证书信息或者证书路径public void setKeyPublicCert(InputStream keyPublicCert)
keyPublicCert - 证书文件public Object getKeyCert()
public void setKeyCert(String keyCert)
keyCert - 证书信息或者证书路径public void setKeyCert(InputStream keyCert)
keyCert - 证书文件public InputStream getKeyPublicCertInputStream() throws IOException
IOExceptionpublic InputStream getKeyCertInputStream() throws IOException
IOExceptionpublic com.egzosn.pay.common.bean.CertStoreType getCertStoreType()
public void setCertStoreType(com.egzosn.pay.common.bean.CertStoreType certStoreType)
Copyright © 2022. All rights reserved.