e2eiRegisterCRL

suspend fun e2eiRegisterCRL(crlDP: String, crlDER: ByteArray): CRLRegistration

Registers a CRL for the use in E2EI processing.

Please note that a Root Trust Anchor CA is needed to validate CRLs; You need to have a Root CA registered before calling this

Return

A CrlRegistration with the dirty state of the new CRL (see struct) and its expiration timestamp

Parameters

crlDP

CRL Distribution Point; Basically the URL you fetched it from

crlDER

DER representation of the CRL