TransportQOP



Inherits from type QualityOfProtection and adds the following.

Attributes Summary
establishTrustInClient : booleanIf enabled, client is expected to authenticate to the server over the transport layer by specifying a client certificate in the SSL configuration.
enableProtection : booleanIf set to true, enable quality of protection at transport layer.
confidentiality : booleanIf enabled, messages are encrypted at the transport layer.
integrity : booleanIf enabled, integrity checks are applied to ensure messages are not modified while transmitted over the wire at the transport layer.

Attribute Details

establishTrustInClient    -    If enabled, client is expected to authenticate to the server over the transport layer by specifying a client certificate in the SSL configuration.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



enableProtection    -    If set to true, enable quality of protection at transport layer.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



confidentiality    -    If enabled, messages are encrypted at the transport layer.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



integrity    -    If enabled, integrity checks are applied to ensure messages are not modified while transmitted over the wire at the transport layer.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  


Copyright IBM Corp. 1997-2004