Uses of Interface
eu.europa.esig.dss.alert.StatusAlert
Packages that use StatusAlert
Package
Description
-
Uses of StatusAlert in eu.europa.esig.dss.alert
Classes in eu.europa.esig.dss.alert that implement StatusAlertModifier and TypeClassDescriptionclassThe abstract alert class to define a handler for theStatusprocessingclassThe class throws an exception on aStatuseventclassThe class logs a message onStatusalertclassThe class to process aStatusalert silently -
Uses of StatusAlert in eu.europa.esig.dss.jaxb.common
Methods in eu.europa.esig.dss.jaxb.common with parameters of type StatusAlertModifier and TypeMethodDescriptionvoidAbstractConfigurator.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
Classes in eu.europa.esig.dss.pades.alerts that implement StatusAlertModifier and TypeClassDescriptionclassThis alert is used to throw aeu.europa.esig.dss.pades.exception.ProtectedDocumentExceptionwhen the corresponding check fails -
Uses of StatusAlert in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf with parameters of type StatusAlertModifier and TypeMethodDescriptionvoidPdfSignatureFieldPositionChecker.setAlertOnDocumentReadException(StatusAlert alertOnDocumentReadException) Sets a behavior to follow when aIOExceptionis thrown on an attempt to read document properties Default : ExceptionOnStatusAlert - throw the exceptionvoidAbstractPDFSignatureService.setAlertOnForbiddenSignatureCreation(StatusAlert alertOnForbiddenSignatureCreation) Deprecated.since DSS 5.12.voidPdfPermissionsChecker.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 exceptionvoidAbstractPDFSignatureService.setAlertOnSignatureFieldOutsidePageDimensions(StatusAlert alertOnSignatureFieldOutsidePageDimensions) Deprecated.since DSS 5.12.voidPdfSignatureFieldPositionChecker.setAlertOnSignatureFieldOutsidePageDimensions(StatusAlert alertOnSignatureFieldOutsidePageDimensions) Sets a behavior to follow when a new signature field is created outside the page's dimensions Default : ExceptionOnStatusAlert - throw the exceptionvoidAbstractPDFSignatureService.setAlertOnSignatureFieldOverlap(StatusAlert alertOnSignatureFieldOverlap) Deprecated.since DSS 5.12.voidPdfSignatureFieldPositionChecker.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
Methods in eu.europa.esig.dss.validation that return StatusAlertModifier 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()Methods in eu.europa.esig.dss.validation with parameters of type StatusAlertModifier and TypeMethodDescriptionvoidCertificateVerifier.setAlertOnExpiredSignature(StatusAlert alertOnUncoveredPOE) This method allows to change the behavior on expired signature (if the signing certificate or its POE(s) has been expired).voidCommonCertificateVerifier.setAlertOnExpiredSignature(StatusAlert alertOnExpiredSignature) voidCertificateVerifier.setAlertOnInvalidTimestamp(StatusAlert alertOnInvalidTimestamp) This method allows to change the behavior on invalid timestamp (LT/LTA augmentation).voidCommonCertificateVerifier.setAlertOnInvalidTimestamp(StatusAlert alertOnInvalidTimestamp) voidCertificateVerifier.setAlertOnMissingRevocationData(StatusAlert alertOnMissingRevocationData) This method allows to change the behavior on missing revocation data (LT/LTA augmentation).voidCommonCertificateVerifier.setAlertOnMissingRevocationData(StatusAlert alertOnMissingRevocationData) voidCertificateVerifier.setAlertOnNoRevocationAfterBestSignatureTime(StatusAlert alertOnNoRevocationAfterBestSignatureTime) This method allows to change the behavior on revocation data issued after a control time.voidCommonCertificateVerifier.setAlertOnNoRevocationAfterBestSignatureTime(StatusAlert alertOnNoRevocationAfterBestSignatureTime) voidCertificateVerifier.setAlertOnRevokedCertificate(StatusAlert alertOnRevokedCertificate) This method allows to change the behavior on revoked certificates (LT/LTA augmentation).voidCommonCertificateVerifier.setAlertOnRevokedCertificate(StatusAlert alertOnRevokedCertificate) voidCertificateVerifier.setAlertOnUncoveredPOE(StatusAlert alertOnUncoveredPOE) This method allows to change the behavior on uncovered POE (timestamp).voidCommonCertificateVerifier.setAlertOnUncoveredPOE(StatusAlert alertOnUncoveredPOE)