@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
10 lines • 358 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.KeyAlgorithm = void 0;
var KeyAlgorithm;
(function (KeyAlgorithm) {
KeyAlgorithm["Rc4"] = "rc4";
KeyAlgorithm["None"] = "none";
KeyAlgorithm["Aes"] = "aes";
})(KeyAlgorithm || (exports.KeyAlgorithm = KeyAlgorithm = {}));
//# sourceMappingURL=KeyAlgorithm.js.map