跳过导航链接
A B C D E F G H I J L M N O P R S T U V 

A

accessTokenName - 类 中的静态变量cn.torna.sdk.common.OpenConfig
accessToken名称
AESUtil - cn.torna.sdk.util中的类
AES-128 ECB加密.
AESUtil() - 类 的构造器cn.torna.sdk.util.AESUtil
 
apiName - 类 中的静态变量cn.torna.sdk.common.OpenConfig
接口属性名
appKeyName - 类 中的静态变量cn.torna.sdk.common.OpenConfig
appKey名称

B

Base64Util - cn.torna.sdk.util中的类
Provides Base64 encoding and decoding as defined by RFC 2045.
Base64Util() - 类 的构造器cn.torna.sdk.util.Base64Util
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64Util(boolean) - 类 的构造器cn.torna.sdk.util.Base64Util
Creates a Base64 codec used for decoding (all modes) and encoding in the given URL-safe mode.
Base64Util(int) - 类 的构造器cn.torna.sdk.util.Base64Util
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64Util(int, byte[]) - 类 的构造器cn.torna.sdk.util.Base64Util
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64Util(int, byte[], boolean) - 类 的构造器cn.torna.sdk.util.Base64Util
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
BaseNCodec - cn.torna.sdk.util中的类
Abstract superclass for Base-N encoders and decoders.
BaseNCodec(int, int, int, int) - 类 的构造器cn.torna.sdk.util.BaseNCodec
Note lineLength is rounded down to the nearest multiple of BaseNCodec.encodedBlockSize If chunkSeparatorLength is zero, then chunking is disabled.
BaseNCodec(int, int, int, int, byte) - 类 的构造器cn.torna.sdk.util.BaseNCodec
Note lineLength is rounded down to the nearest multiple of BaseNCodec.encodedBlockSize If chunkSeparatorLength is zero, then chunking is disabled.
BaseRequest<T extends BaseResponse<?>> - cn.torna.sdk.request中的类
请求对象父类,后续请求对象都要继承这个类
BaseRequest(String) - 类 的构造器cn.torna.sdk.request.BaseRequest
 
BaseResponse<T> - cn.torna.sdk.response中的类
返回对象,后续返回对象都要继承这个类
BaseResponse() - 类 的构造器cn.torna.sdk.response.BaseResponse
 
Booleans - cn.torna.sdk.common中的接口
 
buildHeader() - 类 中的方法cn.torna.sdk.client.OpenClient
 
byte2hex(byte[]) - 类 中的静态方法cn.torna.sdk.util.HexUtil
二进制转十六进制字符串

C

causeException(Exception) - 类 中的方法cn.torna.sdk.client.OpenRequest
 
ClassUtil - cn.torna.sdk.util中的类
 
ClassUtil() - 类 的构造器cn.torna.sdk.util.ClassUtil
 
cn.torna.sdk.client - 程序包 cn.torna.sdk.client
 
cn.torna.sdk.common - 程序包 cn.torna.sdk.common
 
cn.torna.sdk.exception - 程序包 cn.torna.sdk.exception
 
cn.torna.sdk.param - 程序包 cn.torna.sdk.param
 
cn.torna.sdk.request - 程序包 cn.torna.sdk.request
 
cn.torna.sdk.response - 程序包 cn.torna.sdk.response
 
cn.torna.sdk.result - 程序包 cn.torna.sdk.result
 
cn.torna.sdk.util - 程序包 cn.torna.sdk.util
 
connectTimeoutSeconds - 类 中的静态变量cn.torna.sdk.common.OpenConfig
请求超时时间
containsAlphabetOrPad(byte[]) - 类 中的方法cn.torna.sdk.util.BaseNCodec
Tests a given byte array to see if it contains any characters within the alphabet or PAD.
convertTree(List<T>, Object) - 类 中的静态方法cn.torna.sdk.util.TreeUtil
list转换成tree
createRequestForm() - 类 中的方法cn.torna.sdk.request.BaseRequest
 
createSign(Map<String, ?>, String) - 类 中的静态方法cn.torna.sdk.util.SignUtil
构建签名

D

dataName - 类 中的静态变量cn.torna.sdk.common.OpenConfig
data名称
DebugEnv - cn.torna.sdk.param中的类
 
DebugEnv(String, String) - 类 的构造器cn.torna.sdk.param.DebugEnv
 
DebugEnvResult - cn.torna.sdk.result中的类
调试环境配置项
DebugEnvResult() - 类 的构造器cn.torna.sdk.result.DebugEnvResult
 
decode(Object) - 类 中的方法cn.torna.sdk.util.BaseNCodec
Decodes an Object using the Base-N algorithm.
decode(String) - 类 中的方法cn.torna.sdk.util.BaseNCodec
Decodes a String containing characters in the Base-N alphabet.
decode(byte[]) - 类 中的方法cn.torna.sdk.util.BaseNCodec
Decodes a byte[] containing characters in the Base-N alphabet.
decodeBase64(String) - 类 中的静态方法cn.torna.sdk.util.Base64Util
Decodes a Base64 String into octets.
decodeBase64(byte[]) - 类 中的静态方法cn.torna.sdk.util.Base64Util
Decodes Base64 data into octets.
decodeInteger(byte[]) - 类 中的静态方法cn.torna.sdk.util.Base64Util
Decodes a byte64-encoded integer according to crypto standards such as W3C's XML-Signature.
decrypt(byte[], String) - 类 中的静态方法cn.torna.sdk.util.AESUtil
解密
decryptByPublicKey(String, String) - 类 中的静态方法cn.torna.sdk.util.RSAUtil
 
decryptByPublicKey(String, RSAPublicKey) - 类 中的静态方法cn.torna.sdk.util.RSAUtil
公钥解密
decryptFromBase64String(String, String) - 类 中的静态方法cn.torna.sdk.util.AESUtil
文本解密
defaultVersion - 类 中的静态变量cn.torna.sdk.common.OpenConfig
默认版本号
DocCategoryCreateRequest - cn.torna.sdk.request中的类
创建分类 接口名 doc.category.create 版本号 1.0
DocCategoryCreateRequest(String) - 类 的构造器cn.torna.sdk.request.DocCategoryCreateRequest
 
DocCategoryCreateResponse - cn.torna.sdk.response中的类
 
DocCategoryCreateResponse() - 类 的构造器cn.torna.sdk.response.DocCategoryCreateResponse
 
DocCategoryListRequest - cn.torna.sdk.request中的类
获取分类 接口名 doc.category.list 版本号 1.0
DocCategoryListRequest(String) - 类 的构造器cn.torna.sdk.request.DocCategoryListRequest
 
DocCategoryListResponse - cn.torna.sdk.response中的类
 
DocCategoryListResponse() - 类 的构造器cn.torna.sdk.response.DocCategoryListResponse
 
DocCategoryNameUpdateRequest - cn.torna.sdk.request中的类
修改分类名称 接口名 doc.category.name.update 版本号 1.0
DocCategoryNameUpdateRequest(String) - 类 的构造器cn.torna.sdk.request.DocCategoryNameUpdateRequest
 
DocCategoryNameUpdateResponse - cn.torna.sdk.response中的类
 
DocCategoryNameUpdateResponse() - 类 的构造器cn.torna.sdk.response.DocCategoryNameUpdateResponse
 
DocCategoryResult - cn.torna.sdk.result中的类
 
DocCategoryResult() - 类 的构造器cn.torna.sdk.result.DocCategoryResult
 
DocDetailResult - cn.torna.sdk.result中的类
 
DocDetailResult() - 类 的构造器cn.torna.sdk.result.DocDetailResult
 
DocGetRequest - cn.torna.sdk.request中的类
获取文档详情, 接口名 doc.get 版本号 1.0
DocGetRequest(String) - 类 的构造器cn.torna.sdk.request.DocGetRequest
 
DocGetResponse - cn.torna.sdk.response中的类
 
DocGetResponse() - 类 的构造器cn.torna.sdk.response.DocGetResponse
 
DocInfoResult - cn.torna.sdk.result中的类
 
DocInfoResult() - 类 的构造器cn.torna.sdk.result.DocInfoResult
 
DocItem - cn.torna.sdk.param中的类
 
DocItem() - 类 的构造器cn.torna.sdk.param.DocItem
 
DocListRequest - cn.torna.sdk.request中的类
获取文档列表 接口名 doc.list 版本号 1.0
DocListRequest(String) - 类 的构造器cn.torna.sdk.request.DocListRequest
 
DocListResponse - cn.torna.sdk.response中的类
 
DocListResponse() - 类 的构造器cn.torna.sdk.response.DocListResponse
 
DocParamCode - cn.torna.sdk.param中的类
 
DocParamCode() - 类 的构造器cn.torna.sdk.param.DocParamCode
 
DocParamHeader - cn.torna.sdk.param中的类
 
DocParamHeader() - 类 的构造器cn.torna.sdk.param.DocParamHeader
 
DocParamPath - cn.torna.sdk.param中的类
 
DocParamPath() - 类 的构造器cn.torna.sdk.param.DocParamPath
 
DocParamReq - cn.torna.sdk.param中的类
 
DocParamReq() - 类 的构造器cn.torna.sdk.param.DocParamReq
 
DocParamResp - cn.torna.sdk.param中的类
 
DocParamResp() - 类 的构造器cn.torna.sdk.param.DocParamResp
 
DocParamResult - cn.torna.sdk.result中的类
 
DocParamResult() - 类 的构造器cn.torna.sdk.result.DocParamResult
 
DocPushRequest - cn.torna.sdk.request中的类
推送文档 接口名 doc.push 版本号 1.0
DocPushRequest(String) - 类 的构造器cn.torna.sdk.request.DocPushRequest
 
DocPushResponse - cn.torna.sdk.response中的类
 
DocPushResponse() - 类 的构造器cn.torna.sdk.response.DocPushResponse
 
DocPushResult - cn.torna.sdk.result中的类
 
DocPushResult() - 类 的构造器cn.torna.sdk.result.DocPushResult
 
DocUpdateResult - cn.torna.sdk.result中的类
 
DocUpdateResult() - 类 的构造器cn.torna.sdk.result.DocUpdateResult
 
doExecute(String, RequestForm, Map<String, String>) - 类 中的方法cn.torna.sdk.client.OpenClient
 
doGet(String, RequestForm, Map<String, String>) - 类 中的方法cn.torna.sdk.client.OpenRequest
 
doPost(String, RequestForm, Map<String, String>) - 类 中的方法cn.torna.sdk.client.OpenRequest
 

E

encode(Object) - 类 中的方法cn.torna.sdk.util.BaseNCodec
Encodes an Object using the Base-N algorithm.
encode(byte[]) - 类 中的方法cn.torna.sdk.util.BaseNCodec
Encodes a byte[] containing binary data, into a byte[] containing characters in the alphabet.
encodeAsString(byte[]) - 类 中的方法cn.torna.sdk.util.BaseNCodec
Encodes a byte[] containing binary data, into a String containing characters in the appropriate alphabet.
encodeBase64(byte[]) - 类 中的静态方法cn.torna.sdk.util.Base64Util
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64(byte[], boolean) - 类 中的静态方法cn.torna.sdk.util.Base64Util
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[], boolean, boolean) - 类 中的静态方法cn.torna.sdk.util.Base64Util
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[], boolean, boolean, int) - 类 中的静态方法cn.torna.sdk.util.Base64Util
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64Chunked(byte[]) - 类 中的静态方法cn.torna.sdk.util.Base64Util
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
encodeBase64String(byte[]) - 类 中的静态方法cn.torna.sdk.util.Base64Util
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64URLSafe(byte[]) - 类 中的静态方法cn.torna.sdk.util.Base64Util
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
encodeBase64URLSafeString(byte[]) - 类 中的静态方法cn.torna.sdk.util.Base64Util
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
encodeInteger(BigInteger) - 类 中的静态方法cn.torna.sdk.util.Base64Util
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature.
encodeToString(byte[]) - 类 中的方法cn.torna.sdk.util.BaseNCodec
Encodes a byte[] containing binary data, into a String containing characters in the Base-N alphabet.
encodeUrl(String) - 类 中的静态方法cn.torna.sdk.util.StringUtil
 
encrypt(byte[], String) - 类 中的静态方法cn.torna.sdk.util.AESUtil
加密
encrypt(String) - 类 中的静态方法cn.torna.sdk.util.MD5Util
生成md5,全部小写
encrypt(byte[]) - 类 中的静态方法cn.torna.sdk.util.MD5Util
生成md5,全部小写
encrypt16(String) - 类 中的静态方法cn.torna.sdk.util.MD5Util
返回长度16串,小写
encryptByPublicKey(String, String) - 类 中的静态方法cn.torna.sdk.util.RSAUtil
 
encryptByPublicKey(String, RSAPublicKey) - 类 中的静态方法cn.torna.sdk.util.RSAUtil
公钥加密
encryptToBase64String(String, String) - 类 中的静态方法cn.torna.sdk.util.AESUtil
文本加密
encryptUpper(String) - 类 中的静态方法cn.torna.sdk.util.MD5Util
生成md5,全部大写
encryptUpper(byte[]) - 类 中的静态方法cn.torna.sdk.util.MD5Util
生成md5,全部大写
ensureBufferSize(int, BaseNCodec.Context) - 类 中的方法cn.torna.sdk.util.BaseNCodec
Ensure that the buffer has room for size bytes
EnumInfoParam - cn.torna.sdk.param中的类
 
EnumInfoParam() - 类 的构造器cn.torna.sdk.param.EnumInfoParam
 
EnumItemParam - cn.torna.sdk.param中的类
 
EnumItemParam() - 类 的构造器cn.torna.sdk.param.EnumItemParam
 
EnumPushRequest - cn.torna.sdk.request中的类
推送枚举 接口名 enum.push 版本号 1.0
EnumPushRequest(String) - 类 的构造器cn.torna.sdk.request.EnumPushRequest
 
EnumPushResponse - cn.torna.sdk.response中的类
 
EnumPushResponse() - 类 的构造器cn.torna.sdk.response.EnumPushResponse
 
EnumPushResult - cn.torna.sdk.result中的类
 
EnumPushResult() - 类 的构造器cn.torna.sdk.result.EnumPushResult
 
execute(BaseRequest<T>) - 类 中的方法cn.torna.sdk.client.OpenClient
请求接口

F

FALSE - 接口 中的静态变量cn.torna.sdk.common.Booleans
 
FileUtil - cn.torna.sdk.util中的类
 
FileUtil() - 类 的构造器cn.torna.sdk.util.FileUtil
 
formatName - 类 中的静态变量cn.torna.sdk.common.OpenConfig
格式化名称
formatType - 类 中的静态变量cn.torna.sdk.common.OpenConfig
格式类型

G

get(String, Map<String, String>) - 类 中的方法cn.torna.sdk.client.OpenHttp
get请求
getBytesUtf8(String) - 类 中的静态方法cn.torna.sdk.util.BaseNCodec
 
getCode() - 类 中的方法cn.torna.sdk.response.BaseResponse
 
getData() - 类 中的方法cn.torna.sdk.response.BaseResponse
 
getDefaultBufferSize() - 类 中的方法cn.torna.sdk.util.BaseNCodec
Get the default buffer size.
getEncodedLength(byte[]) - 类 中的方法cn.torna.sdk.util.BaseNCodec
Calculates the amount of space needed to encode the supplied array.
getFileData() - 类 中的方法cn.torna.sdk.common.UploadFile
 
getFileName() - 类 中的方法cn.torna.sdk.common.UploadFile
 
getFiles() - 类 中的方法cn.torna.sdk.common.RequestForm
 
getForm() - 类 中的方法cn.torna.sdk.common.RequestForm
 
getId() - 接口 中的方法cn.torna.sdk.common.TreeAware
 
getMd5() - 类 中的方法cn.torna.sdk.common.UploadFile
 
getMsg() - 类 中的方法cn.torna.sdk.response.BaseResponse
 
getName() - 类 中的方法cn.torna.sdk.common.UploadFile
 
getParentId() - 接口 中的方法cn.torna.sdk.common.TreeAware
 
getPublicKey(byte[]) - 类 中的静态方法cn.torna.sdk.util.RSAUtil
获取公钥对象
getPublicKey(String) - 类 中的静态方法cn.torna.sdk.util.RSAUtil
获取公钥对象
getRequestMethod() - 类 中的方法cn.torna.sdk.common.RequestForm
 
getSecretKey(String) - 类 中的静态方法cn.torna.sdk.util.AESUtil
 
getSuperClassGenricType(Class<?>, int) - 类 中的静态方法cn.torna.sdk.util.ClassUtil
返回定义类时的泛型参数的类型.

H

hex2bytes(String) - 类 中的静态方法cn.torna.sdk.util.HexUtil
十六进制字符串转二进制
HexUtil - cn.torna.sdk.util中的类
 
HexUtil() - 类 的构造器cn.torna.sdk.util.HexUtil
 

I

initHttpClient() - 类 中的方法cn.torna.sdk.client.OpenHttp
 
isArrayByteBase64(byte[]) - 类 中的静态方法cn.torna.sdk.util.Base64Util
已过时。
1.5 Use Base64Util.isBase64(byte[]), will be removed in 2.0.
isBase64(byte) - 类 中的静态方法cn.torna.sdk.util.Base64Util
Returns whether or not the octet is in the base 64 alphabet.
isBase64(String) - 类 中的静态方法cn.torna.sdk.util.Base64Util
Tests a given String to see if it contains only valid characters within the Base64 alphabet.
isBase64(byte[]) - 类 中的静态方法cn.torna.sdk.util.Base64Util
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
isEmpty(String) - 类 中的静态方法cn.torna.sdk.util.StringUtil
 
isInAlphabet(byte) - 类 中的方法cn.torna.sdk.util.Base64Util
Returns whether or not the octet is in the Base64 alphabet.
isInAlphabet(byte) - 类 中的方法cn.torna.sdk.util.BaseNCodec
Returns whether or not the octet is in the current alphabet.
isInAlphabet(byte[], boolean) - 类 中的方法cn.torna.sdk.util.BaseNCodec
Tests a given byte array to see if it contains only valid characters within the alphabet.
isInAlphabet(String) - 类 中的方法cn.torna.sdk.util.BaseNCodec
Tests a given String to see if it contains only valid characters within the alphabet.
isNotEmpty(String) - 类 中的静态方法cn.torna.sdk.util.StringUtil
 
isSuccess() - 类 中的方法cn.torna.sdk.response.BaseResponse
 
isUrlSafe() - 类 中的方法cn.torna.sdk.util.Base64Util
Returns our current encode mode.
isWhiteSpace(byte) - 类 中的静态方法cn.torna.sdk.util.BaseNCodec
Checks if a byte value is whitespace or not.

J

JSON - 类 中的静态变量cn.torna.sdk.client.OpenHttp
 
JsonUtil - cn.torna.sdk.util中的类
 
JsonUtil() - 类 的构造器cn.torna.sdk.util.JsonUtil
 

L

lineLength - 类 中的变量cn.torna.sdk.util.BaseNCodec
Chunksize for encoding.
locale - 类 中的静态变量cn.torna.sdk.common.OpenConfig
国际化语言

M

MASK_8BITS - 类 中的静态变量cn.torna.sdk.util.BaseNCodec
Mask used to extract 8 bits, used in decoding bytes
MD5Util - cn.torna.sdk.util中的类
 
MD5Util() - 类 的构造器cn.torna.sdk.util.MD5Util
 
MIME_CHUNK_SIZE - 类 中的静态变量cn.torna.sdk.util.BaseNCodec
MIME chunk size per RFC 2045 section 6.8.
ModuleDebugEnvDeleteRequest - cn.torna.sdk.request中的类
删除调试环境 接口名:module.debug.env.delete 版本号:1.0
ModuleDebugEnvDeleteRequest(String) - 类 的构造器cn.torna.sdk.request.ModuleDebugEnvDeleteRequest
 
ModuleDebugEnvDeleteResponse - cn.torna.sdk.response中的类
 
ModuleDebugEnvDeleteResponse() - 类 的构造器cn.torna.sdk.response.ModuleDebugEnvDeleteResponse
 
ModuleDebugEnvSetRequest - cn.torna.sdk.request中的类
设置调试环境 接口名:module.debug.env.set 版本号:1.0
ModuleDebugEnvSetRequest(String) - 类 的构造器cn.torna.sdk.request.ModuleDebugEnvSetRequest
 
ModuleDebugEnvSetResponse - cn.torna.sdk.response中的类
 
ModuleDebugEnvSetResponse() - 类 的构造器cn.torna.sdk.response.ModuleDebugEnvSetResponse
 

N

name() - 类 中的方法cn.torna.sdk.request.BaseRequest
 
name() - 类 中的方法cn.torna.sdk.request.DocCategoryCreateRequest
 
name() - 类 中的方法cn.torna.sdk.request.DocCategoryListRequest
 
name() - 类 中的方法cn.torna.sdk.request.DocCategoryNameUpdateRequest
 
name() - 类 中的方法cn.torna.sdk.request.DocGetRequest
 
name() - 类 中的方法cn.torna.sdk.request.DocListRequest
 
name() - 类 中的方法cn.torna.sdk.request.DocPushRequest
 
name() - 类 中的方法cn.torna.sdk.request.EnumPushRequest
 
name() - 类 中的方法cn.torna.sdk.request.ModuleDebugEnvDeleteRequest
 
name() - 类 中的方法cn.torna.sdk.request.ModuleDebugEnvSetRequest
 
newStringUtf8(byte[]) - 类 中的静态方法cn.torna.sdk.util.BaseNCodec
 

O

OpenClient - cn.torna.sdk.client中的类
请求客户端
OpenClient(String, String, String) - 类 的构造器cn.torna.sdk.client.OpenClient
创建客户端
OpenConfig - cn.torna.sdk.common中的类
 
OpenConfig() - 类 的构造器cn.torna.sdk.common.OpenConfig
 
OpenHttp - cn.torna.sdk.client中的类
 
OpenHttp() - 类 的构造器cn.torna.sdk.client.OpenHttp
 
OpenRequest - cn.torna.sdk.client中的类
负责请求操作
OpenRequest() - 类 的构造器cn.torna.sdk.client.OpenRequest
 

P

PAD - 类 中的变量cn.torna.sdk.util.BaseNCodec
已过时。
Use BaseNCodec.pad. Will be removed in 2.0.
pad - 类 中的变量cn.torna.sdk.util.BaseNCodec
 
PAD_DEFAULT - 类 中的静态变量cn.torna.sdk.util.BaseNCodec
Byte used to pad output.
parseJSONObject(String) - 类 中的静态方法cn.torna.sdk.util.JsonUtil
 
parseObject(String, Class<T>) - 类 中的静态方法cn.torna.sdk.util.JsonUtil
json转对象
parseResponse(String) - 类 中的方法cn.torna.sdk.request.BaseRequest
解析返回结果
parseResponse(String) - 类 中的方法cn.torna.sdk.request.DocGetRequest
 
PEM_CHUNK_SIZE - 类 中的静态变量cn.torna.sdk.util.BaseNCodec
PEM chunk size per RFC 1421 section 4.3.2.4.
postFile(String, Map<String, Object>, Map<String, String>, List<UploadFile>) - 类 中的方法cn.torna.sdk.client.OpenHttp
提交表单,并且上传文件
postJsonBody(String, String, Map<String, String>) - 类 中的方法cn.torna.sdk.client.OpenHttp
提交json字符串到请求体
postJsonBody(String, String) - 类 中的方法cn.torna.sdk.client.OpenRequest
 

R

readTimeoutSeconds - 类 中的静态变量cn.torna.sdk.common.OpenConfig
http读取超时时间
request(String, RequestForm, Map<String, String>) - 类 中的方法cn.torna.sdk.client.OpenRequest
 
RequestForm - cn.torna.sdk.common中的类
 
RequestForm(Map<? extends String, ?>) - 类 的构造器cn.torna.sdk.common.RequestForm
 
RequestMethod - cn.torna.sdk.common中的枚举
 
responseCodeName - 类 中的静态变量cn.torna.sdk.common.OpenConfig
响应code名称
RSA_ALGORITHM - 类 中的静态变量cn.torna.sdk.util.RSAUtil
 
RSAUtil - cn.torna.sdk.util中的类
RSA加解密工具
RSAUtil() - 类 的构造器cn.torna.sdk.util.RSAUtil
 

S

SdkException - cn.torna.sdk.exception中的异常错误
 
SdkException(String) - 异常错误 的构造器cn.torna.sdk.exception.SdkException
 
setChildren(List<T>) - 接口 中的方法cn.torna.sdk.common.TreeAware
 
setCode(String) - 类 中的方法cn.torna.sdk.response.BaseResponse
 
setCookieStore(Map<String, List<Cookie>>) - 类 中的方法cn.torna.sdk.client.OpenHttp
 
setData(T) - 类 中的方法cn.torna.sdk.response.BaseResponse
 
setFileData(byte[]) - 类 中的方法cn.torna.sdk.common.UploadFile
 
setFileName(String) - 类 中的方法cn.torna.sdk.common.UploadFile
 
setFiles(List<UploadFile>) - 类 中的方法cn.torna.sdk.common.RequestForm
 
setForm(Map<String, Object>) - 类 中的方法cn.torna.sdk.common.RequestForm
 
setHttpClient(OkHttpClient) - 类 中的方法cn.torna.sdk.client.OpenHttp
 
setMd5(String) - 类 中的方法cn.torna.sdk.common.UploadFile
 
setMsg(String) - 类 中的方法cn.torna.sdk.response.BaseResponse
 
setName(String) - 类 中的方法cn.torna.sdk.common.UploadFile
 
setOpenRequest(OpenRequest) - 类 中的方法cn.torna.sdk.client.OpenClient
 
setRequestMethod(RequestMethod) - 类 中的方法cn.torna.sdk.common.RequestForm
 
signName - 类 中的静态变量cn.torna.sdk.common.OpenConfig
签名串名称
SignUtil - cn.torna.sdk.util中的类
 
SignUtil() - 类 的构造器cn.torna.sdk.util.SignUtil
 
StringUtil - cn.torna.sdk.util中的类
 
StringUtil() - 类 的构造器cn.torna.sdk.util.StringUtil
 
successCode - 类 中的静态变量cn.torna.sdk.common.OpenConfig
成功返回码值

T

timestampName - 类 中的静态变量cn.torna.sdk.common.OpenConfig
时间戳名称
timestampPattern - 类 中的静态变量cn.torna.sdk.common.OpenConfig
时间戳格式
toBytes(InputStream) - 类 中的静态方法cn.torna.sdk.util.FileUtil
将文件流转换成byte[]
toBytes(File) - 类 中的静态方法cn.torna.sdk.util.FileUtil
将文件转换成数据流
toJSONString(Object) - 类 中的静态方法cn.torna.sdk.util.JsonUtil
对象转json
TreeAware<T,IdType> - cn.torna.sdk.common中的接口
 
TreeUtil - cn.torna.sdk.util中的类
 
TreeUtil() - 类 的构造器cn.torna.sdk.util.TreeUtil
 
TRUE - 接口 中的静态变量cn.torna.sdk.common.Booleans
 

U

UploadFile - cn.torna.sdk.common中的类
文件上传类
UploadFile(String, File) - 类 的构造器cn.torna.sdk.common.UploadFile
 
UploadFile(String, String, InputStream) - 类 的构造器cn.torna.sdk.common.UploadFile
 
UploadFile(String, String, byte[]) - 类 的构造器cn.torna.sdk.common.UploadFile
 
UTF8 - 类 中的静态变量cn.torna.sdk.util.BaseNCodec
 
UTF8 - 类 中的静态变量cn.torna.sdk.util.RSAUtil
 
UTF8 - 类 中的静态变量cn.torna.sdk.util.StringUtil
 

V

valueOf(String) - 枚举 中的静态方法cn.torna.sdk.common.RequestMethod
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.torna.sdk.common.RequestMethod
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
version() - 类 中的方法cn.torna.sdk.request.BaseRequest
 
versionName - 类 中的静态变量cn.torna.sdk.common.OpenConfig
版本号名称
A B C D E F G H I J L M N O P R S T U V 
跳过导航链接

Copyright © 2021. All Rights Reserved.