KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javacard > security > CryptoException

javacard.security
Class CryptoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--javacard.framework.CardRuntimeException
                          |
                          +--javacard.security.CryptoException
See Also:
KeyBuilder, MessageDigest, Signature, RandomData, Cipher

public CryptoException(short reason)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short ILLEGAL_USE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short ILLEGAL_VALUE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short INVALID_INIT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short NO_SUCH_ALGORITHM
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void throwIt(short reason)
See Also:
CryptoException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short UNINITIALIZED_KEY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags