All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ksyun.api.sdk.auth.ISignatureComposer Maven / Gradle / Ivy

There is a newer version: 2.1.8
Show newest version
package com.ksyun.api.sdk.auth;

import java.util.Map;

import com.ksyun.api.sdk.http.FormatType;
import com.ksyun.api.sdk.http.MethodType;



public interface ISignatureComposer {
	
	public Map refreshSignParameters(Map parameters, 
			ISigner signer, String accessKeyId, FormatType format);
	
	public String composeStringToSign(MethodType method, 
			String uriPattern,ISigner signer,
			Map queries, 
			Map headers, 
			Map paths);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy