Skip to content

modern-pdf-lib


modern-pdf-lib / encodeOID

Function: encodeOID()

encodeOID(oid): Uint8Array

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

Encode an OID from dotted-decimal string (e.g. "1.2.840.113549.1.7.2").

Parameters

oid

string

Returns

Uint8Array

Released under the MIT License.