Uses of Class
com.networknt.http.client.ssl.EndpointIdentificationAlgorithm
-
Packages that use EndpointIdentificationAlgorithm Package Description com.networknt.http.client.ssl -
-
Uses of EndpointIdentificationAlgorithm in com.networknt.http.client.ssl
Methods in com.networknt.http.client.ssl that return EndpointIdentificationAlgorithm Modifier and Type Method Description EndpointIdentificationAlgorithmTLSConfig. getEndpointIdentificationAlgorithm()static EndpointIdentificationAlgorithmEndpointIdentificationAlgorithm. select(boolean checkIdentity, Set<String> trustedNameSet)Choose the algorithm to be used based on configuration.static EndpointIdentificationAlgorithmEndpointIdentificationAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointIdentificationAlgorithm[]EndpointIdentificationAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.networknt.http.client.ssl with parameters of type EndpointIdentificationAlgorithm Modifier and Type Method Description static voidEndpointIdentificationAlgorithm. setup(Socket socket, EndpointIdentificationAlgorithm identityAlg)set EndpointIdentificationAlgorithm to SSLSocket EndpointIdentificationAlgorithm.APIS is not set because it'll cause unsupported algorithm exceptionsstatic voidEndpointIdentificationAlgorithm. setup(SSLEngine engine, EndpointIdentificationAlgorithm identityAlg)set EndpointIdentificationAlgorithm to SSLEngine EndpointIdentificationAlgorithm.APIS is not set because it'll cause unsupported algorithm exceptions
-