UNPKG

@wildboar/pkcs

Version:
24 lines 493 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SecretTypes = void 0; /* START_OF_SYMBOL_DEFINITION SecretTypes */ /** * @summary SecretTypes * @description * * ### ASN.1 Definition: * * ```asn1 * SecretTypes BAG-TYPE ::= { * ... -- For future extensions * } * ``` * * @constant * @type {BAG_TYPE[]} * */ exports.SecretTypes = []; /* END_OF_SYMBOL_DEFINITION SecretTypes */ /* eslint-enable */ //# sourceMappingURL=SecretTypes.osa.js.map