UNPKG

@peculiar/asn1-x509

Version:

ASN.1 schema of `Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile` (RFC5280)

10 lines (9 loc) 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Version = void 0; var Version; (function (Version) { Version[Version["v1"] = 0] = "v1"; Version[Version["v2"] = 1] = "v2"; Version[Version["v3"] = 2] = "v3"; })(Version || (exports.Version = Version = {}));