UNPKG

pkcs-ts

Version:

PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More

24 lines 1.45 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports._encode_CertificationRequestInfo_version = exports._decode_CertificationRequestInfo_version = exports.v1 = exports.CertificationRequestInfo_version_v1 = void 0; const tslib_1 = require("tslib"); const $ = tslib_1.__importStar(require("asn1-ts/dist/node/functional")); exports.CertificationRequestInfo_version_v1 = 0; exports.v1 = exports.CertificationRequestInfo_version_v1; let _cached_decoder_for_CertificationRequestInfo_version = null; function _decode_CertificationRequestInfo_version(el) { if (!_cached_decoder_for_CertificationRequestInfo_version) { _cached_decoder_for_CertificationRequestInfo_version = $._decodeInteger; } return _cached_decoder_for_CertificationRequestInfo_version(el); } exports._decode_CertificationRequestInfo_version = _decode_CertificationRequestInfo_version; let _cached_encoder_for_CertificationRequestInfo_version = null; function _encode_CertificationRequestInfo_version(value, elGetter) { if (!_cached_encoder_for_CertificationRequestInfo_version) { _cached_encoder_for_CertificationRequestInfo_version = $._encodeInteger; } return _cached_encoder_for_CertificationRequestInfo_version(value, elGetter); } exports._encode_CertificationRequestInfo_version = _encode_CertificationRequestInfo_version; //# sourceMappingURL=CertificationRequestInfo-version.ta.js.map