Class VerificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
com.itextpdf.signatures.VerificationException
- All Implemented Interfaces:
Serializable
Deprecated.
An exception that is thrown when something is wrong with a certificate.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVerificationException(Certificate cert, String message) Deprecated.Creates a VerificationException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
BOUNCY_CASTLE_FACTORY
Deprecated.
-
-
Constructor Details
-
VerificationException
Deprecated.Creates a VerificationException.- Parameters:
cert- is a failed certificatemessage- is a reason of failure- Throws:
CertificateEncodingException- if an encoding error occurs inCertificate.
-
com.itextpdf.signatures.validationpackage.