Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7
typeflat

The diagram below describes the standard secure client API flow throughout the application life time:

...

  • The very first action to perform is to initialize the client with clientInitialize()

  • Then the L3 application needs to verify if key rollout is necessary (depending on its requirements). To do so the syncTime() function call be called to verify when the last key rotation happened. If the key rotation happened too long ago, syncExecute() must be called to perform the rotation.

  • Once everything is set and ready, the L3 application can start the monitoring thread by calling the clientStart() function.