UNPKG

x509-ts

Version:

Encode and decode X.509 (TLS) Certificates, Attribute Certificates, CRLs, and more.

8 lines 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var AttCertVersion; (function (AttCertVersion) { AttCertVersion[AttCertVersion["v2"] = 1] = "v2"; })(AttCertVersion || (AttCertVersion = {})); exports.default = AttCertVersion; //# sourceMappingURL=AttCertVersion.js.map