com.github.sd4324530.fastweixin.message.aes
类 AesException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 com.github.sd4324530.fastweixin.message.aes.AesException
所有已实现的接口:
Serializable

public class AesException
extends Exception

另请参见:
序列化表格

字段摘要
static int ComputeSignatureError
           
static int DecryptAESError
           
static int EncryptAESError
           
static int IllegalAesKey
           
static int IllegalBuffer
           
static int OK
           
static int ParseXmlError
           
static int ValidateAppidError
           
static int ValidateSignatureError
           
 
方法摘要
 int getCode()
           
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

OK

public static final int OK
另请参见:
常量字段值

ValidateSignatureError

public static final int ValidateSignatureError
另请参见:
常量字段值

ParseXmlError

public static final int ParseXmlError
另请参见:
常量字段值

ComputeSignatureError

public static final int ComputeSignatureError
另请参见:
常量字段值

IllegalAesKey

public static final int IllegalAesKey
另请参见:
常量字段值

ValidateAppidError

public static final int ValidateAppidError
另请参见:
常量字段值

EncryptAESError

public static final int EncryptAESError
另请参见:
常量字段值

DecryptAESError

public static final int DecryptAESError
另请参见:
常量字段值

IllegalBuffer

public static final int IllegalBuffer
另请参见:
常量字段值
方法详细信息

getCode

public int getCode()


Copyright © 2017. All rights reserved.