public class Client extends Object
| Constructor and Description |
|---|
Client() |
public static String getHost(String regionId, String endpoint) throws Exception
Exceptionpublic static Map<String,Object> getErrMessage(byte[] msg) throws Exception
Exceptionpublic static String getStringToSign(com.aliyun.tea.TeaRequest request) throws Exception
Exceptionpublic static String getContentLength(byte[] reqBody) throws Exception
Exceptionpublic static String getContentSHA256(byte[] reqBody) throws Exception
Exceptionpublic static String getCaCertFromFile(String caFilePath) throws Exception
Exceptionpublic static String getCaCertFromContent(byte[] caContent) throws Exception
Exceptionpublic static byte[] getSerializedEncryptRequest(Map<String,Object> reqBody) throws Exception
Exceptionpublic static Map<String,Object> parseEncryptResponse(byte[] resBody) throws Exception
Exceptionpublic static byte[] getSerializedDecryptRequest(Map<String,Object> reqBody) throws Exception
Exceptionpublic static Map<String,Object> parseDecryptResponse(byte[] resBody) throws Exception
Exceptionpublic static byte[] getSerializedHmacRequest(Map<String,Object> reqBody) throws Exception
Exceptionpublic static Map<String,Object> parseHmacResponse(byte[] resBody) throws Exception
Exceptionpublic static byte[] getSerializedSignRequest(Map<String,Object> reqBody) throws Exception
Exceptionpublic static Map<String,Object> parseSignResponse(byte[] resBody) throws Exception
Exceptionpublic static byte[] getSerializedVerifyRequest(Map<String,Object> reqBody) throws Exception
Exceptionpublic static Map<String,Object> parseVerifyResponse(byte[] resBody) throws Exception
Exceptionpublic static byte[] getSerializedGenerateRandomRequest(Map<String,Object> reqBody) throws Exception
Exceptionpublic static Map<String,Object> parseGenerateRandomResponse(byte[] resBody) throws Exception
Exceptionpublic static byte[] getSerializedGenerateDataKeyRequest(Map<String,Object> reqBody) throws Exception
Exceptionpublic static Map<String,Object> parseGenerateDataKeyResponse(byte[] resBody) throws Exception
Exceptionpublic static byte[] getSerializedHashRequest(Map<String,Object> reqBody) throws Exception
Exceptionpublic static Map<String,Object> parseHashResponse(byte[] resBody) throws Exception
Exceptionpublic static byte[] getSerializedKmsEncryptRequest(Map<String,Object> reqBody) throws Exception
Exceptionpublic static Map<String,Object> parseKmsEncryptResponse(byte[] resBody) throws Exception
Exceptionpublic static byte[] getSerializedKmsDecryptRequest(Map<String,Object> reqBody) throws Exception
Exceptionpublic static Map<String,Object> parseKmsDecryptResponse(byte[] resBody) throws Exception
Exceptionpublic static byte[] getSerializedGetPublicKeyRequest(Map<String,Object> reqBody) throws Exception
Exceptionpublic static Map<String,Object> parseGetPublicKeyResponse(byte[] resBody) throws Exception
Exceptionpublic static byte[] getSerializedGetSecretValueRequest(Map<String,Object> reqBody) throws Exception
ExceptionCopyright © 2022. All rights reserved.