UNPKG

@wildboar/pki-stub

Version:
18 lines (17 loc) 708 B
import * as $ from "@wildboar/asn1/functional"; /** * @summary Decodes an ASN.1 element into a(n) OrganizationalUnitName * @function * @param {_Element} el The element being decoded. * @returns {OrganizationalUnitName} The decoded data structure. */ export const _decode_OrganizationalUnitName = $._decodePrintableString; /** * @summary Encodes a(n) OrganizationalUnitName into an ASN.1 Element. * @function * @param value The element being encoded. * @param elGetter A function that can be used to get new ASN.1 elements. * @returns {_Element} The OrganizationalUnitName, encoded as an ASN.1 Element. */ export const _encode_OrganizationalUnitName = $._encodePrintableString; /* eslint-enable */