UNPKG

@wildboar/pkcs

Version:
22 lines 563 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ietf_at = void 0; /* eslint-disable */ const asn1_ts_1 = require("asn1-ts"); /* START_OF_SYMBOL_DEFINITION ietf_at */ /** * @summary ietf_at * @description * * ### ASN.1 Definition: * * ```asn1 * ietf-at OBJECT IDENTIFIER ::= {1 3 6 1 5 5 7 9} * ``` * * @constant */ exports.ietf_at = new asn1_ts_1.ObjectIdentifier([1, 3, 6, 1, 5, 5, 7, 9]); /* END_OF_SYMBOL_DEFINITION ietf_at */ /* eslint-enable */ //# sourceMappingURL=ietf-at.va.js.map