@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
24 lines • 493 B
JavaScript
;
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