- 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
-
请求接口