pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
32 lines • 1.81 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports._encode_FingerPrint_hand = exports._decode_FingerPrint_hand = exports.right = exports.FingerPrint_hand_right = exports.left = exports.FingerPrint_hand_left = exports.FingerPrint_hand = exports._enum_for_FingerPrint_hand = void 0;
const tslib_1 = require("tslib");
const $ = tslib_1.__importStar(require("asn1-ts/dist/node/functional"));
var _enum_for_FingerPrint_hand;
(function (_enum_for_FingerPrint_hand) {
_enum_for_FingerPrint_hand[_enum_for_FingerPrint_hand["left"] = 0] = "left";
_enum_for_FingerPrint_hand[_enum_for_FingerPrint_hand["right"] = 1] = "right";
})(_enum_for_FingerPrint_hand = exports._enum_for_FingerPrint_hand || (exports._enum_for_FingerPrint_hand = {}));
exports.FingerPrint_hand = _enum_for_FingerPrint_hand;
exports.FingerPrint_hand_left = exports.FingerPrint_hand.left;
exports.left = exports.FingerPrint_hand.left;
exports.FingerPrint_hand_right = exports.FingerPrint_hand.right;
exports.right = exports.FingerPrint_hand.right;
let _cached_decoder_for_FingerPrint_hand = null;
function _decode_FingerPrint_hand(el) {
if (!_cached_decoder_for_FingerPrint_hand) {
_cached_decoder_for_FingerPrint_hand = $._decodeEnumerated;
}
return _cached_decoder_for_FingerPrint_hand(el);
}
exports._decode_FingerPrint_hand = _decode_FingerPrint_hand;
let _cached_encoder_for_FingerPrint_hand = null;
function _encode_FingerPrint_hand(value, elGetter) {
if (!_cached_encoder_for_FingerPrint_hand) {
_cached_encoder_for_FingerPrint_hand = $._encodeEnumerated;
}
return _cached_encoder_for_FingerPrint_hand(value, elGetter);
}
exports._encode_FingerPrint_hand = _encode_FingerPrint_hand;
//# sourceMappingURL=FingerPrint-hand.ta.js.map