Packet Manager

Overview

Packet Manager performs the following functions:

  1. Reads/writes registration packets from/to Object Storearrow-up-right.

  2. Performs in-memory encryption and decryption of packets.

  3. Performs security checks, checksum, file validations, ID object validations etc. on the registration packet.

  4. Provides packet information to other services via APIs. In case of multiple packets associated with an ID, pulls information from packets based on configured priority. (See packetmanager.default.priorityarrow-up-right).

Packet Manager runs as a service and is also available as a library.

The relationship of Packet Manager with other services is explained here. NOTE: The numbers do not signify sequence of operations or control flow. Arrows indicate data flow.

  1. Resident Services uses Packet Manager library to create packet.

  2. Registration Processor reads packet data using Packet Manager service.

  3. Packets are stored and retrieved from Object Storearrow-up-right.

  4. Audit logs.

  5. Encryption and decryption of packet.

  6. Registration Client uses Packet Manager library to create packets.

Packet stucture

Refer Registration Packet Structure.

API

Refer API Documentationarrow-up-right.

Source code

Github repoarrow-up-right.

Last updated

Was this helpful?