Uses of Class
net.ME1312.SubData.Client.Library.Exception.EncryptionException
Packages that use EncryptionException
-
Uses of EncryptionException in net.ME1312.SubData.Client.Encryption
Subclasses of EncryptionException in net.ME1312.SubData.Client.EncryptionModifier and TypeClassDescriptionstatic classThrown if an attempt is made to decrypt an invalid AES stream.static classThrown if an attempt is made to encrypt a stream with an invalid AES key length.static classThrown if an attempt is made to decrypt a stream with an incorrect password.static classThrown if 192- or 256-bit AES encryption or decryption is attempted, but not available on the particular Java platform.