Uses of Interface
eu.europa.esig.dss.alert.StatusAlert
Package
Description
-
Uses of StatusAlert in eu.europa.esig.dss.alert
Modifier and TypeClassDescriptionclass
The abstract alert class to define a handler for theStatus
processingclass
The class throws an exception on aStatus
eventclass
The class logs a message onStatus
alertclass
The class to process aStatus
alert silently -
Uses of StatusAlert in eu.europa.esig.dss.jaxb.common
Modifier and TypeMethodDescriptionvoid
AbstractConfigurator.setSecurityExceptionAlert
(StatusAlert securityExceptionAlert) This method allows to configure a custom alert on security exception in the builder -
Uses of StatusAlert in eu.europa.esig.dss.pades.alerts
Modifier and TypeClassDescriptionclass
This alert is used to throw aeu.europa.esig.dss.pades.exception.ProtectedDocumentException
when the corresponding check fails -
Uses of StatusAlert in eu.europa.esig.dss.pdf
Modifier and TypeMethodDescriptionvoid
PdfSignatureFieldPositionChecker.setAlertOnDocumentReadException
(StatusAlert alertOnDocumentReadException) Sets a behavior to follow when aIOException
is thrown on an attempt to read document properties Default : ExceptionOnStatusAlert - throw the exceptionvoid
AbstractPDFSignatureService.setAlertOnForbiddenSignatureCreation
(StatusAlert alertOnForbiddenSignatureCreation) Deprecated.since DSS 5.12.void
PdfPermissionsChecker.setAlertOnForbiddenSignatureCreation
(StatusAlert alertOnForbiddenSignatureCreation) Sets a behavior to follow when creating a new signature in a document that forbids creation of new signatures Default : ExceptionOnStatusAlert - throw the exceptionvoid
AbstractPDFSignatureService.setAlertOnSignatureFieldOutsidePageDimensions
(StatusAlert alertOnSignatureFieldOutsidePageDimensions) Deprecated.since DSS 5.12.void
PdfSignatureFieldPositionChecker.setAlertOnSignatureFieldOutsidePageDimensions
(StatusAlert alertOnSignatureFieldOutsidePageDimensions) Sets a behavior to follow when a new signature field is created outside the page's dimensions Default : ExceptionOnStatusAlert - throw the exceptionvoid
AbstractPDFSignatureService.setAlertOnSignatureFieldOverlap
(StatusAlert alertOnSignatureFieldOverlap) Deprecated.since DSS 5.12.void
PdfSignatureFieldPositionChecker.setAlertOnSignatureFieldOverlap
(StatusAlert alertOnSignatureFieldOverlap) Sets alert on a signature field overlap with existing fields or/and annotations Default : ExceptionOnStatusAlert - throw the exception -
Uses of StatusAlert in eu.europa.esig.dss.validation
Modifier and TypeMethodDescriptionCertificateVerifier.getAlertOnExpiredSignature()
This method returns the defined execution behaviour on expired signature (if the signing certificate or its POE(s) has been expired).CommonCertificateVerifier.getAlertOnExpiredSignature()
CertificateVerifier.getAlertOnInvalidTimestamp()
This method returns the defined execution behaviour on invalid timestamp.CommonCertificateVerifier.getAlertOnInvalidTimestamp()
CertificateVerifier.getAlertOnMissingRevocationData()
This method returns the defined execution behaviour on missing revocation data.CommonCertificateVerifier.getAlertOnMissingRevocationData()
CertificateVerifier.getAlertOnNoRevocationAfterBestSignatureTime()
This method returns the defined execution behaviour if no revocation data obtained with an issuance time after the bestSignatureTimeCommonCertificateVerifier.getAlertOnNoRevocationAfterBestSignatureTime()
CertificateVerifier.getAlertOnRevokedCertificate()
This method returns the defined execution behaviour on revoked certificate.CommonCertificateVerifier.getAlertOnRevokedCertificate()
CertificateVerifier.getAlertOnUncoveredPOE()
This method returns the defined execution behaviour on uncovered POE (timestamp).CommonCertificateVerifier.getAlertOnUncoveredPOE()
Modifier and TypeMethodDescriptionvoid
CertificateVerifier.setAlertOnExpiredSignature
(StatusAlert alertOnUncoveredPOE) This method allows to change the behavior on expired signature (if the signing certificate or its POE(s) has been expired).void
CommonCertificateVerifier.setAlertOnExpiredSignature
(StatusAlert alertOnExpiredSignature) void
CertificateVerifier.setAlertOnInvalidTimestamp
(StatusAlert alertOnInvalidTimestamp) This method allows to change the behavior on invalid timestamp (LT/LTA augmentation).void
CommonCertificateVerifier.setAlertOnInvalidTimestamp
(StatusAlert alertOnInvalidTimestamp) void
CertificateVerifier.setAlertOnMissingRevocationData
(StatusAlert alertOnMissingRevocationData) This method allows to change the behavior on missing revocation data (LT/LTA augmentation).void
CommonCertificateVerifier.setAlertOnMissingRevocationData
(StatusAlert alertOnMissingRevocationData) void
CertificateVerifier.setAlertOnNoRevocationAfterBestSignatureTime
(StatusAlert alertOnNoRevocationAfterBestSignatureTime) This method allows to change the behavior on revocation data issued after a control time.void
CommonCertificateVerifier.setAlertOnNoRevocationAfterBestSignatureTime
(StatusAlert alertOnNoRevocationAfterBestSignatureTime) void
CertificateVerifier.setAlertOnRevokedCertificate
(StatusAlert alertOnRevokedCertificate) This method allows to change the behavior on revoked certificates (LT/LTA augmentation).void
CommonCertificateVerifier.setAlertOnRevokedCertificate
(StatusAlert alertOnRevokedCertificate) void
CertificateVerifier.setAlertOnUncoveredPOE
(StatusAlert alertOnUncoveredPOE) This method allows to change the behavior on uncovered POE (timestamp).void
CommonCertificateVerifier.setAlertOnUncoveredPOE
(StatusAlert alertOnUncoveredPOE)