be.ehealth.technicalconnector.service.etee
Interface CertificateChecker
- All Known Implementing Classes:
- ConnectorCertificateChecker
public interface CertificateChecker
Interface for the certifcation checker. Default impl :
ConnectorCertificateChecker
isCertificateRevoked
boolean isCertificateRevoked(File certFile)
throws TechnicalConnectorException
- Throws:
TechnicalConnectorException
isCertificateRevoked
boolean isCertificateRevoked(X509Certificate cert)
throws TechnicalConnectorException
- Throws:
TechnicalConnectorException
isCertificateRevoked
boolean isCertificateRevoked(File certFile,
org.joda.time.DateTime validOn)
throws TechnicalConnectorException
- Throws:
TechnicalConnectorException
isCertificateRevoked
boolean isCertificateRevoked(X509Certificate cert,
org.joda.time.DateTime validOn)
throws TechnicalConnectorException
- Throws:
TechnicalConnectorException
isValidCertificateChain
boolean isValidCertificateChain(List<X509Certificate> certificateChain)
throws TechnicalConnectorException
- Throws:
TechnicalConnectorException
Connector Packaging TECHNICAL 3.21.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.