@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
24 lines • 547 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PrivateKeyAlgorithms = void 0;
/* START_OF_SYMBOL_DEFINITION PrivateKeyAlgorithms */
/**
* @summary PrivateKeyAlgorithms
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* PrivateKeyAlgorithms ALGORITHM ::= {
* ... -- Extensible
* }
* ```
*
* @constant
* @type {ALGORITHM[]}
*
*/
exports.PrivateKeyAlgorithms = [];
/* END_OF_SYMBOL_DEFINITION PrivateKeyAlgorithms */
/* eslint-enable */
//# sourceMappingURL=PrivateKeyAlgorithms.osa.js.map