Class CMSAlgorithmNotAllowedException

All Implemented Interfaces:
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:
  • Constructor Details

    • CMSAlgorithmNotAllowedException

      public CMSAlgorithmNotAllowedException(String msg)
    • CMSAlgorithmNotAllowedException

      public CMSAlgorithmNotAllowedException(String msg, Exception e)