public class AlipayConfig extends Object
文档地址: https://openhome.alipay.com/developmentDocument.htm
| 构造器和说明 |
|---|
AlipayConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check() |
PublicKey |
getAlipayRSAPublicKeyOBject() |
String |
getAppId() |
PrivateKey |
getAppRSAPrivateKeyObject() |
String |
getInputCharset() |
String |
getNotifyUrl() |
String |
getReturnUrl() |
SignType |
getSignType() |
void |
setAlipayRSAPublicKey(String alipayRSAPublicKey) |
void |
setAppId(String appId) |
void |
setAppRSAPrivateKey(String appRSAPrivateKey) |
void |
setNotifyUrl(String notifyUrl) |
void |
setReturnUrl(String returnUrl) |
void |
setSignType(SignType signType) |
public void check()
public String getAppId()
public PrivateKey getAppRSAPrivateKeyObject()
public PublicKey getAlipayRSAPublicKeyOBject()
public SignType getSignType()
public void setAppId(String appId)
public void setAppRSAPrivateKey(String appRSAPrivateKey)
public void setAlipayRSAPublicKey(String alipayRSAPublicKey)
public void setSignType(SignType signType)
public String getInputCharset()
public String getNotifyUrl()
public void setNotifyUrl(String notifyUrl)
public String getReturnUrl()
public void setReturnUrl(String returnUrl)
Copyright © 2017. All rights reserved.