Class AES.StrongEncryptionNotAvailableException

All Implemented Interfaces:
Serializable
Enclosing class:
AES

public static class AES.StrongEncryptionNotAvailableException extends EncryptionException
Thrown if 192- or 256-bit AES encryption or decryption is attempted, but not available on the particular Java platform.
See Also:
  • Constructor Details

    • StrongEncryptionNotAvailableException

      public StrongEncryptionNotAvailableException(int keySize)