public class SKCommonCertificateVerifier extends Object implements Serializable, eu.europa.esig.dss.validation.CertificateVerifier
Constructor and Description |
---|
SKCommonCertificateVerifier() |
Modifier and Type | Method and Description |
---|---|
void |
addAdjunctCertSources(eu.europa.esig.dss.spi.x509.CertificateSource... certSources) |
void |
addTrustedCertSources(eu.europa.esig.dss.spi.x509.CertificateSource... certSources) |
eu.europa.esig.dss.spi.x509.ListCertificateSource |
getAdjunctCertSources() |
eu.europa.esig.dss.spi.x509.aia.AIASource |
getAIASource() |
eu.europa.esig.dss.alert.StatusAlert |
getAlertOnExpiredSignature() |
eu.europa.esig.dss.alert.StatusAlert |
getAlertOnInvalidTimestamp() |
eu.europa.esig.dss.alert.StatusAlert |
getAlertOnMissingRevocationData() |
eu.europa.esig.dss.alert.StatusAlert |
getAlertOnNoRevocationAfterBestSignatureTime() |
eu.europa.esig.dss.alert.StatusAlert |
getAlertOnRevokedCertificate() |
eu.europa.esig.dss.alert.StatusAlert |
getAlertOnUncoveredPOE() |
eu.europa.esig.dss.spi.x509.revocation.RevocationSource<eu.europa.esig.dss.model.x509.revocation.crl.CRL> |
getCrlSource() |
eu.europa.esig.dss.enumerations.DigestAlgorithm |
getDefaultDigestAlgorithm() |
eu.europa.esig.dss.spi.x509.revocation.RevocationSource<eu.europa.esig.dss.model.x509.revocation.ocsp.OCSP> |
getOcspSource() |
eu.europa.esig.dss.validation.RevocationDataLoadingStrategyFactory |
getRevocationDataLoadingStrategyFactory() |
eu.europa.esig.dss.validation.RevocationDataVerifier |
getRevocationDataVerifier() |
eu.europa.esig.dss.spi.x509.ListCertificateSource |
getTrustedCertSources() |
boolean |
isCheckRevocationForUntrustedChains() |
boolean |
isExtractPOEFromUntrustedChains() |
boolean |
isRevocationFallback() |
void |
setAdjunctCertSources(eu.europa.esig.dss.spi.x509.CertificateSource... certSources) |
void |
setAdjunctCertSources(eu.europa.esig.dss.spi.x509.ListCertificateSource adjunctListCertificateSource) |
void |
setAIASource(eu.europa.esig.dss.spi.x509.aia.AIASource aiaSource) |
void |
setAlertOnExpiredSignature(eu.europa.esig.dss.alert.StatusAlert alertOnUncoveredPOE) |
void |
setAlertOnInvalidTimestamp(eu.europa.esig.dss.alert.StatusAlert alertOnInvalidTimestamp) |
void |
setAlertOnMissingRevocationData(eu.europa.esig.dss.alert.StatusAlert alertOnMissingRevocationData) |
void |
setAlertOnNoRevocationAfterBestSignatureTime(eu.europa.esig.dss.alert.StatusAlert alertOnNoRevocationAfterBestSignatureTime) |
void |
setAlertOnRevokedCertificate(eu.europa.esig.dss.alert.StatusAlert alertOnRevokedCertificate) |
void |
setAlertOnUncoveredPOE(eu.europa.esig.dss.alert.StatusAlert alertOnUncoveredPOE) |
void |
setCheckRevocationForUntrustedChains(boolean checkRevocationForUntrustedChains) |
void |
setCrlSource(eu.europa.esig.dss.spi.x509.revocation.RevocationSource<eu.europa.esig.dss.model.x509.revocation.crl.CRL> crlSource) |
void |
setDefaultDigestAlgorithm(eu.europa.esig.dss.enumerations.DigestAlgorithm digestAlgorithm) |
void |
setExtractPOEFromUntrustedChains(boolean isExtractPOEFromUntrustedChains) |
void |
setOcspSource(eu.europa.esig.dss.spi.x509.revocation.RevocationSource<eu.europa.esig.dss.model.x509.revocation.ocsp.OCSP> ocspSource) |
void |
setRevocationDataLoadingStrategyFactory(eu.europa.esig.dss.validation.RevocationDataLoadingStrategyFactory revocationDataLoadingStrategyFactory) |
void |
setRevocationDataVerifier(eu.europa.esig.dss.validation.RevocationDataVerifier revocationDataVerifier) |
void |
setRevocationFallback(boolean isRevocationFallback) |
void |
setTrustedCertSources(eu.europa.esig.dss.spi.x509.CertificateSource... certSources) |
void |
setTrustedCertSources(eu.europa.esig.dss.spi.x509.ListCertificateSource trustedListCertificateSource) |
public void setTrustedCertSources(eu.europa.esig.dss.spi.x509.CertificateSource... certSources)
setTrustedCertSources
in interface eu.europa.esig.dss.validation.CertificateVerifier
public void addTrustedCertSources(eu.europa.esig.dss.spi.x509.CertificateSource... certSources)
addTrustedCertSources
in interface eu.europa.esig.dss.validation.CertificateVerifier
public void setTrustedCertSources(eu.europa.esig.dss.spi.x509.ListCertificateSource trustedListCertificateSource)
setTrustedCertSources
in interface eu.europa.esig.dss.validation.CertificateVerifier
public eu.europa.esig.dss.spi.x509.ListCertificateSource getAdjunctCertSources()
getAdjunctCertSources
in interface eu.europa.esig.dss.validation.CertificateVerifier
public eu.europa.esig.dss.spi.x509.revocation.RevocationSource<eu.europa.esig.dss.model.x509.revocation.ocsp.OCSP> getOcspSource()
getOcspSource
in interface eu.europa.esig.dss.validation.CertificateVerifier
public eu.europa.esig.dss.spi.x509.revocation.RevocationSource<eu.europa.esig.dss.model.x509.revocation.crl.CRL> getCrlSource()
getCrlSource
in interface eu.europa.esig.dss.validation.CertificateVerifier
public void setCrlSource(eu.europa.esig.dss.spi.x509.revocation.RevocationSource<eu.europa.esig.dss.model.x509.revocation.crl.CRL> crlSource)
setCrlSource
in interface eu.europa.esig.dss.validation.CertificateVerifier
public void setOcspSource(eu.europa.esig.dss.spi.x509.revocation.RevocationSource<eu.europa.esig.dss.model.x509.revocation.ocsp.OCSP> ocspSource)
setOcspSource
in interface eu.europa.esig.dss.validation.CertificateVerifier
public eu.europa.esig.dss.validation.RevocationDataLoadingStrategyFactory getRevocationDataLoadingStrategyFactory()
getRevocationDataLoadingStrategyFactory
in interface eu.europa.esig.dss.validation.CertificateVerifier
public void setRevocationDataLoadingStrategyFactory(eu.europa.esig.dss.validation.RevocationDataLoadingStrategyFactory revocationDataLoadingStrategyFactory)
setRevocationDataLoadingStrategyFactory
in interface eu.europa.esig.dss.validation.CertificateVerifier
public eu.europa.esig.dss.validation.RevocationDataVerifier getRevocationDataVerifier()
getRevocationDataVerifier
in interface eu.europa.esig.dss.validation.CertificateVerifier
public void setRevocationDataVerifier(eu.europa.esig.dss.validation.RevocationDataVerifier revocationDataVerifier)
setRevocationDataVerifier
in interface eu.europa.esig.dss.validation.CertificateVerifier
public boolean isRevocationFallback()
isRevocationFallback
in interface eu.europa.esig.dss.validation.CertificateVerifier
public void setRevocationFallback(boolean isRevocationFallback)
setRevocationFallback
in interface eu.europa.esig.dss.validation.CertificateVerifier
public eu.europa.esig.dss.spi.x509.ListCertificateSource getTrustedCertSources()
getTrustedCertSources
in interface eu.europa.esig.dss.validation.CertificateVerifier
public void setAdjunctCertSources(eu.europa.esig.dss.spi.x509.CertificateSource... certSources)
setAdjunctCertSources
in interface eu.europa.esig.dss.validation.CertificateVerifier
public void addAdjunctCertSources(eu.europa.esig.dss.spi.x509.CertificateSource... certSources)
addAdjunctCertSources
in interface eu.europa.esig.dss.validation.CertificateVerifier
public void setAdjunctCertSources(eu.europa.esig.dss.spi.x509.ListCertificateSource adjunctListCertificateSource)
setAdjunctCertSources
in interface eu.europa.esig.dss.validation.CertificateVerifier
public eu.europa.esig.dss.spi.x509.aia.AIASource getAIASource()
getAIASource
in interface eu.europa.esig.dss.validation.CertificateVerifier
public void setAIASource(eu.europa.esig.dss.spi.x509.aia.AIASource aiaSource)
setAIASource
in interface eu.europa.esig.dss.validation.CertificateVerifier
public void setDefaultDigestAlgorithm(eu.europa.esig.dss.enumerations.DigestAlgorithm digestAlgorithm)
setDefaultDigestAlgorithm
in interface eu.europa.esig.dss.validation.CertificateVerifier
public eu.europa.esig.dss.enumerations.DigestAlgorithm getDefaultDigestAlgorithm()
getDefaultDigestAlgorithm
in interface eu.europa.esig.dss.validation.CertificateVerifier
public void setAlertOnInvalidTimestamp(eu.europa.esig.dss.alert.StatusAlert alertOnInvalidTimestamp)
setAlertOnInvalidTimestamp
in interface eu.europa.esig.dss.validation.CertificateVerifier
public eu.europa.esig.dss.alert.StatusAlert getAlertOnInvalidTimestamp()
getAlertOnInvalidTimestamp
in interface eu.europa.esig.dss.validation.CertificateVerifier
public void setAlertOnMissingRevocationData(eu.europa.esig.dss.alert.StatusAlert alertOnMissingRevocationData)
setAlertOnMissingRevocationData
in interface eu.europa.esig.dss.validation.CertificateVerifier
public eu.europa.esig.dss.alert.StatusAlert getAlertOnMissingRevocationData()
getAlertOnMissingRevocationData
in interface eu.europa.esig.dss.validation.CertificateVerifier
public void setAlertOnRevokedCertificate(eu.europa.esig.dss.alert.StatusAlert alertOnRevokedCertificate)
setAlertOnRevokedCertificate
in interface eu.europa.esig.dss.validation.CertificateVerifier
public eu.europa.esig.dss.alert.StatusAlert getAlertOnRevokedCertificate()
getAlertOnRevokedCertificate
in interface eu.europa.esig.dss.validation.CertificateVerifier
public void setAlertOnNoRevocationAfterBestSignatureTime(eu.europa.esig.dss.alert.StatusAlert alertOnNoRevocationAfterBestSignatureTime)
setAlertOnNoRevocationAfterBestSignatureTime
in interface eu.europa.esig.dss.validation.CertificateVerifier
public eu.europa.esig.dss.alert.StatusAlert getAlertOnNoRevocationAfterBestSignatureTime()
getAlertOnNoRevocationAfterBestSignatureTime
in interface eu.europa.esig.dss.validation.CertificateVerifier
public void setAlertOnUncoveredPOE(eu.europa.esig.dss.alert.StatusAlert alertOnUncoveredPOE)
setAlertOnUncoveredPOE
in interface eu.europa.esig.dss.validation.CertificateVerifier
public eu.europa.esig.dss.alert.StatusAlert getAlertOnUncoveredPOE()
getAlertOnUncoveredPOE
in interface eu.europa.esig.dss.validation.CertificateVerifier
public void setAlertOnExpiredSignature(eu.europa.esig.dss.alert.StatusAlert alertOnUncoveredPOE)
setAlertOnExpiredSignature
in interface eu.europa.esig.dss.validation.CertificateVerifier
public eu.europa.esig.dss.alert.StatusAlert getAlertOnExpiredSignature()
getAlertOnExpiredSignature
in interface eu.europa.esig.dss.validation.CertificateVerifier
public boolean isCheckRevocationForUntrustedChains()
isCheckRevocationForUntrustedChains
in interface eu.europa.esig.dss.validation.CertificateVerifier
public void setExtractPOEFromUntrustedChains(boolean isExtractPOEFromUntrustedChains)
setExtractPOEFromUntrustedChains
in interface eu.europa.esig.dss.validation.CertificateVerifier
public boolean isExtractPOEFromUntrustedChains()
isExtractPOEFromUntrustedChains
in interface eu.europa.esig.dss.validation.CertificateVerifier
public void setCheckRevocationForUntrustedChains(boolean checkRevocationForUntrustedChains)
setCheckRevocationForUntrustedChains
in interface eu.europa.esig.dss.validation.CertificateVerifier
Copyright © 2023. All rights reserved.