java.lang.Object
org.neo4j.bolt.connection.ssl.TrustManagerFactories
-
Method Summary
Modifier and TypeMethodDescriptionstatic TrustManagerFactoryforCertificates(List<File> files, RevocationCheckingStrategy revocationCheckingStrategy) static TrustManagerFactoryforSystemCertificates(RevocationCheckingStrategy revocationCheckingStrategy)
-
Method Details
-
forSystemCertificates
public static TrustManagerFactory forSystemCertificates(RevocationCheckingStrategy revocationCheckingStrategy) throws GeneralSecurityException, IOException - Throws:
GeneralSecurityExceptionIOException
-
forCertificates
public static TrustManagerFactory forCertificates(List<File> files, RevocationCheckingStrategy revocationCheckingStrategy) throws GeneralSecurityException, IOException - Throws:
GeneralSecurityExceptionIOException
-