Package totalcross.crypto
Class CryptoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- totalcross.crypto.CryptoException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NoSuchAlgorithmException
public class CryptoException extends java.lang.ExceptionThrown when something wrong occurs when using the cryptographic algorithms.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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CryptoException()Constructs an empty Exception.CryptoException(java.lang.String msg)Constructs an exception with the given message.
-