Class CMSAlgorithmNotAllowedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CMSAlgorithmNotAllowedException
    extends CMSException
    Exception thrown when a recipient is asked to recover content protected under a content-encryption algorithm that is not in the recipient's configured allowed set (see Jce*Recipient.setAllowedContentAlgorithms).
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CMSAlgorithmNotAllowedException

        public CMSAlgorithmNotAllowedException​(java.lang.String msg)
      • CMSAlgorithmNotAllowedException

        public CMSAlgorithmNotAllowedException​(java.lang.String msg,
                                               java.lang.Exception e)