Skip to content

modern-pdf-lib


modern-pdf-lib / encodeSet

Function: encodeSet()

encodeSet(contents): Uint8Array

Defined in: src/signature/pkcs7.ts:198

Encode a SET containing the given DER-encoded contents.

Parameters

contents

Uint8Array<ArrayBufferLike>[]

Returns

Uint8Array

Released under the MIT License.