Package com.soffid.iam.service.impl
Class ConsoleTrustedCertificateLoader
- java.lang.Object
-
- com.soffid.iam.service.impl.ConsoleTrustedCertificateLoader
-
- All Implemented Interfaces:
com.soffid.iam.ssl.TrustedCertificateLoader
public class ConsoleTrustedCertificateLoader extends Object implements com.soffid.iam.ssl.TrustedCertificateLoader
-
-
Constructor Summary
Constructors Constructor Description ConsoleTrustedCertificateLoader(com.soffid.iam.service.DispatcherService dispatcherSvc)
-
-
-
Method Detail
-
loadCerts
public List<X509Certificate> loadCerts(KeyStore ks) throws IOException
- Specified by:
loadCerts
in interfacecom.soffid.iam.ssl.TrustedCertificateLoader
- Throws:
IOException
-
-