Class EncryptionUnsupportedByPlatformException

All Implemented Interfaces:
Serializable

public class EncryptionUnsupportedByPlatformException extends UnsupportedEncryptionException
Identifies that the specified encryption mechanism, though supported by the product, is not supported by the platform that it is running on; i.e., that either the JCE does not support a required cipher or that its policy is such that a key of a given length can not be used.
See Also:
  • Constructor Details

    • EncryptionUnsupportedByPlatformException

      public EncryptionUnsupportedByPlatformException(String message)
    • EncryptionUnsupportedByPlatformException

      public EncryptionUnsupportedByPlatformException(String message, Throwable cause)