pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
25 lines • 1.58 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports._encode_Countersignature = exports._decode_Countersignature = exports._encode_SignerInfo = exports._decode_SignerInfo = exports.SignerInfo = void 0;
const SignerInfo_ta_1 = require("../CryptographicMessageSyntax/SignerInfo.ta");
var SignerInfo_ta_2 = require("../CryptographicMessageSyntax/SignerInfo.ta");
Object.defineProperty(exports, "SignerInfo", { enumerable: true, get: function () { return SignerInfo_ta_2.SignerInfo; } });
Object.defineProperty(exports, "_decode_SignerInfo", { enumerable: true, get: function () { return SignerInfo_ta_2._decode_SignerInfo; } });
Object.defineProperty(exports, "_encode_SignerInfo", { enumerable: true, get: function () { return SignerInfo_ta_2._encode_SignerInfo; } });
let _cached_decoder_for_Countersignature = null;
function _decode_Countersignature(el) {
if (!_cached_decoder_for_Countersignature) {
_cached_decoder_for_Countersignature = SignerInfo_ta_1._decode_SignerInfo;
}
return _cached_decoder_for_Countersignature(el);
}
exports._decode_Countersignature = _decode_Countersignature;
let _cached_encoder_for_Countersignature = null;
function _encode_Countersignature(value, elGetter) {
if (!_cached_encoder_for_Countersignature) {
_cached_encoder_for_Countersignature = SignerInfo_ta_1._encode_SignerInfo;
}
return _cached_encoder_for_Countersignature(value, elGetter);
}
exports._encode_Countersignature = _encode_Countersignature;
//# sourceMappingURL=Countersignature.ta.js.map