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



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



confidentiality    -    If enabled, messages are encrypted at the transport layer.
     data type:  Boolean
     default Value:   unspecified



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


Copyright IBM Corp. 1996-2002