Skip to content

parsePkcs7SignedDataDer

Decodes a DER-encoded PKCS#7 ContentInfo expecting signedData content type.

ts
function parsePkcs7SignedDataDer(
	der: Uint8Array,
): ParsePkcs7SignedDataResult

Parameters

  • der: Uint8Array

Released under the MIT License.