BIS Server API SMIME Module
BIS SMIME API manages S/MIME master data, enabling browse, create, update, and delete operations for Partner and Identity entities.
Description
The BIS Server API S/MIME Module provides a standardized REST interface for managing S/MIME master data records within the integration platform. It enables automated, consistent, and secure administration of cryptographic communication settings throughout their entire lifecycle.
The API supports all common CRUD operations on S/MIME master data records. Clients can retrieve individual records or collections of records, create new entries, update existing configurations, and delete records that are no longer required.
Each master data record is exposed as a REST resource and is uniquely identified by a REST Resource ID, referred to as the identifier throughout this documentation.
The API defines two primary resource types:
- Partner
Represents an S/MIME partner configuration. Partner resources contain settings related to authentication and encryption certificates that are used to establish secure communication with external communication partners.
Represents an S/MIME identity configuration. Identity resources contain settings related to signing and decryption certificates that are used for processing signed and encrypted messages within the integration platform.
By exposing S/MIME configurations as REST resources, the API simplifies administration tasks, improves configuration consistency, and supports secure, scalable integration scenarios.