public class CryptoException
extends java.lang.Exception
If you get a totalcross.crypto.CryptoException: Illegal key size
, you must download the strong cryptography files from Oracle
site. In order to do that, go to the ReadMe file whole link is below the download link. In this file, search for "Unlimited Strength Java
Cryptography Extension" and follow the instructions.
Constructor and Description |
---|
CryptoException()
Constructs an empty Exception.
|
CryptoException(java.lang.String msg)
Constructs an exception with the given message.
|