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 classAbstractStatusAlertclassExceptionOnStatusAlertclassLogOnStatusAlertclassSilentOnStatusAlert -
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 voidAbstractFactoryBuilder. 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 StatusAlertCertificateVerifier. getAlertOnInvalidTimestamp()This method returns true if an exception needs to be thrown on invalid timestamp.StatusAlertCommonCertificateVerifier. getAlertOnInvalidTimestamp()StatusAlertCertificateVerifier. getAlertOnMissingRevocationData()This method returns true if an exception needs to be thrown on missing revocation data.StatusAlertCommonCertificateVerifier. getAlertOnMissingRevocationData()StatusAlertCertificateVerifier. 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 bestSignatureTimeStatusAlertCommonCertificateVerifier. getAlertOnNoRevocationAfterBestSignatureTime()StatusAlertCertificateVerifier. getAlertOnRevokedCertificate()This method returns true if an exception needs to be thrown on revoked certificate.StatusAlertCommonCertificateVerifier. getAlertOnRevokedCertificate()StatusAlertCertificateVerifier. getAlertOnUncoveredPOE()This method returns true if an exception needs to be thrown on uncovered POE(timestamp).StatusAlertCommonCertificateVerifier. getAlertOnUncoveredPOE()Methods in eu.europa.esig.dss.validation with parameters of type StatusAlert Modifier and Type Method Description 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)