be.ehealth.technicalconnector.service.etee
Class CertificateCheckerFactory

java.lang.Object
  extended by be.ehealth.technicalconnector.service.etee.CertificateCheckerFactory

public final class CertificateCheckerFactory
extends Object

Factory class to obtain the RevocationStatuChecker needed by the CryptoImpl. If the property crypto.revocationstatuschecker.classname is not set in the properties file the default one is loaded (be.ehealth.technicalconnector.utils.impl.OcspRevocationStatusChecker). If you want to implement your own RevocationStatusChecker, you must implement the interface and using the default constructor. creates CertificateChecker


Field Summary
static String PROPS_CERT_CHECKER_CLASS
          Property that can be used to change the default RevocationStatusChecker
 
Method Summary
static CertificateChecker getCertificateChecker()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPS_CERT_CHECKER_CLASS

public static final String PROPS_CERT_CHECKER_CLASS
Property that can be used to change the default RevocationStatusChecker

See Also:
Constant Field Values
Method Detail

getCertificateChecker

public static CertificateChecker getCertificateChecker()
                                                throws TechnicalConnectorException
Returns:
the RevocationStatusChecker
Throws:
TechnicalConnectorException



Connector Packaging TECHNICAL 3.24.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.