public class TLSParams extends Object
| Constructor and Description |
|---|
TLSParams() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getCiphers() |
SSLContext |
getContext() |
boolean |
isClientAuthRequested() |
boolean |
isClientAuthRequired() |
void |
setCiphers(String[] ciphers) |
void |
setClientAuthRequested(boolean clientAuthRequested) |
void |
setClientAuthRequired(boolean clientAuthRequired) |
void |
setContext(SSLContext sslCtx) |
public SSLContext getContext()
public void setContext(SSLContext sslCtx)
public boolean isClientAuthRequired()
public void setClientAuthRequired(boolean clientAuthRequired)
public boolean isClientAuthRequested()
public void setClientAuthRequested(boolean clientAuthRequested)
public String[] getCiphers()
public void setCiphers(String[] ciphers)
Copyright © 2016 Apigee Corporation. All Rights Reserved.