Package org.bouncycastle.cms
Class CMSAlgorithmNotAllowedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.cms.CMSException
-
- org.bouncycastle.cms.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 (seeJce*Recipient.setAllowedContentAlgorithms).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CMSAlgorithmNotAllowedException(java.lang.String msg)CMSAlgorithmNotAllowedException(java.lang.String msg, java.lang.Exception e)
-
Method Summary
-
Methods inherited from class org.bouncycastle.cms.CMSException
getCause, getUnderlyingException
-
-