Uses of Enum Class
org.neo4j.bolt.connection.ssl.RevocationCheckingStrategy
Packages that use RevocationCheckingStrategy
-
Uses of RevocationCheckingStrategy in org.neo4j.bolt.connection.ssl
Methods in org.neo4j.bolt.connection.ssl that return RevocationCheckingStrategyModifier and TypeMethodDescriptionstatic RevocationCheckingStrategyReturns the enum constant of this class with the specified name.static RevocationCheckingStrategy[]RevocationCheckingStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.neo4j.bolt.connection.ssl with parameters of type RevocationCheckingStrategyModifier and TypeMethodDescriptionstatic TrustManagerFactoryTrustManagerFactories.forCertificates(List<File> files, RevocationCheckingStrategy revocationCheckingStrategy) static TrustManagerFactoryTrustManagerFactories.forSystemCertificates(RevocationCheckingStrategy revocationCheckingStrategy)