Package com.soffid.iam.ssl
Interface TrustedCertificateLoader
-
public interface TrustedCertificateLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<X509Certificate>
loadCerts(KeyStore ks)
-
-
-
Method Detail
-
loadCerts
List<X509Certificate> loadCerts(KeyStore ks) throws IOException
- Throws:
IOException
-
-