UNPKG

@wildboar/pkcs

Version:
23 lines 862 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pkcs15_ub_label = exports.pkcs15_ub_identifier = void 0; const pkcs15_ub_identifier_va_1 = require("../PKCS-15/pkcs15-ub-identifier.va"); var pkcs15_ub_identifier_va_2 = require("../PKCS-15/pkcs15-ub-identifier.va"); Object.defineProperty(exports, "pkcs15_ub_identifier", { enumerable: true, get: function () { return pkcs15_ub_identifier_va_2.pkcs15_ub_identifier; } }); /* START_OF_SYMBOL_DEFINITION pkcs15_ub_label */ /** * @summary pkcs15_ub_label * @description * * ### ASN.1 Definition: * * ```asn1 * pkcs15-ub-label INTEGER ::= pkcs15-ub-identifier * ``` * * @constant */ exports.pkcs15_ub_label = pkcs15_ub_identifier_va_1.pkcs15_ub_identifier; /* END_OF_SYMBOL_DEFINITION pkcs15_ub_label */ /* eslint-enable */ //# sourceMappingURL=pkcs15-ub-label.va.js.map