Skip to content

parseCertificateRevocationListDerOrThrow

Throwing core for parseCertificateRevocationListDer.

Does not verify the signature — call verifyCertificateRevocationListSignature or validateCertificateRevocationList for that.

ts
function parseCertificateRevocationListDerOrThrow(
	der: Uint8Array,
): ParsedCertificateRevocationList

Parameters

  • der: Uint8Array

Released under the MIT License.