Framework Protocol
The security framework supports an agent and a client-side protocol, as shown below. The client side supports the creation of an identifying object (createid()
in the diagram) and the transformation of the message (pack()
in the diagram).
The agent side supports inverse operations for restoring the message’s original format (unpack()
) and validating the identifying object (validateid()
).
Figure 106: Security Framework Model