UNPKG

pkcs-ts

Version:

PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More

13 lines 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.id_sha1 = void 0; const asn1_ts_1 = require("asn1-ts"); exports.id_sha1 = new asn1_ts_1.ObjectIdentifier([ 1, 3, 14, 3, 2, 26, ]); //# sourceMappingURL=id-sha1.va.js.map