public class TransportConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
confidentiality |
protected java.lang.String |
detectMisordering |
protected java.lang.String |
detectReplay |
protected java.lang.String |
establishTrustInClient |
protected java.lang.String |
establishTrustInTarget |
protected java.lang.String |
integrity |
Constructor and Description |
---|
TransportConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfidentiality()
Gets the value of the confidentiality property.
|
java.lang.String |
getDetectMisordering()
Gets the value of the detectMisordering property.
|
java.lang.String |
getDetectReplay()
Gets the value of the detectReplay property.
|
java.lang.String |
getEstablishTrustInClient()
Gets the value of the establishTrustInClient property.
|
java.lang.String |
getEstablishTrustInTarget()
Gets the value of the establishTrustInTarget property.
|
java.lang.String |
getIntegrity()
Gets the value of the integrity property.
|
void |
setConfidentiality(java.lang.String value)
Sets the value of the confidentiality property.
|
void |
setDetectMisordering(java.lang.String value)
Sets the value of the detectMisordering property.
|
void |
setDetectReplay(java.lang.String value)
Sets the value of the detectReplay property.
|
void |
setEstablishTrustInClient(java.lang.String value)
Sets the value of the establishTrustInClient property.
|
void |
setEstablishTrustInTarget(java.lang.String value)
Sets the value of the establishTrustInTarget property.
|
void |
setIntegrity(java.lang.String value)
Sets the value of the integrity property.
|
protected java.lang.String integrity
protected java.lang.String confidentiality
protected java.lang.String establishTrustInTarget
protected java.lang.String establishTrustInClient
protected java.lang.String detectMisordering
protected java.lang.String detectReplay
public java.lang.String getIntegrity()
String
public void setIntegrity(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConfidentiality()
String
public void setConfidentiality(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEstablishTrustInTarget()
String
public void setEstablishTrustInTarget(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEstablishTrustInClient()
String
public void setEstablishTrustInClient(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDetectMisordering()
String
public void setDetectMisordering(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDetectReplay()
String
public void setDetectReplay(java.lang.String value)
value
- allowed object is
String