Uses of Class
org.apache.camel.support.jsse.ClientAuthentication
-
Packages that use ClientAuthentication Package Description org.apache.camel.support.jsse A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes. -
-
Uses of ClientAuthentication in org.apache.camel.support.jsse
Methods in org.apache.camel.support.jsse that return ClientAuthentication Modifier and Type Method Description static ClientAuthentication
ClientAuthentication. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientAuthentication[]
ClientAuthentication. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-