public class TransportConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
confidentiality |
protected String |
detectMisordering |
protected String |
detectReplay |
protected String |
establishTrustInClient |
protected String |
establishTrustInTarget |
protected String |
integrity |
| Constructor and Description |
|---|
TransportConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfidentiality()
Gets the value of the confidentiality property.
|
String |
getDetectMisordering()
Gets the value of the detectMisordering property.
|
String |
getDetectReplay()
Gets the value of the detectReplay property.
|
String |
getEstablishTrustInClient()
Gets the value of the establishTrustInClient property.
|
String |
getEstablishTrustInTarget()
Gets the value of the establishTrustInTarget property.
|
String |
getIntegrity()
Gets the value of the integrity property.
|
void |
setConfidentiality(String value)
Sets the value of the confidentiality property.
|
void |
setDetectMisordering(String value)
Sets the value of the detectMisordering property.
|
void |
setDetectReplay(String value)
Sets the value of the detectReplay property.
|
void |
setEstablishTrustInClient(String value)
Sets the value of the establishTrustInClient property.
|
void |
setEstablishTrustInTarget(String value)
Sets the value of the establishTrustInTarget property.
|
void |
setIntegrity(String value)
Sets the value of the integrity property.
|
protected String integrity
protected String confidentiality
protected String establishTrustInTarget
protected String establishTrustInClient
protected String detectMisordering
protected String detectReplay
public String getIntegrity()
Stringpublic void setIntegrity(String value)
value - allowed object is
Stringpublic String getConfidentiality()
Stringpublic void setConfidentiality(String value)
value - allowed object is
Stringpublic String getEstablishTrustInTarget()
Stringpublic void setEstablishTrustInTarget(String value)
value - allowed object is
Stringpublic String getEstablishTrustInClient()
Stringpublic void setEstablishTrustInClient(String value)
value - allowed object is
Stringpublic String getDetectMisordering()
Stringpublic void setDetectMisordering(String value)
value - allowed object is
Stringpublic String getDetectReplay()
StringCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.