iText 9.2.0 API
iText.Bouncycastlefips.UnsupportedEncryptionFeatureException Class Reference
Inheritance diagram for iText.Bouncycastlefips.UnsupportedEncryptionFeatureException:
iText.Commons.Exceptions.ITextException

Public Member Functions

  UnsupportedEncryptionFeatureException (string msg)
 
- Public Member Functions inherited from iText.Commons.Exceptions.ITextException
  ITextException ()
  Creates a new ITextException with no error message and cause. More...
 
  ITextException (String message)
  Creates a new ITextException. More...
 
  ITextException (Exception cause)
  Creates a new ITextException. More...
 
  ITextException (String message, Exception cause)
  Creates a new ITextException. More...
 

Static Public Attributes

const String  ENCRYPTION_WITH_CERTIFICATE_ISNT_SUPPORTED_IN_FIPS
 

Member Data Documentation

◆ ENCRYPTION_WITH_CERTIFICATE_ISNT_SUPPORTED_IN_FIPS

const String iText.Bouncycastlefips.UnsupportedEncryptionFeatureException.ENCRYPTION_WITH_CERTIFICATE_ISNT_SUPPORTED_IN_FIPS
static
Initial value:
=
"Encryption with certificated is currently not supported in Bouncy Castle FIPS mode."