Uses of Class
org.apache.camel.util.jsse.ClientAuthentication

Packages that use ClientAuthentication
org.apache.camel.util.jsse A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes. 
 

Uses of ClientAuthentication in org.apache.camel.util.jsse
 

Methods in org.apache.camel.util.jsse that return ClientAuthentication
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.
 



Apache Camel