Consume locally generated CRLs

Last update: 2023-10-02

To consume locally generated certificate revocation lists (CRLs) and policy update lists, use Adobe Access APIs to verify the signature. The APIs verify that the lists have not been tampered with and that they were signed by the correct License Server.

  • Call RevocationList.verifySignature to check the signature before providing the RevocationList to any APIs.

    For more information, see RevocationListFactory in the Adobe Access API Reference.

  • Call PolicyUpdateList.verifySignatureto check the signature before providing the PolicyUpdateList to any APIs.

    For more information, see PolicyUpdateList in the Adobe Access API Reference.

On this page