Uses of Class
org.apache.qpid.proton.engine.SslDomain.VerifyMode

Packages that use SslDomain.VerifyMode
org.apache.qpid.proton.engine   
 

Uses of SslDomain.VerifyMode in org.apache.qpid.proton.engine
 

Methods in org.apache.qpid.proton.engine that return SslDomain.VerifyMode
 SslDomain.VerifyMode SslDomain.getPeerAuthentication()
           
static SslDomain.VerifyMode SslDomain.VerifyMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SslDomain.VerifyMode[] SslDomain.VerifyMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.qpid.proton.engine with parameters of type SslDomain.VerifyMode
 void SslDomain.setPeerAuthentication(SslDomain.VerifyMode mode)
          Configure the level of verification used on the peer certificate.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.