UNPKG

x509-ts

Version:

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

7 lines 384 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const asn1_ts_1 = require("asn1-ts"); exports.selectedAttributeTypesVersion8OID = new asn1_ts_1.ObjectIdentifier([2, 5, 1, 5, 8]); var UnboundedDirectoryString_1 = require("./UnboundedDirectoryString"); exports.UnboundedDirectoryString = UnboundedDirectoryString_1.default; //# sourceMappingURL=index.js.map