Class AES.StrongEncryptionNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.ME1312.SubData.Client.Library.Exception.EncryptionException
net.ME1312.SubData.Client.Encryption.AES.StrongEncryptionNotAvailableException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AES
Thrown if 192- or 256-bit AES encryption or decryption is attempted,
but not available on the particular Java platform.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StrongEncryptionNotAvailableException
public StrongEncryptionNotAvailableException(int keySize)
-