parseCertificateRevocationListDerOrThrow
Throwing core for parseCertificateRevocationListDer.
Does not verify the signature — call verifyCertificateRevocationListSignature or validateCertificateRevocationList for that.
ts
function parseCertificateRevocationListDerOrThrow(
der: Uint8Array,
): ParsedCertificateRevocationListParameters
der:Uint8Array