BlackBerry
Dynamics User Certificate Management protocol APIs
BlackBerry
Dynamics
User Certificate Management protocol APIsBlackBerry UEM
uses the following APIs to interact with a PKI connector. This section provides details and samples for each interface. Your PKI connector must implement these APIs to respond to certificate requests from UEM
. See the PKI connector sample implementation section for details about a sample PKI connector that BlackBerry
provides.Interface | Description |
---|---|
getInfo | UEM uses this API to detect the commands that the PKI connector has implemented and to verify the authentication credentials for the PKI connector that are specified in the UEM management console. |
getUserKeyPair2 | UEM uses this API to fetch an initial key-pair and to renew an existing certificate.This API replaces the deprecated getUserKeyPair API. |
notifyCertificateReceived | UEM can use this optional API to notify the PKI connector that the certificate has been received and imported by the BlackBerry
Dynamics app. |
notifyCertificateRemoved | UEM can use this optional API to notify the PKI connector that a certificate is no longer in use and can be revoked. |
UEM
supports HTTPS basic authentication or SSL client authentication with the PKI connector.