Class TransportConfig


  • public class TransportConfig
    extends Object
    • Field Detail

      • integrity

        protected String integrity
      • confidentiality

        protected String confidentiality
      • establishTrustInTarget

        protected String establishTrustInTarget
      • establishTrustInClient

        protected String establishTrustInClient
      • detectMisordering

        protected String detectMisordering
      • detectReplay

        protected String detectReplay
    • Constructor Detail

      • TransportConfig

        public TransportConfig()
    • Method Detail

      • getIntegrity

        public String getIntegrity()
        Gets the value of the integrity property.
        Returns:
        possible object is String
      • setIntegrity

        public void setIntegrity​(String value)
        Sets the value of the integrity property.
        Parameters:
        value - allowed object is String
      • getConfidentiality

        public String getConfidentiality()
        Gets the value of the confidentiality property.
        Returns:
        possible object is String
      • setConfidentiality

        public void setConfidentiality​(String value)
        Sets the value of the confidentiality property.
        Parameters:
        value - allowed object is String
      • getEstablishTrustInTarget

        public String getEstablishTrustInTarget()
        Gets the value of the establishTrustInTarget property.
        Returns:
        possible object is String
      • setEstablishTrustInTarget

        public void setEstablishTrustInTarget​(String value)
        Sets the value of the establishTrustInTarget property.
        Parameters:
        value - allowed object is String
      • getEstablishTrustInClient

        public String getEstablishTrustInClient()
        Gets the value of the establishTrustInClient property.
        Returns:
        possible object is String
      • setEstablishTrustInClient

        public void setEstablishTrustInClient​(String value)
        Sets the value of the establishTrustInClient property.
        Parameters:
        value - allowed object is String
      • getDetectMisordering

        public String getDetectMisordering()
        Gets the value of the detectMisordering property.
        Returns:
        possible object is String
      • setDetectMisordering

        public void setDetectMisordering​(String value)
        Sets the value of the detectMisordering property.
        Parameters:
        value - allowed object is String
      • getDetectReplay

        public String getDetectReplay()
        Gets the value of the detectReplay property.
        Returns:
        possible object is String
      • setDetectReplay

        public void setDetectReplay​(String value)
        Sets the value of the detectReplay property.
        Parameters:
        value - allowed object is String