Package | Description |
---|---|
org.apache.qpid.proton.engine | |
org.apache.qpid.proton.engine.impl.ssl |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SslDomain.setPeerAuthentication(SslDomain.VerifyMode mode)
Configure the level of verification used on the peer certificate.
|
Modifier and Type | Method and Description |
---|---|
SslDomain.VerifyMode |
SslDomainImpl.getPeerAuthentication() |
Modifier and Type | Method and Description |
---|---|
void |
SslDomainImpl.setPeerAuthentication(SslDomain.VerifyMode verifyMode) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.