Uses of Interface
eu.europa.esig.dss.alert.StatusAlert
Package | Description |
---|---|
eu.europa.esig.dss.alert | |
eu.europa.esig.dss.jaxb | |
eu.europa.esig.dss.validation |
-
Uses of StatusAlert in eu.europa.esig.dss.alert
Classes in eu.europa.esig.dss.alert that implement StatusAlert Modifier and Type Class Description class
AbstractStatusAlert
class
ExceptionOnStatusAlert
class
LogOnStatusAlert
class
SilentOnStatusAlert
-
Uses of StatusAlert in eu.europa.esig.dss.jaxb
Methods in eu.europa.esig.dss.jaxb with parameters of type StatusAlert Modifier and Type Method Description void
AbstractFactoryBuilder. 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.validation
Methods in eu.europa.esig.dss.validation that return StatusAlert Modifier and Type Method Description StatusAlert
CertificateVerifier. getAlertOnInvalidTimestamp()
This method returns true if an exception needs to be thrown on invalid timestamp.StatusAlert
CommonCertificateVerifier. getAlertOnInvalidTimestamp()
StatusAlert
CertificateVerifier. getAlertOnMissingRevocationData()
This method returns true if an exception needs to be thrown on missing revocation data.StatusAlert
CommonCertificateVerifier. getAlertOnMissingRevocationData()
StatusAlert
CertificateVerifier. getAlertOnNoRevocationAfterBestSignatureTime()
This method returns true if an exception needs to be thrown in case if no revocation data obtained with an issuance time after the bestSignatureTimeStatusAlert
CommonCertificateVerifier. getAlertOnNoRevocationAfterBestSignatureTime()
StatusAlert
CertificateVerifier. getAlertOnRevokedCertificate()
This method returns true if an exception needs to be thrown on revoked certificate.StatusAlert
CommonCertificateVerifier. getAlertOnRevokedCertificate()
StatusAlert
CertificateVerifier. getAlertOnUncoveredPOE()
This method returns true if an exception needs to be thrown on uncovered POE(timestamp).StatusAlert
CommonCertificateVerifier. getAlertOnUncoveredPOE()
Methods in eu.europa.esig.dss.validation with parameters of type StatusAlert Modifier and Type Method Description 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)