public class DingTalkEncryptException extends Exception
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
AES_KEY_ILLEGAL
不合法的aeskey
|
static int |
COMPUTE_DECRYPT_TEXT_CORPID_ERROR
计算解密文字suiteKey(ISV)或者corpid(普通企业)不匹配
|
static int |
COMPUTE_DECRYPT_TEXT_ERROR
计算解密文字错误
|
static int |
COMPUTE_DECRYPT_TEXT_LENGTH_ERROR
计算解密文字长度不匹配
|
static int |
COMPUTE_ENCRYPT_TEXT_ERROR
计算加密文字错误
|
static int |
COMPUTE_SIGNATURE_ERROR
计算签名错误
|
static int |
ENCRYPTION_NONCE_ILLEGAL
加密随机字符串参数非法
|
static int |
ENCRYPTION_PLAINTEXT_ILLEGAL
加密明文文本非法
|
static int |
ENCRYPTION_TIMESTAMP_ILLEGAL
加密时间戳参数非法
|
static int |
SIGNATURE_NOT_MATCH
签名不匹配
|
static int |
SUCCESS
成功
|
| 构造器和说明 |
|---|
DingTalkEncryptException(Integer exceptionCode) |
public static final int SUCCESS
public static final int ENCRYPTION_PLAINTEXT_ILLEGAL
public static final int ENCRYPTION_TIMESTAMP_ILLEGAL
public static final int ENCRYPTION_NONCE_ILLEGAL
public static final int AES_KEY_ILLEGAL
public static final int SIGNATURE_NOT_MATCH
public static final int COMPUTE_SIGNATURE_ERROR
public static final int COMPUTE_ENCRYPT_TEXT_ERROR
public static final int COMPUTE_DECRYPT_TEXT_ERROR
public static final int COMPUTE_DECRYPT_TEXT_LENGTH_ERROR
public static final int COMPUTE_DECRYPT_TEXT_CORPID_ERROR
public DingTalkEncryptException(Integer exceptionCode)
Copyright © 2021 江苏南大先腾信息产业股份有限公司. All rights reserved.