pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
7 lines • 370 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PKCS12AttrSet = void 0;
const friendlyName_oa_1 = require("../PKCS-9/friendlyName.oa");
const localKeyId_oa_1 = require("../PKCS-9/localKeyId.oa");
exports.PKCS12AttrSet = [friendlyName_oa_1.friendlyName, localKeyId_oa_1.localKeyId];
//# sourceMappingURL=PKCS12AttrSet.osa.js.map