Skip to content

parsePkcs7CertBagDer

Parses a DER-encoded PKCS#7 cert bag, returning the contained certificates.

ts
function parsePkcs7CertBagDer(
	der: Uint8Array,
): ParsePkcs7CertBagResult

Parameters

  • der: Uint8Array

Released under the MIT License.