public abstract class AbstractAlipay extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AlipayConfig |
config |
protected boolean |
preferRSA |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAlipay(AlipayConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
decrypt(String content) |
protected String |
join(List<StringPair> p,
boolean encode) |
GroupStringPair |
parsePostBody(InputStream postBody) |
GroupStringPair |
parseQueryString(String queryString) |
protected boolean |
rsaVerify(String content,
String sign) |
protected String |
signMD5(List<StringPair> p) |
protected String |
signRSA(List<StringPair> p) |
protected boolean |
verifyMD5(String sign,
List<StringPair> p) |
protected boolean |
verifyRSA(String sign,
List<StringPair> p) |
protected AlipayConfig config
protected final boolean preferRSA
protected AbstractAlipay(AlipayConfig config)
protected String signMD5(List<StringPair> p)
protected String signRSA(List<StringPair> p)
protected boolean verifyRSA(String sign, List<StringPair> p)
protected boolean verifyMD5(String sign, List<StringPair> p)
protected String join(List<StringPair> p, boolean encode)
public GroupStringPair parseQueryString(String queryString)
public GroupStringPair parsePostBody(InputStream postBody)
Copyright © 2014. All rights reserved.