public class AbstractAliyunProvider<T extends Template,K extends Properties> extends AbstractProvider<T,K>
properties| Constructor and Description |
|---|
AbstractAliyunProvider(K properties) |
| Modifier and Type | Method and Description |
|---|---|
protected Response |
checkResponse(String response) |
protected String |
getSign(Map<String,String> params)
构造签名
|
protected String |
sign(String stringToSign)
密钥签名
|
protected String |
specialUrlEncode(String value)
pop编码
|
send, sendpublic AbstractAliyunProvider(K properties)
protected String specialUrlEncode(String value)
value - 原值protected String getSign(Map<String,String> params)
params - 参数protected String sign(String stringToSign)
stringToSign - 代签名字符串Copyright © 2020. All rights reserved.