UNPKG

@wildboar/pkcs

Version:
18 lines (17 loc) 388 B
/* eslint-disable */ import { ObjectIdentifier as _OID } from "@wildboar/asn1"; import { pkcs_9 } from "../PKCS-9/pkcs-9.va.mjs"; /** * @summary certTypes * @description * * ### ASN.1 Definition: * * ```asn1 * certTypes OBJECT IDENTIFIER ::= {pkcs-9 22} * ``` * * @constant */ export const certTypes = _OID.fromParts([22], pkcs_9); /* eslint-enable */