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.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 exceptionvoidPdfPermissionsChecker.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 exceptionvoidPdfSignatureFieldPositionChecker.setAlertOnSignatureFieldOutsidePageDimensions(StatusAlert alertOnSignatureFieldOutsidePageDimensions) Sets a behavior to follow when a new signature field is created outside the page's dimensions Default : ExceptionOnStatusAlert - throw the exceptionvoidPdfSignatureFieldPositionChecker.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.service.ocsp
Methods in eu.europa.esig.dss.service.ocsp with parameters of type StatusAlertModifier and TypeMethodDescriptionvoidOnlineOCSPSource.setAlertOnInvalidNonce(StatusAlert alertOnInvalidNonce) Sets a behavior when the nonce of the OCSP Response does not match the nonce sent within the request Default : ExceptionOnStatusAlert (throws an exception if nonce does not match)voidOnlineOCSPSource.setAlertOnInvalidUpdateTime(StatusAlert alertOnInvalidUpdateTime) Sets a behavior when the current time is out of the range of thisUpdate and nextUpdate fields extracted from the OCSP Response.voidOnlineOCSPSource.setAlertOnNonexistentNonce(StatusAlert alertOnNonexistentNonce) Sets a behavior when the obtained OCSP Response does not contain the nonce even that the nonce has been enforced (i.e. -
Uses of StatusAlert in eu.europa.esig.dss.spi.alerts
Classes in eu.europa.esig.dss.spi.alerts that implement StatusAlertModifier and TypeClassDescriptionclassThis alert is used to throw aeu.europa.esig.dss.spi.exception.DSSExternalResourceExceptionwhen the corresponding check fails -
Uses of StatusAlert in eu.europa.esig.dss.spi.validation
Methods in eu.europa.esig.dss.spi.validation that return StatusAlertModifier and TypeMethodDescriptionCertificateVerifier.getAlertOnExpiredCertificate()This method returns the defined behavior on signature creation or augmentation with an expired signing-certificate (notAfter is before the current time).CommonCertificateVerifier.getAlertOnExpiredCertificate()CertificateVerifier.getAlertOnExpiredSignature()Deprecated.since DSS 6.1.CommonCertificateVerifier.getAlertOnExpiredSignature()Deprecated.CertificateVerifier.getAlertOnInvalidSignature()This method returns the defined execution behaviour on invalid signature.CommonCertificateVerifier.getAlertOnInvalidSignature()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.getAlertOnNotYetValidCertificate()This method returns the defined behavior on signature creation with a not yet valid signing-certificateCommonCertificateVerifier.getAlertOnNotYetValidCertificate()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()CertificateVerifier.getAugmentationAlertOnHigherSignatureLevel()This method returns the defined augmentation behaviour for a signature of a higher level or a document containing a such signature.CommonCertificateVerifier.getAugmentationAlertOnHigherSignatureLevel()CertificateVerifier.getAugmentationAlertOnSelfSignedCertificateChains()This method returns the defined augmentation behaviour for a signature containing only self-signed certificate chains.CommonCertificateVerifier.getAugmentationAlertOnSelfSignedCertificateChains()CertificateVerifier.getAugmentationAlertOnSignatureWithoutCertificates()This method returns the defined augmentation behaviour for a signature without certificates.CommonCertificateVerifier.getAugmentationAlertOnSignatureWithoutCertificates()Methods in eu.europa.esig.dss.spi.validation with parameters of type StatusAlertModifier and TypeMethodDescriptionvoidCertificateVerifier.setAlertOnExpiredCertificate(StatusAlert alertOnExpiredCertificate) This method allows to change a behavior on signature creation or augmentation with an expired signing-certificate (notAfter is before the current time).voidCommonCertificateVerifier.setAlertOnExpiredCertificate(StatusAlert alertOnExpiredCertificate) voidCertificateVerifier.setAlertOnExpiredSignature(StatusAlert alertOnUncoveredPOE) Deprecated.since DSS 6.1.voidCommonCertificateVerifier.setAlertOnExpiredSignature(StatusAlert alertOnExpiredSignature) Deprecated.voidCertificateVerifier.setAlertOnInvalidSignature(StatusAlert alertOnInvalidSignature) This method allows to change the behavior on invalid signature (T/LT/LTA augmentation).voidCommonCertificateVerifier.setAlertOnInvalidSignature(StatusAlert alertOnInvalidSignature) 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.setAlertOnNotYetValidCertificate(StatusAlert alertOnNotYetValidCertificate) This method allows to change a behavior on signature creation with a not yet valid signing-certificate (notBefore is after the current time) Default :ExceptionOnStatusAlert- throw an exception.voidCommonCertificateVerifier.setAlertOnNotYetValidCertificate(StatusAlert alertOnNotYetValidCertificate) 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) voidCertificateVerifier.setAugmentationAlertOnHigherSignatureLevel(StatusAlert augmentationAlertOnHigherSignatureLevel) This method allows to change the augmentation behaviour for a signature of a higher level or a document containing a such signature.voidCommonCertificateVerifier.setAugmentationAlertOnHigherSignatureLevel(StatusAlert augmentationAlertOnHigherSignatureLevel) voidCertificateVerifier.setAugmentationAlertOnSelfSignedCertificateChains(StatusAlert augmentationAlertOnSelfSignedCertificateChains) This method allows to change the augmentation behaviour for a signature containing only self-signed certificate chains.voidCommonCertificateVerifier.setAugmentationAlertOnSelfSignedCertificateChains(StatusAlert augmentationAlertOnSelfSignedCertificateChains) voidCertificateVerifier.setAugmentationAlertOnSignatureWithoutCertificates(StatusAlert augmentationAlertOnSignatureWithoutCertificates) This method allows to change the augmentation behaviour for a signature without certificates.voidCommonCertificateVerifier.setAugmentationAlertOnSignatureWithoutCertificates(StatusAlert augmentationAlertOnSignatureWithoutCertificates) -
Uses of StatusAlert in eu.europa.esig.dss.xml.common
Methods in eu.europa.esig.dss.xml.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