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.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
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
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
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.service.ocsp
Modifier and TypeMethodDescriptionvoid
OnlineOCSPSource.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)void
OnlineOCSPSource.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.void
OnlineOCSPSource.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
Modifier and TypeClassDescriptionclass
This alert is used to throw aeu.europa.esig.dss.spi.exception.DSSExternalResourceException
when the corresponding check fails -
Uses of StatusAlert in eu.europa.esig.dss.spi.validation
Modifier 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()
Modifier and TypeMethodDescriptionvoid
CertificateVerifier.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).void
CommonCertificateVerifier.setAlertOnExpiredCertificate
(StatusAlert alertOnExpiredCertificate) void
CertificateVerifier.setAlertOnExpiredSignature
(StatusAlert alertOnUncoveredPOE) Deprecated.since DSS 6.1.void
CommonCertificateVerifier.setAlertOnExpiredSignature
(StatusAlert alertOnExpiredSignature) Deprecated.void
CertificateVerifier.setAlertOnInvalidSignature
(StatusAlert alertOnInvalidSignature) This method allows to change the behavior on invalid signature (T/LT/LTA augmentation).void
CommonCertificateVerifier.setAlertOnInvalidSignature
(StatusAlert alertOnInvalidSignature) 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.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.void
CommonCertificateVerifier.setAlertOnNotYetValidCertificate
(StatusAlert alertOnNotYetValidCertificate) 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) void
CertificateVerifier.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.void
CommonCertificateVerifier.setAugmentationAlertOnHigherSignatureLevel
(StatusAlert augmentationAlertOnHigherSignatureLevel) void
CertificateVerifier.setAugmentationAlertOnSelfSignedCertificateChains
(StatusAlert augmentationAlertOnSelfSignedCertificateChains) This method allows to change the augmentation behaviour for a signature containing only self-signed certificate chains.void
CommonCertificateVerifier.setAugmentationAlertOnSelfSignedCertificateChains
(StatusAlert augmentationAlertOnSelfSignedCertificateChains) void
CertificateVerifier.setAugmentationAlertOnSignatureWithoutCertificates
(StatusAlert augmentationAlertOnSignatureWithoutCertificates) This method allows to change the augmentation behaviour for a signature without certificates.void
CommonCertificateVerifier.setAugmentationAlertOnSignatureWithoutCertificates
(StatusAlert augmentationAlertOnSignatureWithoutCertificates) -
Uses of StatusAlert in eu.europa.esig.dss.xml.common
Modifier and TypeMethodDescriptionvoid
AbstractConfigurator.setSecurityExceptionAlert
(StatusAlert securityExceptionAlert) This method allows to configure a custom alert on security exception in the builder