Uses of Enum
org.apache.qpid.proton.engine.SslDomain.VerifyMode
Packages that use SslDomain.VerifyMode
-
Uses of SslDomain.VerifyMode in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return SslDomain.VerifyModeModifier and TypeMethodDescriptionSslDomain.getPeerAuthentication()static SslDomain.VerifyModeReturns 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.VerifyModeModifier and TypeMethodDescriptionvoidSslDomain.setPeerAuthentication(SslDomain.VerifyMode mode) Configure the level of verification used on the peer certificate. -
Uses of SslDomain.VerifyMode in org.apache.qpid.proton.engine.impl.ssl
Methods in org.apache.qpid.proton.engine.impl.ssl that return SslDomain.VerifyModeMethods in org.apache.qpid.proton.engine.impl.ssl with parameters of type SslDomain.VerifyModeModifier and TypeMethodDescriptionvoidSslDomainImpl.setPeerAuthentication(SslDomain.VerifyMode verifyMode)